Skip to content

Commit

Permalink
Add relevant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Nov 22, 2017
1 parent 6a059fd commit 8f9c8c1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/features/amq.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@jboss-amq-6/amq62-openshift
Feature: OpensShift AMQ image tests

Scenario: Check that the labels are correctly set
Given image is built
Then the image should contain label com.redhat.component with value jboss-amq-6-amq62-openshift-docker
And the image should contain label name with value jboss-amq-6/amq62-openshift

# https://issues.jboss.org/browse/CLOUD-180
Scenario: Check if image version and release is printed on boot
When container is ready
Then container log should contain Running jboss-amq-6/amq62-openshift image, version

0 comments on commit 8f9c8c1

Please sign in to comment.