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

WFCORE-3017: It's not possible to call Elytron credential-store :add-… #336

Merged
merged 1 commit into from
Jul 19, 2017

Conversation

zebrik
Copy link
Member

@zebrik zebrik commented Jul 19, 2017

…alias via profile in domain any more.

@zebrik zebrik requested a review from rhatlapa July 19, 2017 11:10
@zebrik
Copy link
Member Author

zebrik commented Jul 19, 2017

@honza-kasik any objection?

@honza-kasik
Copy link
Collaborator

LGTM, thanks!

result.assertDefinedValue();
List<String> servers = result.stringListValue();

List<String> startedServers = new ArrayList<String>();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Creaper has methods like org.wildfly.extras.creaper.core.online.operations.admin.DomainAdministration#allRunningServers(java.lang.String), why don't you make use of it?

Copy link
Member Author

Choose a reason for hiding this comment

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

I wasn't aware of that method. Thx.

@rhatlapa
Copy link
Collaborator

It is better to reuse and not to write new one => please reuse existing code from creaper instead of writing new methods.

@zebrik
Copy link
Member Author

zebrik commented Jul 19, 2017

Amended.

@zebrik zebrik merged commit 9683e59 into hal:master Jul 19, 2017
spriadka pushed a commit to spriadka/testsuite that referenced this pull request Jul 31, 2017
WFCORE-3017: It's not possible to call Elytron credential-store :add-…

initial commit

added tests for WebServices -> EndpointConfiguration

added tests for duplicate resource creation

added tests for property manipulation in WebServices -> Endpoint config

added tests for client configuration

added pre handler tests for client configuration

added tests for edit protocol bindings

added tests for handlerchain handlers in client config and endpoint config

minor refactoring

final changes before rebase & PR

changed after PR review, before WebServicesTestCaseAbstract refactor

finished refactoring, before merging

moved create* methods from WebServicesTestCaseAbstract to page object, removed restart of administration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants