diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-05-17 08:56:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-17 08:56:08 +0000 |
commit | de4f9846cf3e79b481db8b668fb9d27d2acbb0d6 (patch) | |
tree | da995c8b0f0ad9f88ce3a6d6112f3f75aaa8e419 /functest/opnfv_tests/openstack/snaps/snaps_test_runner.py | |
parent | b8b2c014b48511486e8cccbcfcaebad843239ac5 (diff) | |
parent | 1b940dcafb40c28e519700cf23e4d0f880f962d1 (diff) |
Merge "Converted vPing to leverage the object-oriented SNAPS library."
Diffstat (limited to 'functest/opnfv_tests/openstack/snaps/snaps_test_runner.py')
-rw-r--r-- | functest/opnfv_tests/openstack/snaps/snaps_test_runner.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/snaps_test_runner.py b/functest/opnfv_tests/openstack/snaps/snaps_test_runner.py index 2a1b3a39..94b97551 100644 --- a/functest/opnfv_tests/openstack/snaps/snaps_test_runner.py +++ b/functest/opnfv_tests/openstack/snaps/snaps_test_runner.py @@ -18,9 +18,7 @@ from snaps.openstack.tests import openstack_tests class SnapsTestRunner(PyTestSuiteRunner): """ - This test executes the SNAPS Python Test case SimpleHealthCheck which - creates a VM with a single port with an IPv4 address that is assigned by - DHCP. This test then validates the expected IP with the actual + This test executes the SNAPS Python Tests """ def __init__(self, **kwargs): super(SnapsTestRunner, self).__init__(**kwargs) |