Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Windows
Platform: PC
-
441
Description
When the below topology modules are stopped through osgi cli, the topology is getting updated when the nodeconnector is brought down
osgi> ss | grep topology
77 ACTIVE org.opendaylight.controller.model.topology_1.1.0.SNAPSHOT
120 RESOLVED org.opendaylight.controller.topologymanager_0.4.2.SNAPSHOT
126 RESOLVED org.opendaylight.controller.md.topology-manager_1.1.0.SNAPSH
OT
160 ACTIVE org.opendaylight.controller.topology.web_0.4.2.SNAPSHOT
181 ACTIVE org.opendaylight.yangtools.model.ietf-topology_2013.10.21.2-
SNAPSHOT
220 RESOLVED org.opendaylight.controller.topology.northbound_0.4.2.SNAPSH
OT
252 RESOLVED org.opendaylight.controller.md.topology-lldp-discovery_1.1.0
.SNAPSHOT
true
Test case:
=========
->Create a 2 switch topology to 2 hosts topology is created. Send the table miss flows to the switches.
->Make a GET request to the controller with URL:
http://<controller ip>:8080/restconf/operational/network-topology:network-topology/topology/flow:1
->Now the get response has the link information.
->Stop the above bundles in osgi cli.
->Bring down the link in the switch.
->Make a GET request for the topology:
http://<controller ip>:8080/restconf/operational/network-topology:network-topology/topology/flow:1
The get response does not contain the link information.
Could you please explain why the link status is getting updated when the listeners are stopped.
Thanks,
Sindhuri.