kytos-ng / kytos-end-to-end-tests

Kytos End-to-End Tests
0 stars 10 forks source link

Moved deletion test to new environment #302

Closed Alopalao closed 2 months ago

Alopalao commented 2 months ago

Closes #301

Summary

Moved tests that deleted topology components to an environment that uses Amlight topology.

Local Tests

End-to-End Tests

+ python3 -m pytest tests/test_e2e_05_topology.py --reruns 0 -r fEr
============================= test session starts ==============================
platform linux -- Python 3.11.2, pytest-8.1.1, pluggy-1.5.0
rootdir: /tests
plugins: rerunfailures-13.0, timeout-2.2.0, anyio-4.3.0
collected 18 items

tests/test_e2e_05_topology.py ..................                         [100%]
+ python3 -m pytest tests/test_e2e_06_topology.py --reruns 0 -r fEr
============================= test session starts ==============================
platform linux -- Python 3.11.2, pytest-8.1.1, pluggy-1.5.0
rootdir: /tests
plugins: rerunfailures-13.0, timeout-2.2.0, anyio-4.3.0
collected 4 items

tests/test_e2e_06_topology.py ....                                       [100%]