[VTN-148] CSIT for VTN Manager failed to install flows Created: 14/Sep/16 Updated: 19/Oct/17 |
|
| Status: | Open |
| Project: | vtn |
| Component/s: | VTN Manager |
| Affects Version/s: | unspecified |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Karthik Sivasamy | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| External issue ID: | 6720 |
| Description |
|
CSIT for VTN Manager failed to install flows in Boron 3-node job. Issue in VTN Dataflow test file. Where we use get-data-flow request to read flows of specified vtn. Followed below steps in test Observation: 1) After creating portmap for VBR1-(vbridge1), the following error log which has source ip as 10.0.0.3 and destination ip as 10.0.0.1. But in our case sorce ip should be 10.0.0.1 and dst ip 10.0.0.3. 016-09-13 13:14:27,311 | TRACE | pool-27-thread-1 | Packet | 192 - org.opendaylight.vtn.manager - 0.5.0.SNAPSHOT | Deserializing: IPv4: SourceIPAddress: 0a:00:00:03 (offset 208 bitsize 32) Before creating portmap s3-eth1 for VBR1-IF2, received remove flow event log as below. 2016-09-13 13:14:27,312 | TRACE | pool-27-thread-1 | VTNFlowManager | 194 - org.opendaylight.vtn.manager.implementation - 0.5.0.SNAPSHOT | Ignore FLOW_REMOVED: Already removed: node=openflow:3, flow=FlowRemoved [_cookie=FlowCookie [_value=9175521290813964347], _match=Match [_ethernetMatch=EthernetMatch [_ethernetDestination=EthernetDestination [_address=MacAddress [_value=da:46:81:12:db:0a], augmentation=[]], _ethernetSource=EthernetSource [_address=MacAddress [_value=aa:a2:cf:0e:d5:0c], augmentation=[]], augmentation=[]], _inPort=Uri [_value=openflow:3:3], _vlanMatch=VlanMatch [_vlanId=VlanId [_vlanId=VlanId [_value=0], _vlanIdPresent=false, augmentation=[]], augmentation=[]], augmentation=[]], _node=NodeRef [_value=KeyedInstanceIdentifier {targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node[key=NodeKey [_id=Uri [_value=openflow:3]]]]}], _priority=10, _tableId=0, augmentation=[]] ], _priority=10, _tableId=0, augmentation=[]] Normally after configuring portmap, there will be ARP packet will be sent from src to dst and dst to src to resolve packet route. 2016-09-13 13:14:27,350 | TRACE | pool-27-thread-1 | Packet | 192 - org.opendaylight.vtn.manager - 0.5.0.SNAPSHOT | Deserializing: ARP: SenderProtocolAddress: 0a:00:00:03 (offset 224 bitsize 32) Due to the above issues, flowentry is not installed and failed to get flows. |