File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,12 @@ Feature: Openshift AMQ tests
81
81
| AMQ_KEYSTORE_TRUSTSTORE_DIR | /opt /amq /conf |
82
82
| AMQ_KEYSTORE | broker .ks |
83
83
| AMQ_KEYSTORE_PASSWORD | password |
84
+ | AMQ_KEY_PASSWORD | keypass |
84
85
| AMQ_TRUSTSTORE | broker .ts |
85
86
| AMQ_TRUSTSTORE_PASSWORD | password |
86
87
Then XML file /opt/amq/conf/activemq.xml should contain value file:/opt/amq/conf/broker.ks on XPath //amq:sslContext/@keyStore
87
88
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
88
90
And XML file /opt/amq/conf/activemq.xml should contain value file:/opt/amq/conf/broker.ts on XPath //amq:sslContext/@trustStore
89
91
And XML file /opt/amq/conf/activemq.xml should contain value password on XPath //amq:sslContext/@trustStorePassword
90
92
You can’t perform that action at this time.
0 commit comments