Merge branch '4.16'

This commit is contained in:
nvazquez 2022-03-14 11:27:08 -03:00
commit 3354f817eb
No known key found for this signature in database
GPG Key ID: 656E1BCC8CB54F84

View File

@ -30,7 +30,7 @@ set -e
for suite in "${TESTS[@]}" ; do
echo "Currently running test: $suite"
time nosetests --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ;
time nosetests-3.4 --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ;
done
python3 ./tools/travis/xunit-reader.py integration-test-results/