We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1e087 commit fbfe666Copy full SHA for fbfe666
test/namespace_admin_test.py
@@ -26,6 +26,8 @@ def __init__(self):
26
27
def run_test(self):
28
try:
29
+ os.chdir(self.tmpdir)
30
+ self.log.info(f"Running test in: {self.tmpdir}")
31
self.setup_namespaces()
32
self.current_context = get_kubeconfig_value("{.current-context}")
33
self.setup_service_accounts()
0 commit comments