Change way to start simulators 95/95795/11
authorGilles Thouenon <gilles.thouenon@orange.com>
Tue, 13 Apr 2021 07:12:17 +0000 (09:12 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Thu, 29 Apr 2021 08:31:40 +0000 (10:31 +0200)
commitc834356f10cb8bc04c8b0a9eb2a438b2e9c50632
tree00f1d1397f524cd553f5c47283c433407afb998b
parent6edb82c3232e00d9711346b2ea5286753a747046
Change way to start simulators

- change way to import modules from common and remove symbolic folder
links
- create a single flat simulators file containing all simulators
configurations in order to be able to launch topology configurations
composed of node devices of different versions
- adapt python test files accordingly
- create specific log directory for simulators in common

JIRA: TRNSPRTPCE-434
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I094d2dd844b0591b0012fd10395576cca147b54a
34 files changed:
tests/transportpce_tests/1.2.1/__init__.py [new file with mode: 0644]
tests/transportpce_tests/1.2.1/common [deleted symlink]
tests/transportpce_tests/1.2.1/simulators.py [deleted file]
tests/transportpce_tests/1.2.1/test_end2end.py
tests/transportpce_tests/1.2.1/test_gnpy.py
tests/transportpce_tests/1.2.1/test_olm.py
tests/transportpce_tests/1.2.1/test_pce.py
tests/transportpce_tests/1.2.1/test_portmapping.py
tests/transportpce_tests/1.2.1/test_renderer_service_path_nominal.py
tests/transportpce_tests/1.2.1/test_topo_portmapping.py
tests/transportpce_tests/1.2.1/test_topology.py
tests/transportpce_tests/2.2.1/__init__.py [new file with mode: 0644]
tests/transportpce_tests/2.2.1/common [deleted symlink]
tests/transportpce_tests/2.2.1/simulators.py [deleted file]
tests/transportpce_tests/2.2.1/test_end2end.py
tests/transportpce_tests/2.2.1/test_flex_grid.py
tests/transportpce_tests/2.2.1/test_nbinotifications.py
tests/transportpce_tests/2.2.1/test_olm.py
tests/transportpce_tests/2.2.1/test_otn_end2end.py
tests/transportpce_tests/2.2.1/test_otn_renderer.py
tests/transportpce_tests/2.2.1/test_otn_sh_renderer.py
tests/transportpce_tests/2.2.1/test_otn_topology.py
tests/transportpce_tests/2.2.1/test_portmapping.py
tests/transportpce_tests/2.2.1/test_renderer_service_path_nominal.py
tests/transportpce_tests/2.2.1/test_tapi.py
tests/transportpce_tests/2.2.1/test_topo_portmapping.py
tests/transportpce_tests/2.2.1/test_topology.py
tests/transportpce_tests/7.1/__init__.py [new file with mode: 0644]
tests/transportpce_tests/7.1/common [deleted symlink]
tests/transportpce_tests/7.1/simulators.py [deleted file]
tests/transportpce_tests/7.1/test_pce_400G.py
tests/transportpce_tests/common/log/.gitkeep [new file with mode: 0644]
tests/transportpce_tests/common/simulators.py [changed from symlink to file mode: 0644]
tests/transportpce_tests/common/test_utils.py