X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2F__init__.robot;h=1f65414306f9a9f789cfff77b3ac0be687f3594c;hp=33c2901a63889488bac4b1f4cf0522648eef0b4e;hb=233eeb3e9c9fb8d3c300d745fab8112a19d981db;hpb=0e0cf38fcd1ff704293c9dd2c7a05f8682e11de9 diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot index 33c2901a63..1f65414306 100644 --- a/tests/vpp/perf/__init__.robot +++ b/tests/vpp/perf/__init__.robot @@ -22,10 +22,8 @@ | ... | AND | Setup Framework | ${nodes} | ... | AND | Setup Corekeeper on All Nodes | ${nodes} | ... | AND | Install Vpp on All Duts | ${nodes} | ${packages_dir} -| ... | AND | Sleep | 10s | ... | AND | Verify Vpp on All Duts | ${nodes} | ... | AND | Verify UIO Driver on all DUTs | ${nodes} -| ... | AND | Setup All DUTs | ${nodes} | ... | AND | Show Vpp Version on All Duts | ${nodes} | ... | AND | Get CPU Layout from All nodes | ${nodes} | ... | AND | Update All Interface Data on All Nodes | ${nodes} @@ -39,14 +37,10 @@ | | ... | Setup suite Variables. Variables are used across performance testing. | | ... | | ... | _NOTE:_ This KW sets following suite variables: -| | ... | - perf_vm_image - Guest VM disk image -| | ... | - perf_qemu_path - Path prefix to QEMU binary -| | ... | - use_tuned_cfs - Switch to set scheduler policy -| | ... | - qemu_build - Whether Qemu will be built -| | ... | - pkt_trace - Switch to enable packet trace for test -| | ... | - dut_stats - Switch to enable DUT statistics -| | ... | - uio_driver - Default UIO driver -| | ... | - plugins_to_enable - List of plugins to be enabled for test +| | ... | - pkt_trace - Switch to enable packet trace for test. +| | ... | - dut_stats - Switch to enable DUT statistics. +| | ... | - plugins_to_enable - List of plugins to be enabled for test. +| | ... | - packages_dir - Directory with VPP binary packages. | | ... | | Set Global Variable | ${pkt_trace} | ${False} | | Set Global Variable | ${dut_stats} | ${True}