Remove check_envs call
[stor4nfv.git] / stor4nfv_tests / stor4nfv_k8s.py
index 541cf36..7119300 100644 (file)
@@ -22,5 +22,4 @@ class K8sStor4nfvTest(k8stest.K8sTesting):
         if "case_name" not in kwargs:
             kwargs.get("case_name", 'stor4nfv_k8s')
         super(K8sStor4nfvTest, self).__init__(**kwargs)
-        self.check_envs()
         self.cmd = ['/src/k8s.io/kubernetes/cluster/validate-cluster.sh']