Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: set the OPERATOR_NAMESPACE in the test suite
This allows one to run the a specific test using the ginkgo cli or by using the vscode test decorators. For example: ``` $ ginkgo -focus "ClientProfile Controller" -r [1732083376] Controller Suite - 1/3 specs SS• SUCCESS! 5.797831s PASS Starting ceph-csi-operator suite [1732083376] e2e suite - 0/1 specs S SUCCESS! 59.25µs PASS Ginkgo ran 2 suites in 10.605577042s Test Suite Passed ``` Signed-off-by: Raghavendra Talur <[email protected]>
- Loading branch information