Allow Karaf to listen to alternative RMI ports 32/98232/2
authorguillaume.lambert <guillaume.lambert@orange.com>
Mon, 28 Jun 2021 12:53:28 +0000 (14:53 +0200)
committerVachhani, Shweta (sv111y) <sv111y@att.com>
Sun, 31 Oct 2021 11:27:36 +0000 (07:27 -0400)
commit3c2237e17c2ad8c18defb1f2d5167d7bcb81c8e6
tree0ea725b1df8859b1133ed52d99599eee3549468a
parent3da6890d0d9ad061414b8cba61a2e6235fa4c84e
Allow Karaf to listen to alternative RMI ports

In Karaf post-install script for tests
- generate configuration files templates for Karaf Management
- patch Karaf exec to generate configuration files from environment
  variables and templates

In tox.ini
- declare the related variables in SETENV parameters

Allowing the controller configuration to listen to alternative ports
is a commodity to run functional tests in parallel.

JIRA: TRNSPRTPCE-482
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ic2f0db92b9da14fcd65fc9840aa4365b8f9469f8
karaf/src/main/assembly/ressources/post_install_for_tests.sh
tox.ini