aboutsummaryrefslogtreecommitdiffstats
path: root/resources
AgeCommit message (Collapse)AuthorFilesLines
2022-09-19feat(uti): Move directorypmikus137-17966/+0
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I7300ecfe756baaf3fbeedb020070f882cfaca445
2022-09-16feat(uti): Compiled CSSpmikus99-20/+9740
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Idce840acedcf6f3badbecd8c80f28d94d3abd1af
2022-09-14UTI: Remove datepicker, unify font sizesTibor Frank8-257/+37
Change-Id: I074425dbfe46c6411b2e04cd9c36d20f60a3f4de Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-09-14Requirements: Set version hdrhistogram==0.9.2Tibor Frank2-2/+2
Change-Id: Ie9e49af7b19aa75ef95f10ff2c3a6c0efec013c6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-09-13UTI: Simplify the NewsTibor Frank4-333/+119
Change-Id: I790674b7c99bfdf3056a8e9209a3ca1617f4984a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-09-12Report: Remove skx testbedsTibor Frank4-4860/+123
Change-Id: I638b899ad3a227c7702f6d8229c49ca0835da66b Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-30feat(core): Ubuntu Jammy IXPeter Mikus1-2/+2
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Ib3e9b9bb7937557f9880fb230856eb96534446d0
2022-08-30fix(core): Ubuntu Jammy VIIIPeter Mikus2-19/+7
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I12e7515f7dd04dd493c566ce85ed17f87e2563bb
2022-08-25fix(core): Ubuntu Jammy VIIPeter Mikus1-0/+5
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I2a7e35bc3671cafaf696e5200d22e531e251b1ba
2022-08-23feat(infra): Remove 2n-skx/3n-snx leftoversPeter Mikus1-17/+1
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Ic646f555855b1a13a86711ce4ce01ddfc2b44b1f
2022-08-23fix(uti): News: build number processingTibor Frank1-3/+1
- The build number is a string, but it was processed as an integer. Change-Id: Ia85018acc8da87fe8c72f0ecf80063911d022ba4 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-22fix(core): 3n-snr codePeter Mikus1-1/+1
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I1ff6ce2eeaf074773f27ce0d4d414c4963a7a2de
2022-08-22fix(core): 3n-snr codePeter Mikus1-1/+5
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Id4b8f033c5a6e30ed0d64d3306858d0f06991017
2022-08-19UTI: Add Summary to NewsTibor Frank4-66/+196
Change-Id: Ifa3882b36976183f628d2e3171061945ab33bf29 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-19feat(infra): Topology file for 3n-snrPeter Mikus1-0/+6
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I276e12e881a4db0a82d5e03107fe153d02a762c4
2022-08-19UTI: Set date picker by info from urlTibor Frank2-4/+19
- Performance trending - Statistics Change-Id: I06077f233e07ee814b44bc6891519dc19c49b57d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-18feat(papi): use newer API messagesVratko Polak5-45/+28
Updated for what is available in (last common ancestor of) 2206. (So newer messages such as ipsec_spd_entry_add_del_v2 are not used yet.) + Removed messgages documented as unused. - Did not check if more become unused. + Restored alphabetical order. Change-Id: I4191c3f8629106f52ce387d03f30f9f973ffbefe Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-08-18UTI: Set params in ctrl panel from urlTibor Frank4-220/+161
- Performance trending - Iterative data Change-Id: Ifcd8e805dcbd12ef0cb739b11b0f52269acd1804 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-17bash: fix catch-all pattern in csit model matchingJing Peng1-2/+2
Change-Id: Ic3c78f8f447f59bcd10fd8b88f50f93f7279430b Signed-off-by: Jing Peng <jing@meter.com> Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-08-16fix: add missing closing ENDViliam Luc2-2/+2
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I5352181e9cc427378ca919bf7459f0b7d1a62bd3
2022-08-16fix(robot): replace Run Keyword UnlessVratko Polak9-39/+39
Use Run Keyword If, with the condition negated. This silences the deprecation warning seen since Robot version bump. Change-Id: I9a88ff551994df3e129d71327f08207133a958a6 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-08-15UTI: Set the time period for news to 180 daysTibor Frank1-6/+2
- It is defined by the constant TIME_PERIOD, so it is the same as for the trending. - The jumpavg lib is now much faster so we can use full scale for news. Change-Id: Id092efa544e4ee2111564e09fb71fb6c3b48a73b Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-15feat(jumpavg): speed up, use Python 3.8 featuresVratko Polak5-261/+213
+ The main speedup comes from abandoning copy.deepcopy(), doing shallow list copies (at most) and introcuding copy_fast(). + Turn into dataclasses whenever possible, use type hints. + Simplify the partition search code, + It is now clearer the time complexity is O(N*(N+n)), where N is number of samples, and n is the average size of the last group of the current record glist. + Used black for formatting, so no u"" anymore. + Update metadata for 0.3.0 release. Change-Id: I302203b4d42aeb22be1128e2fe72353a44eae5d0 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-08-15PAL: Do not process oper data for iter and trendTibor Frank1-4/+6
to save the RAM. Change-Id: I6ac7b162ee6789635a6cba3d58d45a9c65a7024b Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-12fix(hoststack): add a missing endVratko Polak1-0/+1
Change-Id: I07de784de4bfd1e1fa4230567331e55a72d1a7de Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-08-12PAL: fix in ExecutionCheckerTibor Frank1-4/+4
Change-Id: Ie269fe1a0bc338f2a84240665984a56fd07ce805 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-12PAL: Re-work the ExecutionChecker classTibor Frank1-737/+430
- needed due to moving to the latest version of Robot Framework Change-Id: Ie2fc3d57630ddb79a9d96e5a4b118f4932745670 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-11Trending: weekly comparison - workaroundTibor Frank1-5/+8
- Temporary solution: use build number if vpp version is not available Change-Id: I256ac987cb234f27bfdd052cb44f5d8968c1cffa Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-10PAL: suite visitor 2Tibor Frank1-1/+0
Change-Id: Ic95836e8108d4efd845313db8da7f76f3b8492d1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-10PAL: suite visitorTibor Frank1-2/+10
Change-Id: Icab58df411935bad46b5e4ca84288d1631cfe2e8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-10PAL: fix typoTibor Frank1-1/+1
Change-Id: I0287f1d7afa535bc028446de39a9441e05b392a3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-10PAL: visit_setup_kwTibor Frank1-5/+3
Change-Id: I8367c07f590c2e4533173284f009da6d26692e5d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-10PAL: vpp_versionTibor Frank3-22/+22
Change-Id: Id01389d5bac005b0812182551053f354511e24d1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-09PAL: Add debug output to table_weekly_comparisonTibor Frank1-1/+13
Change-Id: Ibb117e49e2ff5d3381a9d081c3f6eed6721abe51 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-09PAL: robot.model.totalstatistics.TotalStatisticsTibor Frank1-3/+3
Change-Id: If59ae966d3fa8b1944391088b0efc7bddae3c6db Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-09PAL: Update to RF 5.0 and pandas.SeriesTibor Frank1-18/+15
Change-Id: I2d4bfc6be02e66b6242ad688d092516bca0eb739 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-09PAL: Update to RobotFramework 5.0Tibor Frank1-5/+5
Change-Id: I03340f47b5f4d5aa2bb6d33589b0d13e4671a75d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-08feat(pip): UpgradePeter Mikus1-2/+1
Due to some integration changes with upcoming Ubuntu 22.04 (and mainly python) bump, upgrading the full pip package list to latest version. Keyword 'BuiltIn.Run Keyword Unless' is deprecated - will be part of subsequent change Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Ie3bdc424c7c0efb4fe4f1fa7c73137b916c17116
2022-08-05feat(uti): Add some more debug toolsPeter Mikus3-0/+105
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I1dfe1782334c8415fe5dbcdba24781947076639d
2022-08-03UTI: Add Download for iterative data.Tibor Frank7-52/+222
Change-Id: I79bcfc2449310d4d186146ce79b2143a33ed2d1f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-02Report: Set NIC limmits according to constant.pyTibor Frank1-14/+14
Change-Id: I5d8d1bff4a1244a8819a4eb5c9756ea6c6749345 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-01Report: Add 2n-tx2 LXC/DRC Container Memif graphsTibor Frank2-1/+28
- Packet Throughput - Speedup Multi-Core - Packet Latency Change-Id: Ia98a44a5fad8676832d8c5beb687e1fd68e30d41 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-27UTI: Code clean-upTibor Frank6-43/+313
Change-Id: Ia88f3ce646664eeb4f2bb96e25fe1c2e433d7423 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-27Report: NAT44 udp tput graphsTibor Frank1-81/+0
Change-Id: Ia5108792ec32d8c2ff68bba953c77be536aba379 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-27fix: start testpmd and l3fwd in 3 cyclesViliam Luc6-176/+185
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I935ee5cf5bd7e760ef29fdc338f981e4e7cc333f
2022-07-27Report: NAT44 graphsTibor Frank2-23/+40
Change-Id: Ia0dc9483cd615398193cbc9be059b8ce29e53eb5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-26UTI: code clean-upTibor Frank7-279/+413
Change-Id: I492370e20ad0e7431aaf86af618ed874104c4ad5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-26Report: Add NAT44 testsTibor Frank4-58/+166
Change-Id: I757331b2c1fafe80f1e0e7cf10db5690912823f5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-22UTI: Add URL support to "News"Tibor Frank2-4/+57
Change-Id: Ic3d878e02d1237a4e1e05aba7bd0747ef6c66515 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-21UTI: Move common functions to utils.Tibor Frank7-300/+244
Change-Id: Ic390359afcea7855a964f8f9793f6d17a5b9b616 Signed-off-by: Tibor Frank <tifrank@cisco.com>