adding onos commands

Change-Id: I8eabcc1a3d76862f2d642b3a30968a0de162e9c6
diff --git a/src/test/cord-api/Framework/OLT.robot b/src/test/cord-api/Framework/OLT.robot
index f8e0ba8..6d16381 100644
--- a/src/test/cord-api/Framework/OLT.robot
+++ b/src/test/cord-api/Framework/OLT.robot
@@ -98,6 +98,8 @@
     ${onos_groups}    Get Binary File    /tmp/onos_groups.log
     testCaseUtils.send_command_to_onos_cli    /tmp    onos_hosts.log    hosts   host=${server_ip}
     ${onos_hosts}    Get Binary File    /tmp/onos_hosts.log
+    testCaseUtils.send_command_to_onos_cli    /tmp    onos_links.log    links   host=${server_ip}
+    ${onos_links}    Get Binary File    /tmp/onos_links.log
     Log    ${onos_apps}
     Log    ${onos_devices}
     Log    ${onos_ports}
@@ -111,3 +113,4 @@
     Log    ${onos_dhcpl2}
     Log    ${onos_netcfg}
     Log    ${onos_groups}
+    Log    ${onos_links}