]
RH Bugzilla Integration updated WFLY-3862:
------------------------------------------
Bugzilla References:
Run HTTPSConnectionWithCLITestCase and
VaultPasswordsInCLITestCase.java with standalone profile
-----------------------------------------------------------------------------------------------
Key: WFLY-3862
URL:
https://issues.jboss.org/browse/WFLY-3862
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Petr Kremensky
Assignee: Petr Kremensky
HTTPSConnectionWithCLITestCase and VaultPasswordsInCLITestCase.java secures management
interface with SSL, but they sometimes fail to unsecure it due to problem mentioned in
WFLY-3778. We should use different configuration to avoid breaking whole manual-mode
module due to this (other tests cannot use secured server).
Also change tests to use :*reload* command instead of *reload* operation.