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

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

Added tests for interface deletion #298

Closed Alopalao closed 2 months ago

Alopalao commented 2 months ago

Closes #297

Summary

Added test for interface deletion.

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.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%]
+ python3 -m pytest tests/test_e2e_05_topology.py -k test_515_delete_interface_automatically --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 22 items / 21 deselected / 1 selected

tests/test_e2e_05_topology.py .                                          [100%]