Skip to content

Commit f9b9853

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
centosci: pass SMBOP_TEST_MIN_NODE_COUNT to test suite
In the centosci based testing environment we have an expected number of worker nodes we can pass to the test suite. This can then be used by the suite to determine if the test cluster has been set up according to intended spec. Signed-off-by: John Mulligan <[email protected]>
1 parent a1c073b commit f9b9853

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/centosci/sink-clustered-deployment.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ IMG="${CI_IMG_OP}" make test
3333
./tests/test-deploy-ad-server.sh
3434

3535
# Run integration tests
36-
SMBOP_TEST_CLUSTERED=1 SMBOP_TEST_EXPECT_MANAGER_IMG="${CI_IMG_OP}" \
37-
./tests/test.sh || (./tests/post-test-info.sh; exit 1)
36+
SMBOP_TEST_CLUSTERED=1 \
37+
SMBOP_TEST_MIN_NODE_COUNT="${NODE_COUNT}" \
38+
SMBOP_TEST_EXPECT_MANAGER_IMG="${CI_IMG_OP}" \
39+
./tests/test.sh || (./tests/post-test-info.sh; exit 1)
3840

3941
teardown_op
4042

0 commit comments

Comments
 (0)