Skip to content

Commit f45ea3d

Browse files
author
narrieta@microsoft
committed
.
1 parent 538c2d5 commit f45ea3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/python_eol/execute_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ echo "****************************************************"
4141
set -x
4242

4343
NOSE_OPTIONS="--verbose --with-xunit --xunit-file=/home/waagent/logs/waagent-sudo.junit.xml"
44+
TEST_SUITE_NAME="Python $PYTHON_VERSION"
4445

4546
docker run --rm \
4647
--user root \
4748
--volume "$BUILD_SOURCESDIRECTORY:/home/waagent/WALinuxAgent" \
4849
--volume "$LOGS_DIRECTORY":/home/waagent/logs \
4950
$CONTAINER_IMAGE \
50-
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

Comments
 (0)