diff --git a/test/openstack/run_openstack_tests.sh b/test/openstack/run_openstack_tests.sh index b08647a25..178bc6c18 100755 --- a/test/openstack/run_openstack_tests.sh +++ b/test/openstack/run_openstack_tests.sh @@ -19,6 +19,10 @@ function finish_test() { } || : } +function tox() { + source /opt/stack/devstack/openrc "$(type -P tox)" "$@" +} + $rootdir/scripts/gen_nvme.sh --json-with-subsystems > $testdir/conf.json nvmfappstart -m 0x3 -p 0 -s 1024 --json $testdir/conf.json