Create a Karaf post-install script for tests 29/98229/2
authorguillaume.lambert <guillaume.lambert@orange.com>
Mon, 28 Jun 2021 08:54:10 +0000 (10:54 +0200)
committerVachhani, Shweta (sv111y) <sv111y@att.com>
Sun, 31 Oct 2021 11:24:29 +0000 (07:24 -0400)
commite288650816280113c956a490e905336b8681bf93
tree3fd87d8d568d5951b7777d07218fe546e78bdd0f
parent0d7cc953fbb8dfca92277098402d04bfac665680
Create a Karaf post-install script for tests

- add a post-install shell script for Karaf and tests purpose
  This post-install script will be copied at build-time from
  src/main/assembly/ressources to target/assembly/ressources
- move the tox.ini sed command used to patch Karaf exec into this script
- update this command since there is no more quoting hell issues
- update tox.ini accordingly

JIRA: TRNSPRTPCE-482
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Iac1bfa3b4bf7a8d0e55130abf2f4cbf349f14ba4
karaf/src/main/assembly/ressources/post_install_for_tests.sh [new file with mode: 0755]
tox.ini