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

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

Isolated last topology test #300

Closed Alopalao closed 2 months ago

Alopalao commented 2 months ago

Closes #299

Summary

Isolated last test so it not affected by other tests

Local Tests

End-to-End Tests

+ 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.4.0
rootdir: /tests
plugins: rerunfailures-13.0, timeout-2.2.0, anyio-4.3.0
collected 1 item

tests/test_e2e_06_topology.py .                                          [100%]
+ 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.4.0
rootdir: /tests
plugins: rerunfailures-13.0, timeout-2.2.0, anyio-4.3.0
collected 21 items

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