diff options
author | selias <samelias@cisco.com> | 2016-05-11 15:44:13 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-05-16 08:33:13 +0000 |
commit | ef93cbce8d23d85ade2ba6c446a7cf7b8da5bf1b (patch) | |
tree | 3b165de3a8bc34228eb3be703aa859c4ca763a44 /tests/suites | |
parent | 8b4fad4fe84e123f4ffad7d2c5f96b7780c1bfaf (diff) |
Update Honeycomb bridge domain tests
- fix interface assignment verification through VAT
- add verification of split horizon group setting through VAT
- clean up documentation of high level bridge domain keywords
Change-Id: I7552494d68c6bbc86d3e5ddea4e29c6a7444d50c
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests/suites')
-rw-r--r-- | tests/suites/honeycomb/2 - bridge_domain.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suites/honeycomb/2 - bridge_domain.robot b/tests/suites/honeycomb/2 - bridge_domain.robot index 34f5dd848d..8b75888275 100644 --- a/tests/suites/honeycomb/2 - bridge_domain.robot +++ b/tests/suites/honeycomb/2 - bridge_domain.robot @@ -19,7 +19,7 @@ | ${bd2_name}= | bd-02 | &{bd_settings}= | flood=${True} | forward=${True} | learn=${True} | ... | unknown-unicast-flood=${True} | arp-termination=${True} -| &{if_settings}= | split_horizon_group=1 | bvi=${True} +| &{if_settings}= | split_horizon_group=${1} | bvi=${True} *** Settings *** | Resource | resources/libraries/robot/default.robot @@ -53,7 +53,7 @@ | | Then Honeycomb should show interfaces assigned to bridge domain | | ... | ${node} | @{interfaces} | ${bd1_name} | ${if_settings} | | And VAT should show interfaces assigned to bridge domain -| | ... | ${node} | ${0} | @{interfaces} +| | ... | ${node} | ${0} | @{interfaces} | ${if_settings} | Honeycomb manages multiple bridge domains on node | | [Documentation] | Check if Honeycomb can manage multiple bridge domains on\ |