From a6f5c70ef06f68e6a0d77bad3c3952b5eb970d8f Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Tue, 4 Jun 2019 11:53:38 +0200 Subject: 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 --- resources/libraries/robot/honeycomb/vhost_user.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/libraries/robot/honeycomb/vhost_user.robot') diff --git a/resources/libraries/robot/honeycomb/vhost_user.robot b/resources/libraries/robot/honeycomb/vhost_user.robot index 0c662993b4..d60917703f 100644 --- a/resources/libraries/robot/honeycomb/vhost_user.robot +++ b/resources/libraries/robot/honeycomb/vhost_user.robot @@ -140,8 +140,8 @@ | | ... | \| ${nodes['DUT1']} \| | | ... | | [Arguments] | ${node} -| | Run Keyword And Expect Error | ValueError: No JSON object could be decoded -| | ... | vhost user Dump | ${node} +| | ${data}= | vhost user Dump | ${node} +| | Should be empty | ${data} | Honeycomb fails setting vhost-user on different interface type | | [Documentation] | Attempts to set vhost-user settings on an ethernet\ -- cgit 1.2.3-korg