diff options
author | Steven Pisarski <s.pisarski@cablelabs.com> | 2017-12-04 21:30:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-04 21:30:34 +0000 |
commit | ef454fe1c79bd5e920a34bc7d71ff56114035280 (patch) | |
tree | 9d768f4a2c7f147a36955c70750222bd874df8d1 /docs/how-to-use/IntegrationTests.rst | |
parent | 3cac37109c852672ed7efde58860d7c62f8ed47f (diff) | |
parent | 10f76b2bc63bdfa41b59028a2f06217ae54f97bd (diff) |
Merge "Added ability to add a floating IP to an existing instance"
Diffstat (limited to 'docs/how-to-use/IntegrationTests.rst')
-rw-r--r-- | docs/how-to-use/IntegrationTests.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index 1856bb9..a11afb9 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -542,6 +542,12 @@ create_instance_tests.py - CreateInstanceSingleNetworkTests | test_ssh_client_fip_after_active | Nova 2 | Ensures that an instance can be reached over SSH when the | | | Neutron 2 | floating IP is assigned after to the VM becoming ACTIVE | +---------------------------------------+---------------+-----------------------------------------------------------+ +| test_ssh_client_fip_after_init | Nova 2 | Ensures that an instance can have a floating IP assigned | +| | Neutron 2 | added after initialization | ++---------------------------------------+---------------+-----------------------------------------------------------+ +| test_ssh_client_fip_reverse_engineer | Nova 2 | Ensures that an instance can be reverse engineered and | +| | Neutron 2 | allows for a floating IP to be added after initialization | ++---------------------------------------+---------------+-----------------------------------------------------------+ | test_ssh_client_fip_second_creator | Nova 2 | Ensures that an instance can be reached over SSH via a | | | Neutron 2 | second identical creator object | +---------------------------------------+---------------+-----------------------------------------------------------+ |