add simple integration tests
Add simple integration tests and integrate them into the CI. More complex tests will be added later. Fixes: #15 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
270e07a34a
commit
07b19327a1
3 changed files with 44 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,10 +1,17 @@
|
|||
sudo: required
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
- CTR_ENGINE=docker
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:projectatomic/ppa --yes
|
||||
- sudo add-apt-repository ppa:duggan/bats --yes
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq podman shellcheck skopeo
|
||||
- sudo apt-get install -qq bats shellcheck
|
||||
|
||||
script:
|
||||
- make validate
|
||||
- make build-container
|
||||
- make test-integration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue