test: enable tests in Travis
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
25d40b6927
commit
5d86f1f110
6 changed files with 0 additions and 185 deletions
|
@ -7,11 +7,6 @@ function teardown() {
|
|||
}
|
||||
|
||||
@test "ocid restore" {
|
||||
# this test requires docker, thus it can't yet be run in a container
|
||||
if [ "$TRAVIS" = "true" ]; then # instead of $TRAVIS, add a function is_containerized to skip here
|
||||
skip "cannot yet run this test in a container, use sudo make localintegration"
|
||||
fi
|
||||
|
||||
start_ocid
|
||||
run ocic pod run --config "$TESTDATA"/sandbox_config.json
|
||||
echo "$output"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue