Wrapper for simulators 92/117192/8
authorEli Halych <illia.halych@t-mobile.pl>
Thu, 28 Jan 2021 16:11:39 +0000 (16:11 +0000)
committerEli Halych <illia.halych@t-mobile.pl>
Mon, 22 Feb 2021 14:08:46 +0000 (14:08 +0000)
commit920aa926a2a78dc7f1ba63e648d124a405962017
tree5ccfcd42da8c0fefd506cb65c6e3da8ecf26364c
parentca74c6ae7ad7dfd03f547fcd706bdfcdde1b20b4
Wrapper for simulators

Implemented using Avionix. Supports Helm 3 only. The local directory path was defined relative to the package. Remote charts that are described locally are used. Starting the simulator is provided as a regular HTTP or HTTPS request.

Issue-ID: INT-1829
Signed-off-by: Eli Halych <illia.halych@t-mobile.pl>
Change-Id: Ia17c4043bedd853bf2c068e53d51cd2808a3c0db
requirements.txt
src/onaptests/configuration/settings.py
src/onaptests/steps/wrapper/__init__.py [new file with mode: 0644]
src/onaptests/steps/wrapper/helm_charts.py [new file with mode: 0644]
src/onaptests/steps/wrapper/start.py [new file with mode: 0644]
src/onaptests/templates/helm_charts/README.md [new file with mode: 0755]
src/onaptests/utils/exceptions.py
src/onaptests/utils/simulators.py [new file with mode: 0644]