diff options
author | spisarski <s.pisarski@cablelabs.com> | 2017-12-01 11:06:23 -0700 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2017-12-04 16:00:21 -0800 |
commit | e2f708a2527816a845ca1048f5ad5c58fdb506e0 (patch) | |
tree | f965d21a4e5552795b81683474bb2bf67126f2f0 /docs/how-to-use | |
parent | ef454fe1c79bd5e920a34bc7d71ff56114035280 (diff) |
Added the ability to reboot OpenStack server instances
JIRA: SNAPS-243
Change-Id: I7232ee14cac81d39d86e7391a4e006b8276ed536
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'docs/how-to-use')
-rw-r--r-- | docs/how-to-use/IntegrationTests.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index a11afb9..df8859f 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -548,6 +548,9 @@ create_instance_tests.py - CreateInstanceSingleNetworkTests | 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_after_reboot | Nova 2 | Ensures that an instance can be reached over SSH after | +| | Neutron 2 | a reboot call has been issued | ++---------------------------------------+---------------+-----------------------------------------------------------+ | 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 | +---------------------------------------+---------------+-----------------------------------------------------------+ |