HC Test: update URL paths with ODL mountpoint 57/6157/1
authorselias <samelias@cisco.com>
Wed, 12 Apr 2017 09:08:47 +0000 (11:08 +0200)
committerselias <samelias@cisco.com>
Wed, 12 Apr 2017 10:29:14 +0000 (12:29 +0200)
other minor fixes:
- update teardown keyword in proxyARP suite
- increase timeout for SLAAC traffic test

Change-Id: Ia16d096c54ceac501a24d5d910dd18e33d900d2a
Signed-off-by: selias <samelias@cisco.com>
resources/templates/honeycomb/config_proxyarp_ranges.url
resources/templates/honeycomb/config_routing_table.url
resources/templates/honeycomb/oper_routing_table.url
tests/func/honeycomb/mgmt-cfg-proxyarp-apihc-func.robot
tests/func/honeycomb/mgmt-cfg-slaac-apihc-func.robot

index 9de2db6..2ac0b65 100644 (file)
@@ -1 +1 @@
-/restconf/config/proxy-arp:proxy-ranges
\ No newline at end of file
+/restconf/config{odl_url_part}/proxy-arp:proxy-ranges
\ No newline at end of file
index 9c15c49..f3b846f 100644 (file)
@@ -1 +1 @@
-/restconf/config/hc2vpp-ietf-routing:routing/routing-instance/vpp-routing-instance/routing-protocols
\ No newline at end of file
+/restconf/config{odl_url_part}/hc2vpp-ietf-routing:routing/routing-instance/vpp-routing-instance/routing-protocols
\ No newline at end of file
index 0b34793..8096dcb 100644 (file)
@@ -1 +1 @@
-/restconf/operational/hc2vpp-ietf-routing:routing-state/routing-instance/vpp-routing-instance/routing-protocols
\ No newline at end of file
+/restconf/operational{odl_url_part}/hc2vpp-ietf-routing:routing-state/routing-instance/vpp-routing-instance/routing-protocols
\ No newline at end of file
index 2847515..9263ebb 100644 (file)
@@ -32,7 +32,7 @@
 | Library | resources.libraries.python.Trace
 | Suite Teardown
 | ... | Run Keyword If Any Tests Failed
-| ... | Restart Honeycomb And VPP And Clear Persisted Configuration | ${node}
+| ... | Restart Honeycomb And VPP | ${node}
 | Force Tags | honeycomb_sanity | honeycomb_odl
 | Documentation | *Honeycomb proxyARP management test suite.*
 
index 23370f0..8d85eb2 100644 (file)
 | | ... | ${slaac_data}
 | | :FOR | ${n} | IN RANGE | ${2}
 | | | Then Receive And Check Router Advertisement Packet
-| | | ... | ${tg_node} | ${tg_to_dut_if1} | ${dut_to_tg_if1_mac} | ${5}
+| | | ... | ${tg_node} | ${tg_to_dut_if1} | ${dut_to_tg_if1_mac} | ${20}