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

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

Test `untagged` and `any` values for vlan in sdntrace_cp #215

Closed gretelliz closed 1 year ago

gretelliz commented 1 year ago

Related to PR of sdntrace_cp

Summary

Add test_070_run_sdntrace_untagged_vlan and test_075_run_sdntrace_any_vlan to test the untagged and any cases for vlan in sdntrace_cp.

Local Tests

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

=============================== warnings summary =============================== test_e2e_40_sdntrace.py: 49 warnings /usr/lib/python3/dist-packages/mininet/node.py:1121: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. return ( StrictVersion( cls.OVSVersion ) <

test_e2e_40_sdntrace.py: 49 warnings /usr/lib/python3/dist-packages/mininet/node.py:1122: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. StrictVersion( '1.10' ) )

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ------------------------------- start/stop times ------------------------------- ================= 10 passed, 98 warnings in 278.75s (0:04:38) ==================

End-to-End Tests

N/A

Alopalao commented 1 year ago

LGTM, nice job.