summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/testspecification/tempest_network_security/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/testing/user/testspecification/tempest_network_security/index.rst')
-rw-r--r--docs/testing/user/testspecification/tempest_network_security/index.rst26
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/testing/user/testspecification/tempest_network_security/index.rst b/docs/testing/user/testspecification/tempest_network_security/index.rst
index 2a785289..6934be1f 100644
--- a/docs/testing/user/testspecification/tempest_network_security/index.rst
+++ b/docs/testing/user/testspecification/tempest_network_security/index.rst
@@ -53,7 +53,7 @@ port security. Each test case is able to run independently, i.e. irrelevant of
the state created by a previous test. Specifically, every test performs clean-up
operations which return the system to the same state as before the test.
-All these test cases are included in the test case dovetail.tempest.network_security of
+All these test cases are included in the test case functest.tempest.network_security of
OVP test suite.
Test Descriptions
@@ -63,12 +63,12 @@ Test Descriptions
API Used and Reference
----------------------
-Security Groups: https://developer.openstack.org/api-ref/network/v2/index.html#security-groups-security-groups
+Security Groups: https://docs.openstack.org/api-ref/network/v2/index.html#security-groups-security-groups
- create security group
- delete security group
-Networks: https://developer.openstack.org/api-ref/networking/v2/index.html#networks
+Networks: https://docs.openstack.org/api-ref/network/v2/index.html#networks
- create network
- delete network
@@ -76,27 +76,27 @@ Networks: https://developer.openstack.org/api-ref/networking/v2/index.html#netwo
- create floating ip
- delete floating ip
-Routers and interface: https://developer.openstack.org/api-ref/networking/v2/index.html#routers-routers
+Routers and interface: https://docs.openstack.org/api-ref/network/v2/index.html#routers-routers
- create router
- delete router
- list routers
- add interface to router
-Subnets: https://developer.openstack.org/api-ref/networking/v2/index.html#subnets
+Subnets: https://docs.openstack.org/api-ref/network/v2/index.html#subnets
- create subnet
- list subnets
- delete subnet
-Servers: https://developer.openstack.org/api-ref/compute/
+Servers: https://docs.openstack.org/api-ref/compute/
- create keypair
- create server
- delete server
- add/assign floating ip
-Ports: https://developer.openstack.org/api-ref/networking/v2/index.html#ports
+Ports: https://docs.openstack.org/api-ref/network/v2/index.html#ports
- update port
- list ports
@@ -145,7 +145,7 @@ Test execution
* **Test assertion 2:** The ping operation is successful
* Test action 16: Delete SG1, NET1, NET2, SUBNET1, SUBNET2, R1, VM1, VM2 and FIP1
-Pass / fail criteria
+Pass / Fail criteria
''''''''''''''''''''
This test evaluates the ability to prevent MAC spoofing by using port security.
@@ -206,7 +206,7 @@ Test execution
* Test action 14: Delete SG1, SG2, SG3, SG4, NET1, NET2, SUBNET1, SUBNET2, R1, R2,
VM1, VM2, FIP1 and FIP2
-Pass / fail criteria
+Pass / Fail criteria
''''''''''''''''''''
This test evaluates the ability of the security group to filter packets cross tenant.
@@ -263,7 +263,7 @@ Test execution
* **Test assertion 2:** The ping operation is successful
* Test action 11: Delete SG1, SG2, NET1, SUBNET1, R1, VM1, VM2 and FIP1
-Pass / fail criteria
+Pass / Fail criteria
''''''''''''''''''''
This test evaluates the ability of the security group to filter packets in one tenant.
@@ -319,7 +319,7 @@ Test execution
* **Test assertion 3:** Can SSH to VM1 successfully
* Test action 11: Delete SG1, SG2, NET1, SUBNET1, R1, VM1 and FIP1
-Pass / fail criteria
+Pass / Fail criteria
''''''''''''''''''''
This test evaluates the ability of multiple security groups to filter packets.
@@ -379,7 +379,7 @@ Test execution
* **Test assertion 2:** The ping operation is successful
* Test action 12: Delete SG1, SG2, NET1, SUBNET1, R1, VM1, VM2 and FIP1
-Pass / fail criteria
+Pass / Fail criteria
''''''''''''''''''''
This test evaluates the ability of port security to disable security group.
@@ -436,7 +436,7 @@ Test execution
* **Test assertion 2:** The ping operation is successful
* Test action 13: Delete SG1, SG2, SG3, NET1, SUBNET1, R1, VM1, VM2 and FIP1
-Pass / fail criteria
+Pass / Fail criteria
''''''''''''''''''''
This test evaluates the ability to update port with a new security group.