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

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

Added test for vlan_range #268

Closed Alopalao closed 7 months ago

Alopalao commented 7 months ago

Closes #267

Summary

Added test for vlan_range epic:

End-To-End tests

+ python3 -m pytest tests/ -k 'test_005_evc_vlan_range or test_100_trace_circuit_vlan_range' --reruns 0 -r fEr
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-7.2.0, pluggy-1.3.0
rootdir: /tests
plugins: timeout-2.1.0, rerunfailures-10.2, anyio-3.6.2
collected 254 items / 252 deselected / 2 selected

tests/test_e2e_15_mef_eline.py .                                         [ 50%]
tests/test_e2e_40_sdntrace.py .                                          [100%]
viniarck commented 7 months ago

@italovalcy let Aldo know if you'd like to see anything else covered on e2e for vlan range.

viniarck commented 7 months ago

I'll go ahead and merge this, any extra test case will be covered in a new issue/PR.