kytos-ng / sdntrace_cp

MIT License
1 stars 6 forks source link

Check for `instructions` in `match_and_apply` #107

Closed gretelliz closed 1 year ago

gretelliz commented 1 year ago

Closes #103

Summary

This is to support instructions in sdntrace_cp when performing a match.

Local Test

Same example in issue:

{"result":[{"dpid":"00:00:00:00:00:00:00:01","port":1,"time":"2023-08-03 12:21:42.515496","type":"starting"},{"dpid":"00:00:00:00:00:00:00:02","port":2,"time":"2023-08-03 12:21:42.515556","type":"last","vlan":2,"out":{"port":1}}]}

End-to-end Test

See PR

viniarck commented 1 year ago

@gretelliz 2023.1 has been tagged, when you have a chance, please solve the git conflicts and make sure the e2e related to this part is still passing and then feel free to merge it. In the changelog, it should be in the unreleased section since this will be for 2023.2, OK?

gretelliz commented 1 year ago

@viniarck, thank You!