Skip to content

Commit 6159ed3

Browse files
committed
update
1 parent b43bfde commit 6159ed3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/features/amq/amq-common.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ Feature: Openshift AMQ tests
8181
| AMQ_KEYSTORE_TRUSTSTORE_DIR | /opt/amq/conf |
8282
| AMQ_KEYSTORE | broker.ks |
8383
| AMQ_KEYSTORE_PASSWORD | password |
84+
| AMQ_KEY_PASSWORD | keypass |
8485
| AMQ_TRUSTSTORE | broker.ts |
8586
| AMQ_TRUSTSTORE_PASSWORD | password |
8687
Then XML file /opt/amq/conf/activemq.xml should contain value file:/opt/amq/conf/broker.ks on XPath //amq:sslContext/@keyStore
8788
And XML file /opt/amq/conf/activemq.xml should contain value password on XPath //amq:sslContext/@keyStorePassword
89+
And XML file /opt/amq/conf/activemq.xml should contain value keypass on XPath //amq:sslContext/@keyStoreKeyPassword
8890
And XML file /opt/amq/conf/activemq.xml should contain value file:/opt/amq/conf/broker.ts on XPath //amq:sslContext/@trustStore
8991
And XML file /opt/amq/conf/activemq.xml should contain value password on XPath //amq:sslContext/@trustStorePassword
9092

0 commit comments

Comments
 (0)