diff options
author | xudan <xudan16@huawei.com> | 2017-08-14 01:12:00 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2017-09-05 22:42:45 -0400 |
commit | e017125e01de8033b7801cdd2fe80f3ab9b09517 (patch) | |
tree | 8ecf4687f7df364ca9630ae531d4f9e0c0fd3cda /docs/testing/developer | |
parent | ccd0c3428ec5116f1095931f38fb5c6bee21d0a1 (diff) |
Add test area 'simple virtual machine resource scheduling on multiple nodes'
JIRA: DOVETAIL-473
According to Dovetail addendum doc, add one test area about basic cloud
capability 'simple virtual machine resource scheduling on multiple nodes'.
Add the test specification about this test area.
Change-Id: I7a5ff426442424dbc364a68296facb0bac6401ca
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'docs/testing/developer')
-rw-r--r-- | docs/testing/developer/testscope/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/testing/developer/testscope/index.rst b/docs/testing/developer/testscope/index.rst index 7ae466be..bb966c3f 100644 --- a/docs/testing/developer/testscope/index.rst +++ b/docs/testing/developer/testscope/index.rst @@ -672,3 +672,14 @@ Correct Behavior after Common Virtual Machine Life Cycles Events | tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_resize_volume_backed_server_confirm | tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance | tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance + +------------------------------------------------------------ +Simple Virtual Machine Resource Scheduling on Multiple Nodes +------------------------------------------------------------ + +| tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes +| tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy +| tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy +| tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy +| tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups +| tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group |