Merge ~adam-collard/maas-ci:junit-systemtests into ~maas-committers/maas-ci/+git/system-tests:master

Proposed by Adam Collard
Status: Merged
Merged at revision: 2836fb91071410b06c3c42cc8d45d74fbf787e19
Proposed branch: ~adam-collard/maas-ci:junit-systemtests
Merge into: ~maas-committers/maas-ci/+git/system-tests:master
Diff against target: 22 lines (+2/-1)
2 files modified
.gitignore (+1/-0)
pytest.ini (+1/-1)
Reviewer Review Type Date Requested Status
Björn Tillenius Approve
Review via email: mp+396985@code.launchpad.net

Commit message

Add junit output to systemtests

To post a comment you must log in.
Revision history for this message
Björn Tillenius (bjornt) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.gitignore b/.gitignore
2index a94b0c8..140cb23 100644
3--- a/.gitignore
4+++ b/.gitignore
5@@ -2,5 +2,6 @@ __pycache__
6 *.egg-info
7 config.yaml
8 systemtests.log
9+junit.xml
10 .tox
11 sosreport
12diff --git a/pytest.ini b/pytest.ini
13index 1d080e4..8f15c44 100644
14--- a/pytest.ini
15+++ b/pytest.ini
16@@ -1,5 +1,5 @@
17 [pytest]
18-addopts = --strict-markers -v --durations=10
19+addopts = --strict-markers -v --durations=10 --junitxml=junit.xml
20 markers =
21 skip_if_maas_earlier: Skips tests if the MAAS version is earlier than the specified one
22 skip_if_maas_onwards: Skips tests if the MAAS version the same or newer than the specified one

Subscribers

People subscribed via source and target branches

to all changes: