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

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

Fix test_020_run_sdntrace_fail_missing_flow by using the correct cookie and mask #195

Closed italovalcy closed 1 year ago

italovalcy commented 1 year ago

After the PR kytos-ng#sdntrace_cp#49 has landed, the issue on this test should be resolved, requiring the removal of the xfail tag. However, even after the fix the test was still failing. The problem was in the missing cookie_mask for the payload and also the cookie id does not currently support ranges (see issue kytos-ng/flow_manager#129). So, to enable the test work properly, we used the spefici cookie_id based on the circuit ID.