From fa14d9f454a7248a71135375bfb0758cdb532ca7 Mon Sep 17 00:00:00 2001 From: selias Date: Thu, 11 May 2017 18:02:03 +0200 Subject: CSIT-576 HC Test: Improve SPAN test coverage - add test for multiple destination interfaces using one source interface - duplicate all existing cases using a sub-interface as the destination Change-Id: Ifabf78bca258247a19624b2b2a0474d21d1229d3 Signed-off-by: selias --- tests/func/honeycomb/__init__.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/func/honeycomb/__init__.robot') diff --git a/tests/func/honeycomb/__init__.robot b/tests/func/honeycomb/__init__.robot index 7e9d07aad0..e247180b25 100644 --- a/tests/func/honeycomb/__init__.robot +++ b/tests/func/honeycomb/__init__.robot @@ -40,7 +40,7 @@ | 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} -- cgit 1.2.3-korg