diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-15 15:45:36 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-15 15:45:36 +0200 |
commit | 6b637d11c99450ed0a1f3b9a5231ccea82e5cd5b (patch) | |
tree | d1490a91853ea159495b31bd9cec0a8108af9953 /stor4nfv_tests | |
parent | d65e22d27ab305d38059046dae60d7a66ff4a4e0 (diff) |
Remove check_envs call
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>
Diffstat (limited to 'stor4nfv_tests')
-rw-r--r-- | stor4nfv_tests/stor4nfv_k8s.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stor4nfv_tests/stor4nfv_k8s.py b/stor4nfv_tests/stor4nfv_k8s.py index 95ef40d..bbc600e 100644 --- a/stor4nfv_tests/stor4nfv_k8s.py +++ b/stor4nfv_tests/stor4nfv_k8s.py @@ -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 |