diff options
author | selias <samelias@cisco.com> | 2017-05-11 18:02:03 +0200 |
---|---|---|
committer | selias <samelias@cisco.com> | 2017-05-17 11:26:08 +0200 |
commit | fa14d9f454a7248a71135375bfb0758cdb532ca7 (patch) | |
tree | a5c297ffc7988e2ce64398eb483c711a0697246c /tests/func/honeycomb/__init__.robot | |
parent | df228e1794d4a5a1c3028e1e214731b5f0450b99 (diff) |
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 <samelias@cisco.com>
Diffstat (limited to 'tests/func/honeycomb/__init__.robot')
-rw-r--r-- | tests/func/honeycomb/__init__.robot | 2 |
1 files changed, 1 insertions, 1 deletions
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} |