X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2Fhoneycomb%2F3%20-%20bridge_domain.robot;h=e99b659b3f9bf797755fd2cc6f9a827ad04bf9fa;hp=71774fed467e8fdcca50c10a266ca2914f2bab7a;hb=1e7afbe3474d8ae8c5239ae3deee49963d6b1d93;hpb=95bf11e637855dc91e490f526406fa7538a21ac6 diff --git a/tests/suites/honeycomb/3 - bridge_domain.robot b/tests/suites/honeycomb/3 - bridge_domain.robot index 71774fed46..e99b659b3f 100644 --- a/tests/suites/honeycomb/3 - bridge_domain.robot +++ b/tests/suites/honeycomb/3 - bridge_domain.robot @@ -14,8 +14,8 @@ *** Variables *** # Node and interfaces to run tests on. | ${node}= | ${nodes['DUT1']} -| @{interfaces}= | ${node['interfaces'].values()[0]['name']} -| ... | ${node['interfaces'].values()[1]['name']} +| @{interfaces}= | ${node['interfaces']['port1']['name']} +| ... | ${node['interfaces']['port3']['name']} # Configuration which will be set and verified during tests. | ${bd1_name}= | bd-01 | ${bd2_name}= | bd-02 @@ -25,10 +25,8 @@ *** Settings *** | Resource | resources/libraries/robot/default.robot -| Resource | resources/libraries/robot/honeycomb/honeycomb.robot | Resource | resources/libraries/robot/honeycomb/interfaces.robot | Resource | resources/libraries/robot/honeycomb/bridge_domain.robot -| Suite Teardown | Stop Honeycomb service on DUTs | ${node} | Documentation | *Honeycomb bridge domain management test suite.* | ... | ... | Test suite uses the first two interfaces on the first DUT node.