Merge "More support of snaps for VNF"
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 4 Sep 2017 14:29:05 +0000 (14:29 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 4 Sep 2017 14:29:05 +0000 (14:29 +0000)
1  2 
functest/opnfv_tests/vnf/ims/cloudify_ims.py
functest/opnfv_tests/vnf/ims/cloudify_ims.yaml
functest/opnfv_tests/vnf/ims/orchestra_clearwaterims.py
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)."""