clean up after test_multi_namespace support

This commit is contained in:
Sergey Dudoladov 2020-11-10 08:23:44 +01:00
parent 6f4ea06584
commit b472329101
1 changed files with 2 additions and 0 deletions

View File

@ -609,6 +609,8 @@ class EndToEndTestCase(unittest.TestCase):
except timeout_decorator.TimeoutError:
print('Operator log: {}'.format(k8s.get_operator_log()))
raise
finally:
k8s.api.core_v1.delete_namespace(self.test_namespace)
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
def test_zz_node_readiness_label(self):