[VTN-99] Dataflow fetch issue from physical layer Created: 14/Jan/16  Updated: 19/Oct/17  Resolved: 10/Feb/16

Status: Resolved
Project: vtn
Component/s: ODC Driver
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: YOGA LAKSHMI SWETHA PAYYAVULA Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 4966

 Description   

ISSUE SCENARIO: When fetching the dataflows, the GET operation fails.

REPRODUCE THE BUG:

Controller:

VTN:

curl -v --user admin:adminpass -H 'content-type: application/json' -X POST -d '{"vtn" : {"vtn_name":"vtn1","description":"test VTN" }}' http://127.0.0.1:8083/vtn-webapi/vtns.json

VBRIDGE:

curl -v --user admin:adminpass -H 'content-type: application/json' -X POST -d '{"vbridge" : {"vbr_name":"vBridge1","controller_id":"odc","domain_id":"(DEFAULT)","description": "creating vbrif update" }}' http://127.0.0.1:8083/vtn-webapi/vtns/vtn1/vbridges.json

VLANMAP:

curl -v -X POST -H 'content-type: application/json' -H 'username: admin' -H 'password: adminpass' -d '{"vlanmap" : {"vlan_id": 200 }}' http://127.0.0.1:8083/vtn-webapi/vtns/vtn1/vbridges/vBridge1/vlanmaps.json

In Mininet vlan_script is used to ping h1 and h3

Then the GET Command with query string:

curl -v -X GET -H 'content-type: application/json' --user 'admin:adminpass' -H 'ipaddr:127.0.0.1' "http://127.0.0.1:8083/vtn-webapi/dataflows/detail?controller_id=odc&srcmacaddr=966b.3327.ad42&vlan_id=200&switch_id=openflow:1&port_name=s1-eth1"



 Comments   
Comment by YOGA LAKSHMI SWETHA PAYYAVULA [ 03/Feb/16 ]

Fixed and merged the bug in the below patch of stable/beryllium branch:

https://git.opendaylight.org/gerrit/#/c/33367/

Generated at Wed Feb 07 20:48:02 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.