------------------------------------------------------------------------------- Test set: org.jboss.as.test.manualmode.management.cli.VaultPasswordsInCLITestCase ------------------------------------------------------------------------------- Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 77.752 sec <<< FAILURE! - in org.jboss.as.test.manualmode.management.cli.VaultPasswordsInCLITestCase testRightVaultPassword(org.jboss.as.test.manualmode.management.cli.VaultPasswordsInCLITestCase) Time elapsed: 6.245 sec <<< FAILURE! java.lang.AssertionError: Password should be right and authentication successful Expected: a string containing "\"outcome\" => \"success\"" but: was "0: INFO [org.jboss.modules] JBoss Modules version 1.3.4.Final INFO [org.jboss.security] PBOX000361: Default Security Vault Implementation Initialized and Ready INFO [org.xnio] XNIO version 3.3.0.Beta1 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.3.0.Beta1 INFO [org.jboss.remoting] JBoss Remoting version 4.0.3.Final " at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.junit.Assert.assertThat(Assert.java:865) at org.jboss.as.test.manualmode.management.cli.VaultPasswordsInCLITestCase.testRightVaultPassword(VaultPasswordsInCLITestCase.java:158)