Skip to content

Commit

Permalink
Merge pull request #53 from errantepiphany/RHPAM-1208
Browse files Browse the repository at this point in the history
[RHPAM-1208] Update RHPAM OpenShift images from 7.0.0.GA to 7.0.1.CR1
  • Loading branch information
errantepiphany committed Jun 13, 2018
2 parents 21c27ca + 1a2de38 commit 306bb01
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@rhpam-7/elasticsearch-openshift
Feature: BPM Suite Business Central tests
@rhpam-7/rhpam70-businesscentral-indexing-openshift
Feature: RHPAM Business Central Indexing configuration tests

Scenario: Test Container Health
When container is ready
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: RHPAM Business Central Monitoring configuration tests
Scenario: Check for product and version environment variables
When container is ready
Then run sh -c 'echo $JBOSS_PRODUCT' in container and check its output for rhpam-businesscentral-monitoring
And run sh -c 'echo $RHPAM_BUSINESS_CENTRAL_MONITORING_VERSION' in container and check its output for 7.0.0
And run sh -c 'echo $RHPAM_BUSINESS_CENTRAL_MONITORING_VERSION' in container and check its output for 7.0.1

# https://issues.jboss.org/browse/RHPAM-891
Scenario: Check default users are properly configured
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: RHPAM Business Central configuration tests
Scenario: Check for product and version environment variables
When container is ready
Then run sh -c 'echo $JBOSS_PRODUCT' in container and check its output for rhpam-businesscentral
And run sh -c 'echo $RHPAM_BUSINESS_CENTRAL_VERSION' in container and check its output for 7.0.0
And run sh -c 'echo $RHPAM_BUSINESS_CENTRAL_VERSION' in container and check its output for 7.0.1

# https://issues.jboss.org/browse/RHPAM-891
Scenario: Check default users are properly configured
Expand Down
2 changes: 1 addition & 1 deletion tests/features/rhpam/controller/rhpam-controller.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: RHPAM Controller configuration tests
Scenario: Check for product and version environment variables
When container is ready
Then run sh -c 'echo $JBOSS_PRODUCT' in container and check its output for rhpam-controller
And run sh -c 'echo $RHPAM_CONTROLLER_VERSION' in container and check its output for 7.0.0
And run sh -c 'echo $RHPAM_CONTROLLER_VERSION' in container and check its output for 7.0.1

# https://issues.jboss.org/browse/RHPAM-891
Scenario: Check default users are properly configured
Expand Down
2 changes: 1 addition & 1 deletion tests/features/rhpam/kieserver/rhpam-kieserver.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: RHPAM KIE Server configuration tests
Scenario: Check for product and version environment variables
When container is ready
Then run sh -c 'echo $JBOSS_PRODUCT' in container and check its output for rhpam-kieserver
And run sh -c 'echo $RHPAM_KIESERVER_VERSION' in container and check its output for 7.0.0
And run sh -c 'echo $RHPAM_KIESERVER_VERSION' in container and check its output for 7.0.1

# https://issues.jboss.org/browse/RHPAM-891
Scenario: Check default users are properly configured
Expand Down
2 changes: 1 addition & 1 deletion tests/features/rhpam/smartrouter/rhpam-smartrouter.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Feature: RHPAM Smart Router configuration tests
Scenario: Check for product and version environment variables
When container is ready
Then run sh -c 'echo $JBOSS_PRODUCT' in container and check its output for rhpam-smartrouter
And run sh -c 'echo $RHPAM_SMARTROUTER_VERSION' in container and check its output for 7.0.0
And run sh -c 'echo $RHPAM_SMARTROUTER_VERSION' in container and check its output for 7.0.1

0 comments on commit 306bb01

Please sign in to comment.