Skip to content

Commit

Permalink
Rename rook-cephfs test namesapce
Browse files Browse the repository at this point in the history
Use the same format used in other addons "{addon}-test" for consistency.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Mar 2, 2025
1 parent e881939 commit 5201986
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/addons/rook-cephfs/provision-test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

---
namespace: drenv-addon-test
namespace: rook-cephfs-test

resources:
- namespace.yaml
Expand Down
2 changes: 1 addition & 1 deletion test/addons/rook-cephfs/provision-test/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: drenv-addon-test
name: rook-cephfs-test
2 changes: 1 addition & 1 deletion test/addons/rook-cephfs/test
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ from drenv import kubectl

PVC_NAME = "cephfs-pvc"
SNAP_NAME = "cephfs-snap"
NAMESPACE = "drenv-addon-test"
NAMESPACE = "rook-cephfs-test"


def test_provisioning(cluster):
Expand Down

0 comments on commit 5201986

Please # to comment.