diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-04-14 08:51:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-14 08:51:57 +0000 |
commit | c5e3a343242e728952acf09008f72ea62f1561db (patch) | |
tree | 949319e55509b34963c6c58a012a9ecd114bca94 /functest/opnfv_tests/openstack/snaps/health_check.py | |
parent | e7bf9522650ef591a3903d311e475b4b964e1083 (diff) | |
parent | 4f8235de0071502415da260ea967a65b9327476c (diff) |
Merge "Updated method calls to SNAPS tests."
Diffstat (limited to 'functest/opnfv_tests/openstack/snaps/health_check.py')
-rw-r--r-- | functest/opnfv_tests/openstack/snaps/health_check.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/health_check.py b/functest/opnfv_tests/openstack/snaps/health_check.py index 245f5052..44e3b876 100644 --- a/functest/opnfv_tests/openstack/snaps/health_check.py +++ b/functest/opnfv_tests/openstack/snaps/health_check.py @@ -34,7 +34,8 @@ class HealthCheck(SnapsTestRunner): self.suite.addTest( OSIntegrationTestCase.parameterize( - SimpleHealthCheck, CONST.openstack_creds, self.ext_net_name, - use_keystone=CONST.snaps_use_keystone, + SimpleHealthCheck, os_creds=self.os_creds, + ext_net_name=self.ext_net_name, + use_keystone=self.use_keystone, flavor_metadata=self.flavor_metadata, image_metadata=image_custom_config)) |