X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Ffunc%2Fhoneycomb%2F__init__.robot;h=128f19f6a07f0428a4f42138204b08ce5a5384c2;hb=430afafb4cadf503ccee99c09f6de7402f5404c7;hp=7e9d07aad0ec5f19ad17566910e9e47a726ac60a;hpb=df228e1794d4a5a1c3028e1e214731b5f0450b99;p=csit.git diff --git a/tests/func/honeycomb/__init__.robot b/tests/func/honeycomb/__init__.robot index 7e9d07aad0..128f19f6a0 100644 --- a/tests/func/honeycomb/__init__.robot +++ b/tests/func/honeycomb/__init__.robot @@ -40,9 +40,9 @@ | Configure ODL Client for testing | | [Arguments] | ${node} | | ${use_odl_client}= | Get Variable Value | ${HC_ODL} -| | Run Keyword If | '${use_odl_client}' != ${NONE} +| | Run Keyword If | '${use_odl_client}' != '${NONE}' | | ... | Run Keywords | | ... | Set Global Variable | ${use_odl_client} | AND -| | ... | Setup ODL Client Service On DUT | ${node} | ${use_odl_client} +| | ... | Configure ODL Client Service On DUT | ${node} | ${use_odl_client} | | ... | ELSE | Log | Variable HC_ODL is not present. Not using ODL. | | ... | level=INFO