From 4e9176dad81964318224be71d25fd8ee75dac179 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 15 Sep 2018 15:45:36 +0200 Subject: Remove check_envs call MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 6b637d11c99450ed0a1f3b9a5231ccea82e5cd5b) --- stor4nfv_tests/stor4nfv_k8s.py | 1 - 1 file changed, 1 deletion(-) (limited to 'stor4nfv_tests/stor4nfv_k8s.py') diff --git a/stor4nfv_tests/stor4nfv_k8s.py b/stor4nfv_tests/stor4nfv_k8s.py index 541cf36..7119300 100644 --- a/stor4nfv_tests/stor4nfv_k8s.py +++ b/stor4nfv_tests/stor4nfv_k8s.py @@ -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'] -- cgit 1.2.3-korg