7 Commits

Author SHA1 Message Date
Dmitry Tantsur
28560398fa Switch the deprecated "ironic" CLI to "latest" API version by default
The functional tests were updated to account for the initial state changed
to "enroll" and for new fields appearing in "show" and "update" responses.

Closes-Bug: #1671145
Change-Id: Ida18541fbbc8064868cac0accb6919de08e9f795
2017-11-02 10:05:15 +01:00
Tang Chen
8c09e4e3dc Trivial: Fix wrong comment in power state test
In test_node_set_power_state(), it sets the node
power state to "off", but the comment says it sets
to "on". So fix the comment.

Change-Id: Ibbce58cddb4a020eaf708b26105d2d664517395e
2016-07-18 14:25:29 +08:00
Jenkins
05e723e312 Merge "Add test for ironic node-list command" 2016-07-14 11:50:36 +00:00
Kyrylo Romanenko
ec455f2280 Add test for ironic node-list command
Change-Id: Ied06ffbbe69cc84522b093f672566923c6fab15a
2016-07-04 16:46:12 +03:00
sandriichenko
ca9cf06cd9 Add test for 'node-show --field' command
Closes-Bug: #1564490
Change-Id: I8a2ab5d21ab8d0ba9ab5a034fbd112bc148f0af6
2016-06-23 08:29:54 -04:00
Kyrylo Romanenko
3076ab7ebb Use name randomizer from tempest
Import method rand_name from tempest.lib.common.utils.data_utils
instead of reimplementing it.

Change-Id: I1f3895cbd926a3e79a9e9eae0fa02b8538034030
2016-05-26 11:39:57 +00:00
Sergey Turivnyi
41d0f8ff83 Add sanity tests for testing actions with Node
Smoke tests for the Ironic CLI commands
which checks basic actions with node command like
create, update, delete etc.

Add get_table_headers() method that allows to
get table header from cmd output.
Add 'utils' module
Table structure tests have been updated.

Change-Id: If60b3720e9ce9a6a6c7e35880bf3f9c661d6f259
Implements: blueprint ironicclient-functional-tests
2015-11-26 16:37:12 +00:00