X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2Fhoneycomb%2F3%20-%20bridge_domain.robot;fp=tests%2Fsuites%2Fhoneycomb%2F2%20-%20bridge_domain.robot;h=71774fed467e8fdcca50c10a266ca2914f2bab7a;hp=8b75888275ef3c052cf0222657d2e77850cea538;hb=a175e259c6a83aea6df61eed607f8c57671c8ea0;hpb=06f37e7ba486c598cf2896c87a82c95b8afe17a4 diff --git a/tests/suites/honeycomb/2 - bridge_domain.robot b/tests/suites/honeycomb/3 - bridge_domain.robot similarity index 97% rename from tests/suites/honeycomb/2 - bridge_domain.robot rename to tests/suites/honeycomb/3 - bridge_domain.robot index 8b75888275..71774fed46 100644 --- a/tests/suites/honeycomb/2 - bridge_domain.robot +++ b/tests/suites/honeycomb/3 - bridge_domain.robot @@ -12,9 +12,11 @@ # limitations under the License. *** Variables *** +# Node and interfaces to run tests on. | ${node}= | ${nodes['DUT1']} | @{interfaces}= | ${node['interfaces'].values()[0]['name']} | ... | ${node['interfaces'].values()[1]['name']} +# Configuration which will be set and verified during tests. | ${bd1_name}= | bd-01 | ${bd2_name}= | bd-02 | &{bd_settings}= | flood=${True} | forward=${True} | learn=${True}