From 4a946c16a4935e52b3e9039e4661813c256a8934 Mon Sep 17 00:00:00 2001 From: selias Date: Thu, 29 Jun 2017 13:17:40 +0200 Subject: HC Test: bugfix for SLAAC and ODL tests Change-Id: I0a09482e8dc9ef2f9e6cd54a26c8d8492409f68c Signed-off-by: selias --- resources/libraries/robot/honeycomb/honeycomb.robot | 5 ++--- 1 file changed, 2 insertions(+), 3 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 603fbfa72f..9017584f5a 100644 --- a/resources/libraries/robot/honeycomb/honeycomb.robot +++ b/resources/libraries/robot/honeycomb/honeycomb.robot @@ -213,9 +213,8 @@ | | ${use_odl_client}= | Get Variable Value | ${HC_ODL} | | Run Keyword If | '${use_odl_client}' != '${NONE}' | | ... | Run Keywords -| | ... | Stop ODL Client | ${node} | /tmp -| | ... | ${use_odl_client}= | Set Variable | ${NONE} -| | ... | Set Global Variable | ${use_odl_client} +| | ... | Stop ODL Client | ${node} | /tmp | AND +| | ... | Set Global Variable | ${use_odl_client} | ${NONE} | | Stop Honeycomb service on DUTs | ${node} | Enable Honeycomb Feature -- cgit 1.2.3-korg