From 4072218a38ec73e58d4e4222814ebcd3809bfd65 Mon Sep 17 00:00:00 2001 From: spisarski Date: Wed, 1 Mar 2017 09:01:07 -0700 Subject: Added new 3-part image tests to test_suite_builder.py and documented them in IntegrationTests.rst. JIRA: SNAPS-32 Change-Id: I20b3917840b5caf26f1a12caf0231f5f0801999d Signed-off-by: spisarski --- docs/how-to-use/IntegrationTests.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'docs') diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index 983c165..16f2a1c 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -86,6 +86,19 @@ create_image_tests.py - CreateImageNegativeTests | | | being raised when the credentials user is None | +---------------------------------------+---------------+-----------------------------------------------------------+ +create_image_tests.py - CreateMultiPartImageTests +------------------------------------------------- + ++----------------------------------------+---------------+-----------------------------------------------------------+ +| Test Name | Glance API | Description | ++========================================+===============+===========================================================+ +| test_create_three_part_image_from_url | 1 | Ensures that a 3-part image can be created when each part | +| | | is being sourced from URLs | ++----------------------------------------+---------------+-----------------------------------------------------------+ +| test_create_three_part_image_from_file | 1 | Ensures that a 3-part image can be created when each part | +| | | is being sourced from local files | ++----------------------------------------+---------------+-----------------------------------------------------------+ + create_keypairs_tests.py - CreateKeypairsTests ---------------------------------------------- @@ -243,6 +256,16 @@ create_instance_tests.py - CreateInstanceOnComputeHost | | Neutron 2 | active compute node | +---------------------------------------+---------------+-----------------------------------------------------------+ +create_instance_tests.py - CreateInstanceFromThreePartImage +----------------------------------------------------------- + ++-----------------------------------------------------+---------------+-----------------------------------------------------------+ +| Test Name | API Versions | Description | ++=====================================================+===============+===========================================================+ +| test_create_delete_instance_from_three_part_image | Nova 2 | Tests to ensure that one can fire up an instance then | +| | Neutron 2 | delete it when using a 3-part image | ++-----------------------------------------------------+---------------+-----------------------------------------------------------+ + create_instance_tests.py - CreateInstancePubPrivNetTests -------------------------------------------------------- -- cgit 1.2.3-korg