[NEUTRON-137] GET returns a different value than what was used for input[POST]. Created: 16/Sep/16  Updated: 19/Sep/16  Resolved: 19/Sep/16

Status: Resolved
Project: neutron
Component/s: General
Affects Version/s: master
Fix Version/s: None

Type: Bug
Reporter: Pramod Raghavendra Jayathirth Assignee: Ritu Sood
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: Linux
Platform: All


Attachments: File Neutron_Northbound_SFC_Rest_and_Restconf_calls.postman_collection.json    
External issue ID: 6736

 Comments   
Comment by Pramod Raghavendra Jayathirth [ 16/Sep/16 ]

The postman collection used to make REST calls to the ODL neutron northbound

Comment by Pramod Raghavendra Jayathirth [ 16/Sep/16 ]

Attachment Neutron_Northbound_SFC_Rest_and_Restconf_calls.postman_collection.json has been added with description: SFC Postman collection

Comment by Pramod Raghavendra Jayathirth [ 16/Sep/16 ]

The GET calls returns a different value than the value, which was used during the POST.

The data (collection) used during the POST call.

""{
"flowclassifier":{
"id": "444e5957-649f-477b-9e5b-f1f75b21c03c",
"name": "fc1",
"ethertype": "IPv4",
"protocol": "UDP",
"source_port_range_min": 100,
"source_port_range_max": 200,
"destination_port_range_min": 100,
"destination_port_range_max": 200,
"source_ip_prefix": "10.0.0.0/24",
"destination_ip_prefix": "11.0.0.0/24",
"logical_source_port": "5e8e5957-649f-477b-9e5b-f1f75b21c03c",
"logical_destination_port": "6e8e5957-649f-477b-9e5b-f1f75b21c03c",
"l7_parameters": [

{ "key":"value" }

],
"tenant_id":"4969c491a3c74ee4af974e6d800c62de"
}

} ""

The data (collection) received during the GET call

""
{
"flowclassifiers": [
{
"id": "444e5957-649f-477b-9e5b-f1f75b21c03d",
"tenant_id": "4969c491a3c74ee4af974e6d800c62de",
"name": "fc1",
"ethertype": "IPv4",
"protocol": "UDP",
"source_port_range_min": 100,
"source_port_range_max": 200,
"destination_port_range_min": 100,
"destination_port_range_max": 200,
"source_ip_prefix": "10.0.0.0/24",
"destination_ip_prefix": "IpPrefix [_ipv4Prefix=Ipv4Prefix [_value=11.0.0.0/24]]",
"logical_source_port": "5e8e5957-649f-477b-9e5b-f1f75b21c03c",
"logical_destination_port": "6e8e5957-649f-477b-9e5b-f1f75b21c03c",
"Map":

{ "key": "value" }

},
"".

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