This project contains some integration tests for testing OdlController, that uses community RestConf. Tests are located in this directory.
Tests will start OdlController with community RestConf and AAA.
- build the project:
mvn clean install
- run tests:
mvn failsafe:integration-test -Ptest-integration
- no ALPN needed
Default logging configuration may be overwritten by JVM option
-Dlog4j.configurationFile=path/to/log4j2.xml
Content of log4j2.xml
is described here.