Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wdecoste committed Oct 18, 2017
1 parent 84663a9 commit 38f20cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion tests/features/datavirt/6.3/datavirt.feature
Expand Up @@ -41,7 +41,7 @@ Feature: OpenShift Datavirt tests

Scenario: check that a warning is present when no password was provided for modeshapeUser
When container is ready
Then container log should contain ERROR! No password was provided for 'modeshapeUser' in the MODESHAPE_PASSWORD environment variable. JBoss Red Hat JBoss Data Virtualization will not work properly.
Then container log should contain ERROR No password was provided for 'modeshapeUser' in the MODESHAPE_PASSWORD environment variable. JBoss Red Hat JBoss Data Virtualization will not work properly.

Scenario: check that users and roles are updated
When container is started with env
Expand Down
6 changes: 0 additions & 6 deletions tests/features/datavirt/datavirt.feature
Expand Up @@ -7,12 +7,6 @@ Feature: OpenShift Datavirt tests
Then container log should contain -javaagent:/opt/jolokia/jolokia.jar=config=/opt/jolokia/etc/jolokia.properties
And available container log should not contain java.net.BindException

Scenario: check ownership when started as alternative UID
When container is started as uid 26458
Then run id -u in container and check its output contains 26458
And all files under /opt/eap are writeable by current user
And all files under /deployments are writeable by current user

Scenario: check for secure jdbc/odbc config
When container is started with env
| variable | value |
Expand Down

0 comments on commit 38f20cf

Please sign in to comment.