Change way to start simulators 67/96067/2
authorGilles Thouenon <gilles.thouenon@orange.com>
Tue, 13 Apr 2021 07:12:17 +0000 (09:12 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Tue, 18 May 2021 07:55:42 +0000 (09:55 +0200)
commit565bf88f5aceb1564ca2f93cb89bbc1b402dbeb8
treec4704997e221f4d3f47c3dc36e67b54d411e496f
parent13624543bf9d89d0653b496382d7cf66eb0a4b4d
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