[jboss-jira] [JBoss JIRA] (AS7-3489) Add ability to overwrite mgmt-users.properties when building the server config in the test suite
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Mon Jan 30 04:44:49 EST 2012
[ https://issues.jboss.org/browse/AS7-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662673#comment-12662673 ]
Darran Lofthouse commented on AS7-3489:
---------------------------------------
Also one additional options, the properties write was before we had the local authentication mechanism for the native interface so we needed the write to get in over any interface - instead of writing a new properties file an alternative option could be to invoke a mgmt op to change the location of the properties file to one in the testsuite so we no longer need to manually update a file in the distro.
> Add ability to overwrite mgmt-users.properties when building the server config in the test suite
> ------------------------------------------------------------------------------------------------
>
> Key: AS7-3489
> URL: https://issues.jboss.org/browse/AS7-3489
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Test Suite
> Affects Versions: 7.1.0.CR1b
> Reporter: Stuart Douglas
> Assignee: Ondrej Zizka
> Priority: Critical
>
> At the moment Arquillian overwrites mgmt-users.properties.
> This is a feature we need for our testsuite, but it is not something that the average end user of Arquillian would expect. Instead when we build our server config in the testsuite a mgmt-users.properties file should be created/copied in.
> The only affected test appears to be:
> # modified: testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/http/HttpGetMgmtOpsTestCase.java
> # modified: testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/http/HttpPostMgmtOpsTestCase.java
> # modified: testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ws/tools/jbws3207/JBWS3207TestCase.java
> # modified: testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/jsr88/EnterpriseDeploymentTestCase.java
> # modified: testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/surefire/servermodule/HttpDeploymentUploadUnitTestCase.java
> I am going to @Ignore these for now, and they should be un-ignored once we have a mgmt-users.properties file.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list