commit | 1b0567c680c08ae0c2917dc2c24e6db0c5d9fd62 | [log] [tgz] |
---|---|---|
author | zwhe <zwhe@fiberhome.com> | Thu Mar 23 21:43:35 2017 +0800 |
committer | Ghanshyam Mann <ghanshyammann@gmail.com> | Tue Apr 11 09:22:29 2017 +0000 |
tree | a5977e84a112f8ce1e6eec1406a677aa945aa0c1 | |
parent | f123438b6ac51cfcf4c6ce3f337d60d493755a41 [diff] |
Remove test_baremetal_nodes from tempest Current compute baremetal tests involve ironic and nova. Ironic to create baremetal node and then GET nodes using nova APIs. Nova only provides GET APIs for baremetal nodes which has been deprecated. This tests is testing Ironic node GET/POST etc which are covered on ironic tempest plugin and nova API testing is covered in nova functional tests. It needs Ironic to be present and so ironic baremetal client. With all points in consideration we should remove this tests from tempest. It satisfy all rules as defined in tests removal procedure. 1. Nova functional test is enough for this API testing. -http://git.openstack.org/cgit/openstack/nova/tree/nova/tests/functional/api_sample_tests/test_baremetal_nodes.py 2. gate does not run this test. 3. No external usage: - http://codesearch.openstack.org/?q=test_list_get_baremetal_nodes&i=nope&files=&repos= Change-Id: Ide9ca3a349f396c994f1c822c3d040d93547ad48 Closes-Bug: #1675416