maas-test only supports IPMI.
Bug #1311710 reported by
Raphaël Badin
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
maas-test |
Fix Committed
|
High
|
Raphaël Badin |
Bug Description
maas-test only supports testing IPMI-compatible nodes. MAAS itself supports many more power types. maas-test should delegate power management to MAAS and support whatever MAAS supports.
Related branches
lp:~rvb/maas-test/power-type-support
- Jeroen T. Vermeulen (community): Approve
-
Diff: 596 lines (+332/-70)8 files modifieddocs/man/maas-test.8.rst (+43/-9)
maastest/cases.py (+57/-36)
maastest/kvmfixture.py (+10/-5)
maastest/main.py (+10/-0)
maastest/parser.py (+79/-9)
maastest/tests/test_utils.py (+54/-1)
maastest/utils.py (+36/-1)
man/maas-test.8 (+43/-9)
Changed in maas-test: | |
assignee: | nobody → Raphaël Badin (rvb) |
status: | Triaged → In Progress |
To post a comment you must log in.
Added two new options, --power-type and --power-parameters that can be used to pass power information for any power type supported by MAAS (see http:// maas.ubuntu. com/docs/ api.html# power-types for the complete list). The legacy --bmc-* options can still be used for IPMI-based nodes. See the manpage for a detailed explanation on how to use these new options and examples.