HC Tests: fix packet trace library settings 44/9444/1
authorMarek Gradzki <mgradzki@cisco.com>
Thu, 16 Nov 2017 09:31:55 +0000 (10:31 +0100)
committerMarek Gradzki <mgradzki@cisco.com>
Thu, 16 Nov 2017 09:32:03 +0000 (10:32 +0100)
Fixes failures in HC tests that use Trace library

The failures started to occur after
https://gerrit.fd.io/r/#/c/9401/
was merged.

Change-Id: I982dbe37e682a6bd7befdcb9dc370f75999e87b4
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
tests/vpp/func/honeycomb/mgmt-cfg-lisp-apihc-apivat-func.robot
tests/vpp/func/honeycomb/mgmt-cfg-lispgpe-apihc-apivat-func.robot
tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot

index 2649db9..0198e82 100644 (file)
@@ -22,7 +22,7 @@
 | ... | unknown-unicast-flood=${True} | arp-termination=${True}
 
 *** Settings ***
-| Library | resources.libraries.python.Trace.Trace
+| Library | resources.libraries.python.Trace
 | Resource | resources/libraries/robot/shared/default.robot
 | Resource | resources/libraries/robot/shared/testing_path.robot
 | Resource | resources/libraries/robot/shared/traffic.robot
index b9cf898..a4d66b5 100644 (file)
@@ -15,7 +15,7 @@
 | ${interface}= | ${node['interfaces']['port1']['name']}
 
 *** Settings ***
-| Library | resources.libraries.python.Trace.Trace
+| Library | resources.libraries.python.Trace
 | Resource | resources/libraries/robot/shared/default.robot
 | Resource | resources/libraries/robot/shared/testing_path.robot
 | Resource | resources/libraries/robot/shared/traffic.robot
index bc419f3..540093f 100644 (file)
@@ -13,7 +13,7 @@
 
 *** Settings ***
 | Library | resources.libraries.python.honeycomb.Routing.RoutingKeywords
-| Library | resources.libraries.python.Trace.Trace
+| Library | resources.libraries.python.Trace
 | Resource | resources/libraries/robot/shared/default.robot
 | Resource | resources/libraries/robot/shared/testing_path.robot
 | Resource | resources/libraries/robot/ip/ip4.robot