From 67d683ebfc222d63d79b883fe7cf94027dbde00c Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 9 Aug 2019 10:14:34 +0000 Subject: Clean: L2 bridge domain Signed-off-by: Peter Mikus Change-Id: I3721900b91a9c8e9db8766bdcb9771b6bcf95bca --- resources/libraries/robot/honeycomb/honeycomb.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/libraries/robot/honeycomb/honeycomb.robot') diff --git a/resources/libraries/robot/honeycomb/honeycomb.robot b/resources/libraries/robot/honeycomb/honeycomb.robot index bd392931d8..cf89229dfd 100644 --- a/resources/libraries/robot/honeycomb/honeycomb.robot +++ b/resources/libraries/robot/honeycomb/honeycomb.robot @@ -261,7 +261,7 @@ | | ... | Set Global Variable | ${use_odl_client} | ${NONE} | | Stop Honeycomb service on DUTs | ${node} | | Clear Honeycomb Log | ${node} -| | Stop VPP Service on DUT | ${node} +| | Stop VPP Service | ${node} | Enable Honeycomb Feature | | [Documentation] | Enable the specified feature in Honeycomb configuration. @@ -322,7 +322,7 @@ | | Append suite to Honeycomb log file | ${node} | | Stop Honeycomb service on DUTs | ${node} | | Clear Honeycomb Log | ${node} -| | Stop VPP Service on DUT | ${node} +| | Stop VPP Service | ${node} | Append suite to Honeycomb log file | | [Documentation] | Add the contents of honeycomb.log for the current suite\ -- cgit 1.2.3-korg