]
Brian Stansberry commented on WFCORE-1673:
------------------------------------------
I put the CLI component on this so the CLI devs (i.e. [~jfdenise]) are aware that this
work is being done.
Testsuite: tests for CLI controller aliases
-------------------------------------------
Key: WFCORE-1673
URL:
https://issues.jboss.org/browse/WFCORE-1673
Project: WildFly Core
Issue Type: Task
Components: CLI, Test Suite
Reporter: Martin Schvarcbacher
Assignee: Martin Schvarcbacher
Priority: Minor
Added integration tests for server aliases defined in jboss-cli.xml
Usage in bin/jboss-cli.xml:
{code:xml}
<controllers>
<controller name="ServerOne">
<protocol>http-remoting</protocol>
<host>localhost</host>
<port>9990</port>
</controller>
</controllers>
{code}
{code:bash}
./bin/jboss-cli.sh --controller=ServerOne --connect
{code}