We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538c2d5 commit f45ea3dCopy full SHA for f45ea3d
tests/python_eol/execute_tests.sh
@@ -41,10 +41,11 @@ echo "****************************************************"
41
set -x
42
43
NOSE_OPTIONS="--verbose --with-xunit --xunit-file=/home/waagent/logs/waagent-sudo.junit.xml"
44
+TEST_SUITE_NAME="Python $PYTHON_VERSION"
45
46
docker run --rm \
47
--user root \
48
--volume "$BUILD_SOURCESDIRECTORY:/home/waagent/WALinuxAgent" \
49
--volume "$LOGS_DIRECTORY":/home/waagent/logs \
50
$CONTAINER_IMAGE \
- bash --login -c "nosetests $NOSE_OPTIONS /home/waagent/WALinuxAgent/tests/ga/test_cgroupconfigurator_sudo.py"
51
+ bash --login -c "nosetests $NOSE_OPTIONS --xunit-testsuite-name='$TEST_SUITE_NAME' /home/waagent/WALinuxAgent/tests/ga/test_cgroupconfigurator_sudo.py"
0 commit comments