Skip to content

Commit

Permalink
multi-svc-test-fix (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajguptavm committed Sep 19, 2024
1 parent c683622 commit 513f710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/e2e_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ var (
envNfsDatastoreName = "NFS_DATASTORE_NAME"
envNfsDatastoreIP = "NFS_DATASTORE_IP"
pwdRotationTimeout = 10 * time.Minute
roleCnsDatastore = "CNS-Datastore"
roleCnsSearchAndSpbm = "CNS-SEARCH-AND-SPBM"
roleCnsHostConfigStorageAndCnsVm = "CNS-HOST-CONFIG-STORAGE-AND-CNS-VM"
roleCnsDatastore = "CNS-SUPERVISOR-DATASTORE"
roleCnsSearchAndSpbm = "CNS-SUPERVISOR-SEARCH-AND-SPBM"
roleCnsHostConfigStorageAndCnsVm = "CNS-SUPERVISOR-HOST-CONFIG-STORAGE-AND-CNS-VM"
)

// For rwx
Expand Down

0 comments on commit 513f710

Please sign in to comment.