Remove check_envs call 81/62381/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 15 Sep 2018 13:45:36 +0000 (15:45 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 15 Sep 2018 13:45:36 +0000 (15:45 +0200)
It was removed because it was useless [1].
[1] https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-fraser/772/console

Change-Id: I7620e959f756bb77e65dd1f770ecdb40e7042629
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
stor4nfv_tests/stor4nfv_k8s.py

index 95ef40d..bbc600e 100644 (file)
@@ -22,7 +22,6 @@ class K8sStor4nfvTest(k8stest.K8sTesting):
         if "case_name" not in kwargs:
             kwargs.get("case_name", 'stor4nfv_k8s')
         super(K8sStor4nfvTest, self).__init__(**kwargs)
-        self.check_envs()
 
     def run_kubetest(self):
         success = True