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

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

Update for `v1` in routes of `sdntrace_cp` #230

Closed gretelliz closed 1 year ago

gretelliz commented 1 year ago

Related to PR of sdntrace_cp

Summary

Add v1 on routes of 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 -------------------------------
================= 11 passed, 98 warnings in 305.00s (0:05:05) ==================

End-to-End Tests

N/A