Skip to content

Commit c994fd9

Browse files
anoopcs9spuiuk
authored andcommitted
tests/centosci: Enable clustered share tests
1 parent 39b0ebc commit c994fd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/centosci/sink-clustered-deployment.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ IMG="${CI_IMG_OP}" make container-push
2121

2222
install_kustomize
2323

24-
#enable_ctdb
24+
enable_ctdb
2525

2626
deploy_op
2727

@@ -33,7 +33,8 @@ IMG="${CI_IMG_OP}" make test
3333
./tests/test-deploy-ad-server.sh
3434

3535
# Run integration tests
36-
SMBOP_TEST_EXPECT_MANAGER_IMG="${CI_IMG_OP}" ./tests/test.sh
36+
SMBOP_TEST_CLUSTERED=1 SMBOP_TEST_EXPECT_MANAGER_IMG="${CI_IMG_OP}" \
37+
./tests/test.sh
3738

3839
teardown_op
3940

0 commit comments

Comments
 (0)