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

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

feat: Update tests to use vlan as string instead of int #209

Closed ajoaoff closed 1 year ago

ajoaoff commented 1 year ago

When PR kytos-ng/flow_manager#135 arrives the flows will have dl_vlan stored as strings, so the tests need to compare the stored flows dl_vlan with strings.

PS: This PR should be merge with kytos-ng/flow_manager#135

viniarck commented 1 year ago

I'll go ahead and close this since requirements have changed and https://github.com/kytos-ng/flow_manager/pull/135 landed with more gradual approach.

e2e test case with a mask ("any" -> "4096/4096") is also being covered on PR #210