From 20902078a98bfb76c12919b92cd0345dd3c06f8c Mon Sep 17 00:00:00 2001 From: spisarski Date: Fri, 16 Feb 2018 08:35:07 -0700 Subject: Ensure project IDs are handled correctly for Network/Subnets JIRA: SNAPS-265 Change-Id: If58f5817e52e21be377d2b06a5f7c3a413454350 Signed-off-by: spisarski --- docs/how-to-use/IntegrationTests.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/how-to-use') diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index c376f8c..cdadd96 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -208,6 +208,21 @@ create_network_tests.py - CreateNetworkIPv6Tests | | | IPv6 subnet | +---------------------------------------+---------------+-----------------------------------------------------------+ +create_network_tests.py - CreateMultipleNetworkTests +---------------------------------------------------- + ++---------------------------------------+---------------+-----------------------------------------------------------+ +| Test Name | Neutron API | Description | ++=======================================+===============+===========================================================+ +| test_network_same_name_diff_proj | 2 | Ensures that a network with the same name can be created | +| | | against different projects | ++---------------------------------------+---------------+-----------------------------------------------------------+ +| test_network_create_by_admin_to | 2 | Ensures that a network can be created by the admin user | +| _different_project | | to another project and that a creator with the credentials| +| | | to the other project will not create a new network with | +| | | the same name | ++---------------------------------------+---------------+-----------------------------------------------------------+ + create_router_tests.py - CreateRouterSuccessTests ------------------------------------------------- -- cgit