Skip to content

Commit 0b652ea

Browse files
committed
Add certificates location to test command
To load server certificate into truststore. (cherry picked from commit 3891b56) Conflicts: .travis.yml
1 parent 2b619b2 commit 0b652ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ branches:
3131
before_script:
3232
- ./bin/before_build.sh
3333

34-
script: ./mvnw clean verify -P '!setup-test-node' -Djunit5.exclude.tags='tls,need-rabbitmqctl'
34+
script: ./mvnw clean verify -P '!setup-test-node' -Dtravis-ci=true -Drabbitmqctl.bin='rabbitmq/sbin/rabbitmqctl' -Dtest-broker.A.nodename=rabbit@$(hostname) -Dtest-client-cert.password= -Dtest-tls-certs.dir=/tmp/tls-gen/basic
3535
cache:
3636
directories:
3737
- $HOME/.m2

0 commit comments

Comments
 (0)