Skip to content

Commit bc9e778

Browse files
committed
Change default namespace for kuttl tests
Previously we were using the production namespace, "openstack". This is not convenient since it can overlap with pods that are from a development or production environment and it would be easier to have the same name as the one configured in install_yamls[0]. [0] https://github.com/openstack-k8s-operators/install_yamls/blob/main/Makefile#L236 Signed-off-by: Elvira Garcia <[email protected]>
1 parent f373842 commit bc9e778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kuttl-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apiVersion: kuttl.dev/v1beta1
1818
kind: TestSuite
1919
reportFormat: JSON
2020
reportName: kuttl-test-ovn
21-
namespace: openstack
21+
namespace: ovn-kuttl-tests
2222
timeout: 600
2323
parallel: 1
2424
suppress:

0 commit comments

Comments
 (0)