diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-06-04 11:53:38 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-06-04 12:07:28 +0000 |
commit | a6f5c70ef06f68e6a0d77bad3c3952b5eb970d8f (patch) | |
tree | f4af05ec2f580d4ab9c92ec23e5652dab110515e /resources/libraries/robot/honeycomb/tap.robot | |
parent | 13c4592520859a8787c71ceef7d01b9c8f4dcba1 (diff) |
fix Honeycomb failing tests
- due to VAT to PAPI migration some tests
need to be updated
- fixed HC tests: ACL, Interfaces/SubInterfaces, Tap
Vhost, Vxlan, Vxlan-gpe
Change-Id: I9adad041a619b48057bdda388becd53dde484483
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb/tap.robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/tap.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/honeycomb/tap.robot b/resources/libraries/robot/honeycomb/tap.robot index 8a80c4d555..37d6a02f52 100644 --- a/resources/libraries/robot/honeycomb/tap.robot +++ b/resources/libraries/robot/honeycomb/tap.robot @@ -140,5 +140,5 @@ | | ... | \| ${nodes['DUT1']} \| tap_int1 \| | | ... | | [Arguments] | ${node} | ${interface} -| | Run Keyword And Expect Error | ValueError: No JSON object could be decoded -| | ... | TAP Dump | ${node} | ${interface} +| | ${data}= | TAP Dump | ${node} | ${interface} +| | Should be empty | ${data} |