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

Proposed by Adam Collard
Status: Merged
Approved by: Adam Collard
Approved revision: 2845501140872ff8b7faa3b01a6a6d9651835c75
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~adam-collard/maas-ci/+git/system-tests:ipmi-privilege
Merge into: ~maas-committers/maas-ci/+git/system-tests:master
Diff against target: 13 lines (+2/-0)
1 file modified
systemtests/tests/test_machine.py (+2/-0)
Reviewer Review Type Date Requested Status
Björn Tillenius Approve
MAAS Lander Approve
Review via email: mp+409186@code.launchpad.net

Commit message

Hardcode privilege level to ADMIN to match qa-lab-tests

To post a comment you must log in.
Revision history for this message
MAAS Lander (maas-lander) wrote :

UNIT TESTS
-b ipmi-privilege lp:~adam-collard/maas-ci/+git/system-tests into -b master lp:~maas-committers/maas-ci/+git/system-tests

STATUS: SUCCESS
COMMIT: 2845501140872ff8b7faa3b01a6a6d9651835c75

review: Approve
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/systemtests/tests/test_machine.py b/systemtests/tests/test_machine.py
2index 4b49077..925e437 100644
3--- a/systemtests/tests/test_machine.py
4+++ b/systemtests/tests/test_machine.py
5@@ -39,6 +39,8 @@ def test_machine(
6 machine_config.power_username,
7 "--power-pass",
8 machine_config.power_password,
9+ "--privilege-level",
10+ "ADMIN",
11 ]
12 retry_call(
13 ready_maas.execute,

Subscribers

People subscribed via source and target branches

to all changes: