diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-03-18 13:30:11 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-05-31 08:00:11 +0000 |
commit | fe1975eb1ac994df1bd759deda7154bb7dd9d7a7 (patch) | |
tree | 694e0f5920cac8f71e4ffbff9f9223c1a217cba6 /tests/vpp/func/interfaces/api-crud-tap-func.robot | |
parent | 245ea1de4f111c159a50bc309f53db3f520453ed (diff) |
CSIT-1468: InterfaceUtil migration from VAT to PAPI
Change-Id: I0062710d58996be767a852dc00545fedd60a5c72
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/func/interfaces/api-crud-tap-func.robot')
-rw-r--r-- | tests/vpp/func/interfaces/api-crud-tap-func.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vpp/func/interfaces/api-crud-tap-func.robot b/tests/vpp/func/interfaces/api-crud-tap-func.robot index e0df1f2cb1..53c9038507 100644 --- a/tests/vpp/func/interfaces/api-crud-tap-func.robot +++ b/tests/vpp/func/interfaces/api-crud-tap-func.robot @@ -24,7 +24,7 @@ | Library | resources.libraries.python.Namespaces | Library | resources.libraries.python.IPUtil | ... -| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO | SKIP_TEST +| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO | ... | Test Setup | Set up TAP functional test | ... @@ -66,5 +66,5 @@ | | And Check Tap Present | ${dut_node} | ${tap_int2} | | When Delete Tap Interface | ${dut_node} | ${int2} | | Then Run Keyword And Expect Error -| | ... | ValueError: No JSON object could be decoded +| | ... | Tap interface :${tap_int2} does not exist | | ... | Check Tap Present | ${dut_node} | ${tap_int2} |