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

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

Fix: Refactor the e2e test suite. #229

Closed gretelliz closed 1 year ago

gretelliz commented 1 year ago

python3 -m pytest tests/test_e2e_40_sdntrace.py::TestE2ESDNTrace::test_070_run_sdntrace_untagged_vlan was failing because it was trying to create an evc that already existed, so a check was added to remove the evc and avoid the error.

This is to refactor other test cases or lack of teardown that is impacting on other test cases like this one here.

viniarck commented 1 year ago

Landed on https://github.com/kytos-ng/kytos-end-to-end-tests/pull/258/files