Skip to content

Commit 8a707a8

Browse files
synareteanoopcs9
authored andcommitted
docs: deploy AD before tests by developer
When developer run tests with custom operator he may need to deploy AD on cluster prior to actual tests-suite execution (unless using external one). Signed-off-by: Shachar Sharon <[email protected]>
1 parent 0141b54 commit 8a707a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/developers-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ container image you used this variable should also be set. Example:
7272
```bash
7373
# configure the tests to check for a given container
7474
export SMBOP_TEST_EXPECT_MANAGER_IMG="${IMG}"
75+
# deploy AD on cluster (required if not using external AD)
76+
./tests/test-deploy-ad-server.sh
7577
# Run the tests
7678
./tests/test.sh
7779
```

0 commit comments

Comments
 (0)