Add check that SSH validate returns true 97/29897/1
authorrandyl <r.levensalor@cablelabs.com>
Tue, 7 Mar 2017 00:38:46 +0000 (17:38 -0700)
committerrandyl <r.levensalor@cablelabs.com>
Tue, 7 Mar 2017 00:38:46 +0000 (17:38 -0700)
commitf4b8f02ebc859f2ee86dd565d60b302d879b27bc
treea93e92b22f07c2ff66688e32621c57c6d60f204a
parentebf6b1653e731c757f56a26a67096fa8bed38557
Add check that SSH validate returns true

The SSH Validate call needs to be checked before passing tests.
test_ssh_client_fip_before_active and test_ssh_client_fip_after_active
run the SSH Verify function, but do not check the return value.

You will see an error in the test log file, but the test will
appear to have passed.

JIRA: SNAPS-45

Added an Assert True test to the SSH Validate return.

Change-Id: Ib86ec38c7b5a64061a1ace4293336e3021c59013
Signed-off-by: randyl <r.levensalor@cablelabs.com>
snaps/openstack/tests/create_instance_tests.py