Remove check_envs call 83/62383/1 stable/fraser
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:51:17 +0000 (15:51 +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>
(cherry picked from commit 6b637d11c99450ed0a1f3b9a5231ccea82e5cd5b)

.gitreview
stor4nfv_tests/stor4nfv_k8s.py

index 9c68764..678c902 100644 (file)
@@ -2,3 +2,4 @@
 host=gerrit.opnfv.org
 port=29418
 project=stor4nfv.git
+defaultbranch=stable/fraser
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']