Allow Karaf to listen to an alternative SSH port 31/98231/2
authorguillaume.lambert <guillaume.lambert@orange.com>
Mon, 28 Jun 2021 12:41:50 +0000 (14:41 +0200)
committerVachhani, Shweta (sv111y) <sv111y@att.com>
Sun, 31 Oct 2021 11:26:40 +0000 (07:26 -0400)
commit3da6890d0d9ad061414b8cba61a2e6235fa4c84e
tree254e53fea2faa2f69179758e8b1896c23f5b5e8d
parenta22774970d5cb2bcd31afb02db6c01d7563db221
Allow Karaf to listen to an alternative SSH port

In Karaf post-install script for tests
- generate a configuration file template for Karaf Shell
- patch Karaf exec to generate configuration file from environment
  variable and template

In tox.ini
- declare the related variable 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: Id1b367aaaaccae4bcf74d1b6ac0aa4997f3083a6
karaf/src/main/assembly/ressources/post_install_for_tests.sh
tox.ini