Skip to content

Commit 97bf513

Browse files
carsonmhanishasthana
authored andcommitted
add: cleanup to unit tests
1 parent f5b8140 commit 97bf513

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: tests/unit_test.py

+5
Original file line numberDiff line numberDiff line change
@@ -2221,3 +2221,8 @@ def test_cleanup():
22212221
os.remove("unit-test-default-cluster.yaml")
22222222
os.remove("test.yaml")
22232223
os.remove("raytest2.yaml")
2224+
os.remove("quicktest.yaml")
2225+
os.remove("tls-cluster-namespace/ca.crt")
2226+
os.remove("tls-cluster-namespace/tls.crt")
2227+
os.remove("tls-cluster-namespace/tls.key")
2228+
os.rmdir("tls-cluster-namespace")

0 commit comments

Comments
 (0)