Disable execution of new tests which need Docker privileged mode

This commit is contained in:
Alexander Todorov 2018-10-24 16:48:00 +03:00 committed by Alexander Todorov
parent 2eb62014db
commit 7d2b9d2d30
1 changed files with 7 additions and 2 deletions

View File

@ -23,8 +23,13 @@ done;
# invoke cli/ tests
./tests/cli/test_blueprints_sanity.sh
./tests/cli/test_compose_sanity.sh
./tests/cli/test_compose_ext4-filesystem.sh
./tests/cli/test_compose_partitioned-disk.sh
# need `losetup`, which needs Docker to be in privileged mode (--privileged),
# which is available only for `docker run`, however we use `docker build`!
# And all of this may not even work on Travis CI so disabling execution for now!
# maybe we will figure out how to execute these two scripts on internal Jenkins instance
#./tests/cli/test_compose_ext4-filesystem.sh
#./tests/cli/test_compose_partitioned-disk.sh
# Stop lorax-composer and remove /run/weldr/api.socket
pkill -9 lorax-composer