Add lightynode support to testutils.py 10/107710/6
authorguillaume.lambert <guillaume.lambert@orange.com>
Tue, 5 Sep 2023 10:10:57 +0000 (12:10 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 6 Sep 2023 12:14:09 +0000 (14:14 +0200)
commit1a52f06f2d7856eba140391b11e03955c09aa8dd
treea2cd2312b7db9e4b1f84b71456a7f86e90ad2abd
parent9b5f81f01d9713486fc61f1826a983898c27790c
Add lightynode support to testutils.py

- add netconf_client dependency necessary for several tests
- add an installation shell script for lighty_node
- use sed in lightynode and hondenynoe install scripts to deal
  with 1.2.1 sample configs typo issue
- add an environment variable to configure a choice
  among lighty / honeycomb / no simulator
- update tox.ini consequently

JIRA: TRNSPRTPCE-754
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Co-authored-by: Christophe Betoule <christophe.betoule@orange.com>
Change-Id: I167b40dd3a1d9bd89cc472fa80899ba730f99c6a
tests/install_honeynode.sh
tests/install_lightynode.sh [new file with mode: 0755]
tests/lightynode/.gitkeep [new file with mode: 0644]
tests/requirements.txt
tests/transportpce_tests/common/test_utils.py
tox.ini