X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2Fhoneycomb%2F2%20-%20bridge_domain.robot;h=8b75888275ef3c052cf0222657d2e77850cea538;hp=34f5dd848d26649ce4f4863783dda52b4ec03d17;hb=ef93cbce8d23d85ade2ba6c446a7cf7b8da5bf1b;hpb=8b4fad4fe84e123f4ffad7d2c5f96b7780c1bfaf;ds=sidebyside 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\