diff options
Diffstat (limited to 'functest_kubernetes/cnf_conformance/conformance.py')
-rw-r--r-- | functest_kubernetes/cnf_conformance/conformance.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/functest_kubernetes/cnf_conformance/conformance.py b/functest_kubernetes/cnf_conformance/conformance.py index 5d1c1f5e..289a8f5a 100644 --- a/functest_kubernetes/cnf_conformance/conformance.py +++ b/functest_kubernetes/cnf_conformance/conformance.py @@ -156,3 +156,8 @@ class CNFConformance(testcase.TestCase): self.__logger.debug("delete_namespace: %s", namespace) except client.rest.ApiException: pass + # cnf-testsuite cleanup does not wait for removing reources + # use time.sleep(60) till + # https://github.com/cnti-testcatalog/testsuite/issues/2194 + # is fixed + time.sleep(60) |