diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-11-16 10:31:55 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-11-16 10:32:03 +0100 |
commit | 054bf68a91c383c589626b976af8091db0ba815e (patch) | |
tree | b7ff4b8c26f097e787f3d48c5ed575cb3459c0a9 /tests/vpp/func/honeycomb/mgmt-cfg-lispgpe-apihc-apivat-func.robot | |
parent | 04cd5744385ac7fe7b24624a639927fedb8ab4fe (diff) |
HC Tests: fix packet trace library settings
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>
Diffstat (limited to 'tests/vpp/func/honeycomb/mgmt-cfg-lispgpe-apihc-apivat-func.robot')
-rw-r--r-- | tests/vpp/func/honeycomb/mgmt-cfg-lispgpe-apihc-apivat-func.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-lispgpe-apihc-apivat-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-lispgpe-apihc-apivat-func.robot index b9cf898567..a4d66b5581 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-lispgpe-apihc-apivat-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-lispgpe-apihc-apivat-func.robot @@ -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 |