Outsource tests scripts not in envlist 22/98222/3
authorGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 18 Jun 2021 12:13:52 +0000 (14:13 +0200)
committerVachhani, Shweta (sv111y) <sv111y@att.com>
Sat, 30 Oct 2021 13:16:00 +0000 (09:16 -0400)
commit0cb9cca5205f2a8138495b6d7d32fe04ad806c8a
tree22cdeecea45bd666ae716bf11a64b5cbe4f521fb
parenta00b026c999937365e4368cf18f8ab3e548c91fd
Outsource tests scripts not in envlist

Gnpy and nbinotifications tests requires docker and cannot be run
easily in the gate.
For this reason, they are not listed in tox.ini envlist.
Moving them to a separate folder will ease tests management in the gate.

JIRA: TRNSPRTPCE-482
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I57b69bc3c4482c4ef2ed9d0aaeffd874b9925deb
tests/transportpce_tests/with_docker/__init__.py [new file with mode: 0644]
tests/transportpce_tests/with_docker/test_gnpy.py [moved from tests/transportpce_tests/1.2.1/test_gnpy.py with 100% similarity]
tests/transportpce_tests/with_docker/test_nbinotifications.py [moved from tests/transportpce_tests/2.2.1/test_nbinotifications.py with 100% similarity]
tox.ini