From 9d5a173d158af529169f948b06dd80cd62a99d3e Mon Sep 17 00:00:00 2001 From: spisarski Date: Tue, 13 Mar 2018 08:58:38 -0600 Subject: Added test to ensure a port to the external network can be added to a router by an 'admin' user. JIRA: SNAPS-283 Change-Id: I78a48862de5bd48dca7dc38d197c0df315003638 Signed-off-by: spisarski --- docs/how-to-use/IntegrationTests.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/how-to-use') diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index f79e913..0cf4fc0 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -272,6 +272,9 @@ create_router_tests.py - CreateRouterSuccessTests | test_create_router_external_network | 2 | Ensures that a router can be created that is connected to | | | | both external and private internal networks | +---------------------------------------+---------------+-----------------------------------------------------------+ +| test_create_router_with_ext_port | 2 | Ensures that a router can be created by an 'admin' user | +| | | with a port to an external network | ++---------------------------------------+---------------+-----------------------------------------------------------+ create_router_tests.py - CreateRouterNegativeTests -------------------------------------------------- -- cgit 1.2.3-korg