[
https://issues.jboss.org/browse/AS7-2228?page=com.atlassian.jira.plugin.s...
]
Richard Achmatowicz commented on AS7-2228:
------------------------------------------
Note that the main task here is simple: get the AS7 testsuite to run against IP addresses
node0 and node1 passed in on the command line.
That means
(i) starting servers using those addresses (node0 for single node tests, node0 and node1
for multi-nodes tests)
(ii) having client side tests connect with the servers using those addresses.
In many existing test cases, clients assume that the server is started on localhost and
clients can connect with servers by creating sockets on localhost or passing http requests
using
http://localhost:8080.
Clients need to connect on the IP address that the server was started on. This can be
easily picked up from Arquillian on the client side, IIRC, so this exercise should not be
that difficult. However, need to give devs some guidance on what to do when implementing
test cases if we want this convention to be adhered to.
TS: Check IPv6
--------------
Key: AS7-2228
URL:
https://issues.jboss.org/browse/AS7-2228
Project: Application Server 7
Issue Type: Sub-task
Components: Test Suite
Reporter: Ondrej Zizka
Assignee: Ondrej Zizka
This includes:
* Check AS management support for IPv6
* Check Arquillian's support
* Config param to scripts / maven property passed to arquillian
* Replacing "http://localhost:..." in tests with a configurable value.
QA contact: Pavel Janousek
https://docspace.corp.redhat.com/docs/DOC-71739
https://docspace.corp.redhat.com/docs/DOC-47796
https://docspace.corp.redhat.com/docs/DOC-70336 - See 4. Future work ... more than 50%
missing
--
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