aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools
AgeCommit message (Collapse)AuthorFilesLines
2019-07-31Trending: Reduce input dataTibor Frank1-2/+5
Change-Id: I8917e72717c672c44494a34aefce4039ac5efcc9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-31Trending: Set packages versionsTibor Frank1-1/+1
Change-Id: I272b7c4a5f9d2f446a0f91214d6052196690cdcd Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-31Trending: Set packages versionsTibor Frank2-53/+53
Change-Id: I8d9298733652f16dbfa0c183602060eb4f727dfe Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-31Trending: Reduce input dataTibor Frank2-4/+5
Change-Id: I6760f39e9438d1af97217f2fc28b933226b9cb2d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-31Trending: Reduce input dataTibor Frank2-61/+59
Change-Id: I8dc4fb23c07b1ab9cc0ecad852cc594ec9922055 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-31Trending: Remove multiprocessing, part 1Tibor Frank1-78/+27
Change-Id: Idcca9b3b933d5524d2ba5905050480796d8a81aa Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-31Trending: MultiprocessingTibor Frank1-0/+3
Change-Id: I6dedd6d201f46f0b996e75a3cba12713d9c32251 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-31Trending: MultiprocessingTibor Frank1-43/+43
Change-Id: I41ef5c0de337e1aa13cd44b94c4e8e15413872ce Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-31Add VPP API CRC checkingVratko Polak2-0/+83
+ Include both checking at runtime and standalone static quick check. + Runtime checking does not look for missing messages, as messages belonging to disabled plugins are not visible. + Standalone check script has nice loud output. Change-Id: I1dfc3846d1bcdad0b09017d4ce8edd5028e17e0c Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-07-30Trending: Reduce input dataTibor Frank1-2/+4
Change-Id: I25c74c00f95aa2e3c2f7c1780e39e3f6262afc0e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-30Trending: Reduce input dataTibor Frank2-120/+120
Change-Id: Idd87da996f25c7fd94cef828dee6967737b73ba8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-30Trending: Reduce input dataTibor Frank1-36/+35
Change-Id: Ibc2c1f02c80189045a63cf07e89c6a409d785047 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-30Trending: Reduce input dataTibor Frank2-63/+90
Change-Id: Ifddbdc1f357a192af558079a92f4e4d1d2693efd Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-30Trending: Reduce input dataTibor Frank2-43/+58
Change-Id: I31d4d7ceaf8969e28d86deac2995cd38cbff9fca Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-30Trending: Reduce input dataTibor Frank1-0/+36
Change-Id: Id0569dc7d882ad6b631b41c2e55ee12dc9d4b5ea Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-30Trending: Reduce input dataTibor Frank1-38/+328
Change-Id: Ice96d11d802dbc3d502b038ee8e328281551bc9d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-07-30Revert "PAL: Skip daily-master-3n-skx/540"Peter Mikus1-3/+0
This reverts commit fc7fbe37baaaa82f751757f75491e2a29db5176e. Change-Id: I2b7710f5d41006cfd2a39a55c86c81c3ae43f90e Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-07-30Revert "Trending: Reduce the number of input files"Peter Mikus1-9/+27
This reverts commit 6e1de92cec9a0687ca82bcefaae3ef7dad5104b0. Change-Id: I04130c449905f93bdd82da36d2ff4de26005dfe4 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-07-24Update initramfs buildjuraj.linkes2-5/+32
Initram image was being built with remote resume config. Remove the config while building to avoid possible 30s delays when booting VMs. Change-Id: I988838290dde3d6fae83676937d86f4f12bdb769 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-07-233n-tsh timeout, testbed tags and ansible updatejuraj.linkes43-138/+146
* disable AVF tests which don't work with x520 * increase VPPApiClient timeout to 14s, as x520 show hardware is slower on Taishan * re-enable vhost and memif tests * remove tx2 mrr daily tag list; no tx2 is used for perf testing * remove taishan workaround * add scipy arm prerequisites and scipy workaround * rework inventories/lf_inventory/hosts; move cpu_microarchitecture to host files Change-Id: I5f10bd07b8146ac3b8be8c54fbb4d924a9373813 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-07-23Trending: Reduce the number of input filesVratko Polak1-27/+9
Another attempt to avoid memory error. Dailies trimmed to ~2 months. Not removed last "skip" item to simplify future editing. Change-Id: Id411eeed109079c4c3f8994d5d6cc296ffe621fc Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-07-19PAL: Skip daily-master-3n-skx/540Vratko Polak1-0/+3
Frequently, reconnect is needed to finish the download, that can lead to IOError. But, MemoryError has also been seen, so perhaps this is a wrong fix. Worth a try, though. Change-Id: Icac17757a1a0ae361faddfa24a818496f14d7340 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-07-18Trending: Delete presentation_newVratko Polak35-46979/+0
It is outdated an unmaintained. Change-Id: I9b48391906a233cbdf736a3b2d12da80d3a2d77d Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-07-18Trending: Reduce the number of input filesVratko Polak1-42/+6
Change-Id: Ie449aa820bc05d9fed285c04445a5cf715b8ebdf Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-07-17FIX: Tags in ansiblePeter Mikus1-0/+1
Change-Id: I6772734b68bc2c09ee550f1a6369e3668f613d92 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-07-11CSIT-1477: add 1n_tx2 VPP Devicejuraj.linkes9-12/+138
- add 1n_tx2 testbed - update VF reservation to meet 1n_tx2 testbed needs - update ansible with 1n_tx2 Change-Id: Ia075a913d4859f537fd0e6bff731ea88aff01dd9 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-07-10Modify kernel VM download to custom buildjuraj.linkes4-17/+56
Instead of downloading linux-image-kvm, build custom initrd from currently used kernel on perf sut or vpp device host. Change-Id: I836f9c5264695c44566b7d52f3ec03e26a474524 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-06-16FIX: IPUtil after vpp api changesJan Gelety1-8/+20
+ do not log all ip_route_add_del api calls to PAPI history in case of scale tests + fix for SRv6 proxy tests + support of more complex structures in api calls/replies in PapiExecutor + update of vpp stable build to version 19.08-rc0~487-gb98dbb1 Change-Id: I9972e126b68ce1cb57f781e3d90ea9b3914de69e Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-06-16Add support for more complex structures in PAPI calls/repliesJan Gelety1-14/+26
Change-Id: I3f83d1209a08dcf342cc2031191bb82cebc53e4a Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-06-24Store "tag" and "url" in files in reservation dirVratko Polak1-21/+88
String "Unknown" is used if test run tag or url is not supplied, so this change should be backward compatible. + Used "runtag", as both "test" and "tag" start with taken "-t". + Fixed some pylint violations. + Docstring explaining the steps taken and reasoning behind two files. + Other minor improvements. Change-Id: If704d02e51374087fe39ad0f69432477d1b310d3 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-06-21Align suite/test teardown/setupPeter Mikus1-0/+2
+ Phase I - aligning FUNC/PERF Change-Id: I46b1e43687ddb29f5ed3c6335fe1baf21ec02822 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-06-19Trending: Reduce the number of input filesTibor Frank2-180/+35
Change-Id: I37fdd6c01a8e25ecc0353118db3c8e18d848c890 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-06-19VAT-to-PAPI: VPPCountersTibor Frank1-1/+29
Change-Id: I5954fdd61ead9b4143f8cc4e20294cf8e199e0af Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-06-19Add denverton servers to ansible lf_inventory hostsYulong Pei5-0/+76
Change-Id: Iac3ed425caa8f7c28546f04a6c4adc1f834bffd6 Signed-off-by: Yulong Pei <yulong.pei@intel.com>
2019-06-17CSIT-1488: Add data to the Report 1904Tibor Frank1-2/+2
Change-Id: Ieb6537c1e1c1b7e0ca4f7ec490a9f0bd379030e9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-06-17Report 1904: Configure rls 1904.25Tibor Frank2-2/+2
Change-Id: I44bfc2247d4d2def131d89e1d97d8cad7522ccd1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-06-12CSIT-1488: Add data to the Report 1904Tibor Frank1-0/+2
Change-Id: If0e75e4bb4623eea913d433affa42a6bb03454b8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-06-10CSIT-1488: Add data to the Report 1904Tibor Frank1-0/+4
Change-Id: Ia75675d6e89902c3370feaa2e8eb468cdd0fdba1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-06-10Report: Configure report 1904.24Tibor Frank2-2/+2
Change-Id: I4d6d913f0139fe0fab00668ec16081c04cc6bc0e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-06-10Python3: TRex driverPeter Mikus3-45/+15
Change-Id: I25f7598b52c87ec1a2d4c6f22680d5200b583e2c Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-06-05CSIT-1488: Add data to the Report 1904Tibor Frank1-0/+2
Change-Id: I54b2f02745497ea4cd90d485834b1aa42389f57d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-06-04CSIT-1488: Add data to the Report 1904Tibor Frank1-0/+4
Change-Id: I8609ecd45a634fccf3e721beac5a0ec640f704db Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-06-03CSIT-1488: Add data to the Report 1904Tibor Frank1-0/+2
Change-Id: I514dbd61dc22736fb3925d6d3cec767d0f4f84a8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-06-03Report: Configure Report 1904.23Tibor Frank2-2/+2
Change-Id: I0f19d4e3bdafbdf1a435436a2f25945c2b45e06e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-05-31Add meltdown spectre to calibration setPeter Mikus2-13/+1
+ Fix the version of MMD tool to always latest Change-Id: Iafd7f40d618b8e4995b5cc12fe06056719f58517 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-05-31CSIT-1468: InterfaceUtil migration from VAT to PAPIJan Gelety1-2/+14
Change-Id: I0062710d58996be767a852dc00545fedd60a5c72 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-05-28FIX: Trex 2.54 resolve issue.Peter Mikus1-2/+1
Change-Id: I8ffb360411fe5a0304ba7568828588dc7cfad267 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-05-28CSIT-1488: Add data to the Report 1904Tibor Frank1-6/+6
- remove 'NIC_Cisco-VIC-1385' and '9000B' from vpp perf full Change-Id: Ic3d6a035945eddf6a5f5c73a62ca872a59c18b46 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-05-27CSIT-1488: Add data to the Report 1904Tibor Frank1-0/+4
Change-Id: If23ed1d2a8b716a2c145a8b13ebc91c9925284d8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-05-24CSIT-1425 Upgrade TRex to v2.54Tibor Frank4-54/+21
Change-Id: I71010c18210e88828ded0bc679997d76f34886cb Signed-off-by: Peter Mikus <pmikus@cisco.com>