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

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

`/traces` validates payload #220

Closed gretelliz closed 1 year ago

gretelliz commented 1 year ago

Related to PR of sdntrace_cp

Summary

Add test_080_validate_attribute_on_payload to test that /traces validates payload.

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 ------------------------------- ================== 1 passed, 98 warnings in 123.34s (0:02:03) ==================

End-to-End Tests

N/A