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/vxlan.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/vxlan.robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/vxlan.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/honeycomb/vxlan.robot b/resources/libraries/robot/honeycomb/vxlan.robot index ed21d192c8..951a0d109c 100644 --- a/resources/libraries/robot/honeycomb/vxlan.robot +++ b/resources/libraries/robot/honeycomb/vxlan.robot @@ -127,8 +127,8 @@ | | ... | \| ${nodes['DUT1']} \| | | ... | | [Arguments] | ${node} -| | Run Keyword And Expect Error | ValueError: No JSON object could be decoded -| | ... | VxLAN Dump | ${node} +| | ${data}= | VxLAN Dump | ${node} +| | Should be empty | ${data} | Honeycomb fails setting VxLan on different interface type | | [Documentation] | Attempts to set VxLAN settings on an ethernet\ |