Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 685 Bytes

File metadata and controls

20 lines (14 loc) · 685 Bytes

Lighty Integration Tests

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.

Run

  • build the project: mvn clean install
  • run tests: mvn failsafe:integration-test -Ptest-integration
  • no ALPN needed

Setup Logging

Default logging configuration may be overwritten by JVM option -Dlog4j.configurationFile=path/to/log4j2.xml

Content of log4j2.xml is described here.