X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance.robot;h=b8a0f08d9c1c7700c7f3d65e9c5158acf0607cd3;hb=7436d8bdf60bca9b80fb76781e1f709bbcd435da;hp=0d80436e99bff6e7d4dcc32771e20829fee2bc91;hpb=1cb9b4af51c289045a729cc9cbfc5f34aa54e948;p=csit.git diff --git a/resources/libraries/robot/performance.robot b/resources/libraries/robot/performance.robot index 0d80436e99..b8a0f08d9c 100644 --- a/resources/libraries/robot/performance.robot +++ b/resources/libraries/robot/performance.robot @@ -1854,7 +1854,7 @@ | | ... | ${eth0_mac} | ${eth1_mac} | ${skip}=${6} | ${count}=${5} | | ... | ${qemu_id}=${1} | | ... -| | Import Library | resources.libraries.python.QemuUtils +| | Import Library | resources.libraries.python.QemuUtils | qemu_id=${qemu_id} | | ... | WITH NAME | ${vm_name} | | ${serial_port}= | Evaluate | ${qemu_id} + ${4555} | | Run keyword | ${vm_name}.Qemu Set Serial Port | ${serial_port} @@ -2084,7 +2084,7 @@ | | | Dpdk Testpmd Stop | ${vm} | | | Run Keyword | ${vm_name}.Qemu Set Node | ${dut_node} | | | Run Keyword | ${vm_name}.Qemu Clear Socks -| | | Run Keyword If | '${index}' == '${vms_number}' | ${vm_name}.Qemu Kill +| | | Run Keyword If | '${index}' == '${vms_number}' | ${vm_name}.Qemu Kill All | Guest VM Teardown | | [Documentation] @@ -2108,7 +2108,7 @@ | | | ${index}= | Evaluate | ${index} + 1 | | | Run Keyword | ${vm_name}.Qemu Set Node | ${dut_node} | | | Run Keyword | ${vm_name}.Qemu Clear Socks -| | | Run Keyword If | '${index}' == '${vms_number}' | ${vm_name}.Qemu Kill +| | | Run Keyword If | '${index}' == '${vms_number}' | ${vm_name}.Qemu Kill All | Lisp IPv4 forwarding initialized in a 3-node circular topology | | [Documentation] | Custom setup of IPv4 addresses on all DUT nodes and TG \ @@ -2478,6 +2478,13 @@ | | Show statistics on all DUTs | | Remove startup configuration of VPP from all DUTs +| Performance pdrchk test teardown +| | [Documentation] | Common test teardown for pdrchk performance tests. +| | ... +| | Show VAT History On All DUTs | ${nodes} +| | Show statistics on all DUTs +| | Remove startup configuration of VPP from all DUTs + | Performance test with vhost and VM with dpdk-testpmd teardown | | [Documentation] | Common test teardown for performance tests which use | | ... | vhost(s) and VM(s) with dpdk-testpmd.