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

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

Test for flows with `instructions` #254

Closed gretelliz closed 11 months ago

gretelliz commented 11 months ago

Related to issue 107 of sdntrace_cp

Summary

Add a test for flows with instructions instead of actions.

gretelliz commented 11 months ago

Passing:

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 -------------------------------
================= 13 passed, 98 warnings in 817.55s (0:13:37) ==================