Added new 3-part image tests to test_suite_builder.py and documented them
[snaps.git] / docs / how-to-use / IntegrationTests.rst
index 983c165..16f2a1c 100644 (file)
@@ -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
 --------------------------------------------------------