From: Morgan Richomme Date: Mon, 4 Sep 2017 14:29:05 +0000 (+0000) Subject: Merge "More support of snaps for VNF" X-Git-Tag: opnfv-5.0.RC1~118 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ac2de4356604f81cff9c303f0af36601e8a330ea;p=functest.git Merge "More support of snaps for VNF" --- ac2de4356604f81cff9c303f0af36601e8a330ea diff --cc functest/opnfv_tests/vnf/ims/orchestra_openims.py index 6c9628f7f,d9d4d8a1f..aae35146f --- a/functest/opnfv_tests/vnf/ims/orchestra_openims.py +++ b/functest/opnfv_tests/vnf/ims/orchestra_openims.py @@@ -195,10 -194,10 +194,9 @@@ class OpenImsVnf(vnf.VnfOnBoarding) if not os.path.exists(self.data_dir): os.makedirs(self.data_dir) - self.images = get_config("tenant_images.%s" % - self.case_name, config_file) + self.images = get_config("tenant_images.orchestrator", config_file) self.images.update(get_config("tenant_images.%s" % self.case_name, config_file)) - self.snaps_creds = None def prepare(self): """Prepare testscase (Additional pre-configuration steps)."""