[OPNFLWPLUG-35] Actions do not work in OVS, but work in CPqd Created: 17/Jan/14 Updated: 27/Sep/21 Resolved: 20/Jan/14 |
|
| Status: | Resolved |
| Project: | OpenFlowPlugin |
| Component/s: | General |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Krishnan Iyer | Assignee: | Gaurav Bhagwani |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Linux |
||
| External issue ID: | 320 |
| Description |
|
addMDFlow command does not work from the OSGi console. Had a discussion with Prasanna Huddar regarding this. Setup is Ubuntu-32bit in VirtualBox on Windows 7. My version of code: Group Test-cases Signed-off-by: etusgoy <goyaltushar7@gmail.com> commit 1be34f46df86edec8f79c06b66e0c9ca1397dbf0 |
| Comments |
| Comment by Gaurav Bhagwani [ 20/Jan/14 ] |
|
I have tested the senario with the latest controller code and ovs switch and it's working fine Input from controller osgi > addMDFlow openflow:1 f11 f11 in test provider is the action - Push Vlan Ovs output : mininet@mininet-vm:~$ sudo ovs-ofctl -O OpenFlow13 dump-flows s1 The only problem i see when we test the testProvider setting setOutputPort() with some values and not setting the actions with the OutputAction with same port values Hence, while testing the cases through test provider on ovs , we need to comment the setOutputPort() or setaction as OutputAction with same port values of setOutputPort() or else all cases will give error notification Once the setOutputPort is not set , all cases passes through including f11 |