X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2F__init__.robot;h=56ce814b26cc9c43d7669dbb36c4d5909f6842c3;hb=22417d56aa83eaced43c4ef4473e38a34fdb4dfa;hp=8b0788c3623807517cff96427a36400d7d5e311c;hpb=5f809dd2414d50fd6f229fc2ba2ff42d66df5dde;p=csit.git diff --git a/tests/vpp/device/__init__.robot b/tests/vpp/device/__init__.robot index 8b0788c362..56ce814b26 100644 --- a/tests/vpp/device/__init__.robot +++ b/tests/vpp/device/__init__.robot @@ -20,8 +20,8 @@ | ... | Suite Setup | Run Keywords | Setup Global Variables | ... | AND | Setup Framework | ${nodes} +| ... | AND | Setup Corekeeper on All Nodes | ${nodes} | ... | AND | Install Vpp On All Duts | ${nodes} | ${packages_dir} -| ... | ${vpp_rpm_pkgs} | ${vpp_deb_pkgs} | ... | AND | Verify Vpp On All Duts | ${nodes} | ... | AND | Get CPU Layout from all nodes | ${nodes} | ... | AND | Update All Interface Data On All Nodes | ${nodes} @@ -46,9 +46,3 @@ | | Set Global Variable | ${dut_stats} | ${True} | | Set Global Variable | ${vm_image} | /var/lib/vm/csit-nested-1.7.img | | Set Global Variable | ${packages_dir} | /tmp/openvpp-testing/download_dir/ -| | @{vpp_rpm_pkgs}= | Create List | vpp | vpp-devel | vpp-lib | vpp-plugins -| | ... | vpp-api-python -| | Set Global Variable | ${vpp_rpm_pkgs} -| | @{vpp_deb_pkgs}= | Create List | vpp | vpp-dbg | vpp-dev | vpp-lib -| | ... | vpp-plugins | vpp-api-python -| | Set Global Variable | ${vpp_deb_pkgs} \ No newline at end of file