Thanks for finding it Luis! Tomas - can you please revert your fix and revisit it?
On Mon, Apr 18, 2016 at 1:08 PM, Luis Gomez <[email protected]> wrote: > This patch: > > https://git.opendaylight.org/gerrit/#/c/36740/ > > Seems to impact system test for Li plugin: > > > https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-flow-services-lithium-redesign-only-boron/284/ > > Detected failure is wrong link information in topology: > > For a tree,2 topology it shows link: openflow:3:3->openflow:1:1 while to > should be openflow:3:3->openflow:1:2 > > { > "link": [ > { > "link-id": "openflow:1:2", > "destination": { > "dest-node": "openflow:3", > "dest-tp": "openflow:3:3" > }, > "source": { > "source-tp": "openflow:1:2", > "source-node": "openflow:1" > } > }, > { > "link-id": "openflow:2:3", > "destination": { > "dest-node": "openflow:1", > "dest-tp": "openflow:1:1" > }, > "source": { > "source-tp": "openflow:2:3", > "source-node": "openflow:2" > } > }, > { > "link-id": "openflow:3:3", > "destination": { > * "dest-node": "openflow:1",* > * "dest-tp": "openflow:1:1"* > }, > "source": { > "source-tp": "openflow:3:3", > "source-node": "openflow:3" > } > }, > { > "link-id": "openflow:1:1", > "destination": { > "dest-node": "openflow:2", > "dest-tp": "openflow:2:3" > }, > "source": { > "source-tp": "openflow:1:1", > "source-node": "openflow:1" > } > } > ] > } > > > > > > _______________________________________________ > openflowplugin-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev > >
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
