X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fdefault.robot;h=d6952db120331c8b7fda2dc420dcc5b6d34b2f44;hp=c660736c976c820696b66acf155d1376f86e543e;hb=4e565011b2e53f99fb78e1143e6543b3427de79a;hpb=5ce772f3b2d83c31eda5c2abdcd6cc4547ecc6c8 diff --git a/resources/libraries/robot/default.robot b/resources/libraries/robot/default.robot index c660736c97..d6952db120 100644 --- a/resources/libraries/robot/default.robot +++ b/resources/libraries/robot/default.robot @@ -205,26 +205,6 @@ | | Add CPU config | ${dut1} | ${dut1_cpu} | | Add rxqueues config | ${dut1} | ${rxqueues} -| Add worker threads and rxqueues to all DUTs -| | [Documentation] | Setup worker threads and rxqueues in VPP startup\ -| | ... | configuration to all DUTs. -| | ... -| | ... | *Arguments:* -| | ... | - ${cpu} - CPU configuration. Type: string -| | ... | - ${rxqueues} - rxqueues configuration. Type: string -| | ... -| | ... | *Example:* -| | ... -| | ... | \| Add worker threads and rxqueues to all DUTs \| main-core 0 \ -| | ... | \| rxqueues 2 \| -| | ... -| | [Arguments] | ${cpu} | ${rxqueues} -| | ... -| | ${duts}= | Get Matches | ${nodes} | DUT* -| | :FOR | ${dut} | IN | @{duts} -| | | Add CPU config | ${nodes['${dut}']} | ${cpu} -| | | Add rxqueues config | ${nodes['${dut}']} | ${rxqueues} - | Add all PCI devices to all DUTs | | [Documentation] | Add all available PCI devices from topology file to VPP\ | | ... | startup configuration to all DUTs. @@ -289,8 +269,7 @@ | | | Add SNAT Config | ${nodes['${dut}']} | Add cryptodev to all DUTs -| | [Documentation] | AddCryptodev to VPP startup configuration to all -| | ... | DUTs +| | [Documentation] | AddCryptodev to VPP startup configuration to all DUTs. | | ... | | ... | *Arguments:* | | ... | - ${count} - Number of QAT devices. Type: integer @@ -327,14 +306,6 @@ | | Add all PCI devices to all DUTs | | Apply startup configuration on all VPP DUTs -| Setup 2-node startup configuration of VPP on all DUTs -| | [Documentation] | Setup default startup configuration of VPP to all DUTs. -| | ... -| | Remove startup configuration of VPP from all DUTs -| | Add '1' worker threads and '1' rxqueues in 2-node single-link circular topology -| | Add all PCI devices to all DUTs -| | Apply startup configuration on all VPP DUTs - | Apply startup configuration on all VPP DUTs | | [Documentation] | Apply startup configuration of VPP and restart VPP on all\ | | ... | DUTs.