Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOUD-1780] Update AMQ62 tests #40

Merged
merged 1 commit into from
Jul 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/features/amq/6.2/amq.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feature: Openshift AMQ tests

Scenario: check that container is started correctly
When container is ready
Then container log should contain INFO | Apache ActiveMQ 5.11.0.redhat-621159
Then container log should contain INFO | Apache ActiveMQ 5.11.0.redhat-621186
And check that port 61616 is open

Scenario: Check that the labels are correctly set
Expand All @@ -25,7 +25,7 @@ Feature: Openshift AMQ tests
| AMQ_KEYSTORE_PASSWORD | password |
| AMQ_TRUSTSTORE | broker.ts |
| AMQ_TRUSTSTORE_PASSWORD | password |
Then container log should contain INFO | Apache ActiveMQ 5.11.0.redhat-621159
Then container log should contain INFO | Apache ActiveMQ 5.11.0.redhat-621186
And check that port 61616 is open
Then run sh -c '/opt/amq/bin/readinessProbe.sh 1 1 true && echo all good' in container and check its output for all good
Then file /tmp/readiness-log should contain openwire port 61616
Expand All @@ -43,4 +43,4 @@ Feature: Openshift AMQ tests
Then file /tmp/readiness-log should contain stomp port 61613
Then file /tmp/readiness-log should contain Transport is listening on port 61613
Then file /tmp/readiness-log should contain stomp+ssl port 61612
Then file /tmp/readiness-log should contain Transport is listening on port 61612
Then file /tmp/readiness-log should contain Transport is listening on port 61612
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just vi or git or both insisting on a \n being at the end, and adding one.