Automation of Wireshark part, in order to filter all the packet level details of the message transaction between the Switch and the Controller
Hi
I am trying to automate the OF test case: adding a flow table and pushing a flow entry into the table.
I have used python robot framework for automation and automated the sections wherein switch-controller association, adding Flow table and pushing flows are done successfully via script. I have used Ostinato for traffic generation.
During the process, I am checking and filtering the fields in the transaction of messages manually for project related purpose. I am stuck as I am not able to automate fetching a field from the Wireshark with Openflow as filter.
Please help me in automation of the Wireshark part, so that my test coverage will be successful.
Regards, Swathi