You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ironic/ironic/tests/unit/api/v1
Ruby Loo edc37cbe1d API to manually clean nodes
This adds an API to allow manual cleaning of nodes, via
PUT /v1/nodes/<node_ident>/states/provision. The argument
'target' is 'clean', and the argument 'clean_steps' (the
list of clean steps to be performed on the node) must be
specified.

The API version is bumped to 1.15.

Change-Id: I0e34407133684e34c4ab9446b3521a24f3038f92
Partial-Bug: #1526290
7 years ago
..
__init__.py Prepare for functional testing 8 years ago
test_chassis.py Move ironic.tests.unit.base to ironic.tests.base 8 years ago
test_drivers.py Replace HTTP 'magic numbers' with constants 8 years ago
test_nodes.py API to manually clean nodes 7 years ago
test_ports.py Get mandatory patch attrs from WSME properties 8 years ago
test_root.py Move ironic.tests.unit.base to ironic.tests.base 8 years ago
test_types.py Use assertTrue/False instead of assertEqual(T/F) 8 years ago
test_utils.py Move ironic.tests.unit.base to ironic.tests.base 8 years ago
test_versions.py Move ironic.tests.unit.base to ironic.tests.base 8 years ago