diff options
author | xudan <xudan16@huawei.com> | 2017-07-29 00:59:07 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2017-09-01 07:01:20 -0400 |
commit | da7848d5cfebc1486bc63480ac94588b050efa50 (patch) | |
tree | a6b1086c410afb9a233f6bd1a8eb1163e1a19930 /docs/testing/developer/testscope | |
parent | 6d3d7ae7fad884a37e01c275511fa15e97dcd665 (diff) |
Add test area 'dynamic network runtime operations'
JIRA: DOVETAIL-473
According to Dovetail addendum doc, add one test area about basic cloud
capability 'dynamic network runtime operations through the life of a VNF'.
Add the test specification about this test area.
Change-Id: I59706bc4a5765cf779a03fc3c493e5a8d184c1dc
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'docs/testing/developer/testscope')
-rw-r--r-- | docs/testing/developer/testscope/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/testing/developer/testscope/index.rst b/docs/testing/developer/testscope/index.rst index 389e0c0a..ce27074f 100644 --- a/docs/testing/developer/testscope/index.rst +++ b/docs/testing/developer/testscope/index.rst @@ -569,3 +569,12 @@ Filtering Packets Based on Security Rules and Port Security in Data Path | tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group | tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group +------------------------------------------------------------ +Dynamic Network Runtime Operations Through the Life of a VNF +------------------------------------------------------------ + +| tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops +| tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic +| tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details +| tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state +| tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state |