ironic/ironic_tempest_plugin/tests/api/admin
Nguyen Hung Phuong 554c2dabfc Add functional API tests for volume connector and volume target
Extend baremetal json client with volume connector and volume target.
Add basic positive tests for volume connector and volume target:

    test_create_volume_connector_error
    test_delete_volume_connector
    test_delete_volume_connector_error
    test_show_volume_connector
    test_list_volume_connectors
    test_list_with_limit
    test_update_volume_connector_replace
    test_update_volume_connector_replace_error
    test_update_volume_connector_remove_item
    test_update_volume_connector_remove_collection
    test_update_volume_connector_add

    test_create_volume_target_error
    test_delete_volume_target
    test_delete_volume_target_error
    test_show_volume_target
    test_list_volume_targets
    test_list_with_limit
    test_update_volume_target_replace
    test_update_volume_target_replace_error
    test_update_volume_target_remove_item
    test_update_volume_target_remove_collection
    test_update_volume_target_add

Change-Id: I642a02cff2afe7f89b6800d69e14d05e04e6a59c
Partial-bug: #1559691
(cherry picked from commit 74a126ab0e)
2017-08-18 04:35:16 +00:00
..
__init__.py Migrate Tempest tests into Ironic tree 2016-01-19 18:59:14 +09:00
api_microversion_fixture.py Add Ironic standalone tests 2017-03-15 16:54:45 +02:00
base.py Add functional API tests for volume connector and volume target 2017-08-18 04:35:16 +00:00
test_api_discovery.py Switch to decorators.idempotent_id 2017-01-27 05:57:16 +00:00
test_chassis.py This adds a tempest test for creating a chassis with a specific UUID. 2017-03-13 13:33:23 +00:00
test_drivers.py Add tempest plugin API tests for driver 2017-03-01 10:57:28 +00:00
test_nodes.py [Tempest] fix negative tests on old API versions 2017-08-01 14:30:50 +02:00
test_nodestates.py Switch to decorators.idempotent_id 2017-01-27 05:57:16 +00:00
test_portgroups.py Add assertion of name to test_list_portgroups test 2017-03-30 15:38:55 +03:00
test_ports.py Add tempest tests for physical networks 2017-07-21 14:31:49 +01:00
test_ports_negative.py [tempest] also catch BadRequest in negative tests with physical_network in old API 2017-08-04 12:35:37 +02:00
test_volume_connector.py Add functional API tests for volume connector and volume target 2017-08-18 04:35:16 +00:00
test_volume_target.py Add functional API tests for volume connector and volume target 2017-08-18 04:35:16 +00:00