summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2017-03-01 09:01:07 -0700
committerspisarski <s.pisarski@cablelabs.com>2017-03-01 09:01:07 -0700
commit4072218a38ec73e58d4e4222814ebcd3809bfd65 (patch)
tree15f2d843b2119a9849a73a9200294e946c92a530 /docs
parent46898c01fef471a5c3bfc5dc659ed529f9444289 (diff)
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 <s.pisarski@cablelabs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/how-to-use/IntegrationTests.rst23
1 files changed, 23 insertions, 0 deletions
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
--------------------------------------------------------