Add Honeycomb VxLAN test suite
[csit.git] / tests / suites / honeycomb / 3 - bridge_domain.robot
 # limitations under the License.
 
 *** Variables ***
 # 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']}
 | ${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}
 | ${bd1_name}= | bd-01
 | ${bd2_name}= | bd-02
 | &{bd_settings}= | flood=${True} | forward=${True} | learn=${True}