Add junitOutput flag to virtlet tests
- Also get JUnit output for it
Change-Id: I29ad71b317743754520acdce9895faebc1bd6af4
diff --git a/tcp_tests/tests/system/test_virtlet_actions.py b/tcp_tests/tests/system/test_virtlet_actions.py
index e0e8011..7fd593e 100644
--- a/tcp_tests/tests/system/test_virtlet_actions.py
+++ b/tcp_tests/tests/system/test_virtlet_actions.py
@@ -90,7 +90,8 @@
k8s_deployed.delete_vm(target_yaml)
@pytest.mark.grab_versions
- @pytest.mark.grab_virtlet_results(name='virtlet_conformance.log')
+ @pytest.mark.grab_virtlet_results(name=['virtlet_conformance.log',
+ 'report.xml'])
@pytest.mark.fail_snapshot
def test_virtlet_conformance(self, show_step, config, k8s_deployed,
virtlet_logs):