aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-10-17Report: Add 3n-snr coverage data setTibor Frank1-3/+5
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Id489031b763bc659b5030c1b8c479200ec50b561 (cherry picked from commit 3c84a95372474fd32202e1b3d1fd8b0eb821b0b6)
2022-10-17Report: fix elements.yamlTibor Frank1-0/+5
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I1b9db428b956140e27b89c083d9d0a8eb5577cd4 (cherry picked from commit 4651d2229deff770c438ef21f2ce32046a67d748)
2022-10-17Report: Add 3n-snrTibor Frank42-18/+1715
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I9e72bae01997b145f058002e75dd2ace37c80b08 (cherry picked from commit be7cc1c166ee756981b9159e3deccecd74df453b)
2022-10-17feat(terraform): AWS images with TRex 3.00pmikus3-5/+6
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: If5d01c7907f8c6ec0b2afcd7d4ad88e5d8258feb (cherry picked from commit 30797c64c701d2c850d7c4d6b6501757175b0516)
2022-10-17Report: Add rc2 dataTibor Frank3-272/+94
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I426bb6c0a89d2e2e9728f8a0a499fa1c5c5d8ad5 (cherry picked from commit 3cdbc6f2183e4c5bc27dd47cb701cc1871896f14)
2022-10-14Update VPP_STABLE_VER filesTibor Frank2-2/+2
Change-Id: I97aaa9d3c72d1c6b2f1e6c802dd76f1f482f3e60 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-10-13feat(trex): Bump T-Rex to v3.00pmikus12-41/+41
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I9aa88fb094b03888fc30d84edc1deaa406075db4
2022-10-10Update VPP_STABLE_VER filesTibor Frank2-2/+2
Change-Id: Ie30041251d62838b648a05070fdab8186ce5a839 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-10-07fix(report): reorder and add ip4base ASTFVratko Polak1-76/+88
Each na44ed test using ASTF should be paired with its ip4base variant and graph looks better when the ip4base variant is first in the pair. Change-Id: I6f7ec18d8548e43730bd68414fbfd9950e245630 Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit a8dfaf8fb174651832a9285b78460846cc1840b1)
2022-10-05fix(report): tweak order of soak tests in graphsVratko Polak1-2/+2
Avf and dpdk versions of the same suite look better together. Change-Id: I233b61ef2ea653e48591388cc419ff5b5ca0d42f Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 51082bb20827f38a814d9b98f171244d619ad0c8)
2022-10-04Report: Add rc1 soak testsTibor Frank1-4/+4
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I5ceb45ccf8efab64bd9609e66d53f6b5273a818d (cherry picked from commit 2f87683cf1e9feaac810a632aba78a9689d9224b)
2022-10-04feat(docs): Telemetry ressurectionpmikus346-21731/+1
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I49248625c6c829c75e5597a98b4ca73545a81bc8 (cherry picked from commit 59734b2f72358f6315cbfadc1b1a0ef56b7e23ec)
2022-10-03job-spec: Run hoststack on 3n-icx e810xxTibor Frank1-9/+9
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I1bfbe49380abeccef160efc99b10082b476a1606 (cherry picked from commit 4aa89eb4eb3c954a5540cb70b23315ce652eef4f)
2022-10-03fix(docs): Static contentpmikus70-9617/+2543
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I29c2c108cec7badbe302095d5797d39c0d34ad58 (cherry picked from commit 14fe52e81c59a5a3558f4f587e56b75e388191dc)
2022-10-03Update VPP_STABLE_VER filesTibor Frank2-2/+2
Change-Id: I4912e98b1e9535c31d52c398ab71a1b3afa826ed Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-10-03fix(soak): reduce scale coeffVratko Polak1-1/+1
After some experiments using simulator (based on real measurment data), coeff value of 5 gives nice balance between exploration and precision. Change-Id: I6c416ed5bf3796b2e952ae4d17ab6e6bce5e1b5f Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 186e30a749b404210c49081d2b6d1edfc58ffe90)
2022-10-03fix(soak): scale also rarityVratko Polak1-2/+2
Without this, far-off samples are considered too important leading to wrong integration. This should fix the symptom of secondary stats being too different. Change-Id: I66496ac25da95eae1f83154f32eb56f941cb20ce Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit d772d5346cf1c4802bda63e4faf008222b6c0cf0)
2022-10-03Add 10k tunnels IPSec policy mode test suitesYulong Pei6-0/+728
Also add 10k tunnels IPSec policy mode test with spd fast path enabled. spd fast path is to reduce policy adding time, refer to patchset [1] & [2] for details. [1] https://gerrit.fd.io/r/c/vpp/+/36095 [2] https://gerrit.fd.io/r/c/vpp/+/36097 Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Signed-off-by: yulong pei <yulong.pei@intel.com> Change-Id: I211b38a60d273c46e68a5b5f712090037977c6e6 (cherry picked from commit d65da6a72887238eae5dd3b7eb4e53055ef516c3)
2022-10-03feat(soak): add warmup and statsVratko Polak1-0/+24
Specifically on 2n-icx, soak tests are suffering from the first search trial (at half of max rate) reporting unsent packets, thus polluting the results, see CSIT-1867. This adds a plain trial (no stats, result ignored), fixing the issue. To keep the structure similar to NDRPDR tests, stats trial is done after the search, at the discovered critical rate. Ticket: CSIT-1867 Change-Id: I12ff6f58c4eb174594e667bfa86ba1585164b8ef Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 141f1d7e939ebe7ca73d4d27c554cdfd8fc3f86d)
2022-09-30Add VPP wireguard async mode test suiteYulong Pei39-65/+1100
Add VPP wireguard async mode test suite to use QAT device for crypto. Also change keyword ipsechw to cryptohw in suite_setup.robot since currently crypto device is not only used by IPSec. Signed-off-by: Yulong Pei <yulong.pei@intel.com> Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Change-Id: Ibdadb3b09c04b7181415ffd4a248abddc6289075 (cherry picked from commit 7df86999bfaee9e5a0fa0c8ee6f5bc897343de9a)
2022-09-30Add wireguard multiple tunnels test suitesYulong Pei14-41/+1828
Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: I7abd546e67fdbe481b204bb6a1ec7e9c654dcdae (cherry picked from commit 73354f8561599422a955a7ba5283968910d633f5)
2022-09-30Report: Set cores for dpdk testsTibor Frank1-24/+24
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I1c0884c3250586e4540f096d1857f5f5bae1a300 (cherry picked from commit 88fd39d9e8fa45f973fc9cadfca1728dc8f6e336)
2022-09-30fix(topology): 3n-snrpmikus1-2/+2
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I29caf3aff9be8e1b144c1e90b06f7f7587bbae0e (cherry picked from commit 4e5d530099efed0c77d531a06d505c73c80ea71e) (cherry picked from commit c08802a8a9d35a34505a3cd8deed4e7bfc3a1165)
2022-09-30Report: Hide VSAPTibor Frank2-216/+216
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: If2ee46787b67a9318b0b10078fdfdef15bf1e3af (cherry picked from commit 41b3573793b35c0647af980d60a7e290a736a00d)
2022-09-30Report: Fix elements.yamlTibor Frank1-1/+1
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ic5070846c979b86225a53193c3fff6b9ec9b4e31 (cherry picked from commit fbc49bd833f8b07785d30fd5d889f40b84ea42bf)
2022-09-30Report: Add rc1 dataTibor Frank1-128/+122
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I17784165060e1b66e71a6bf557500228478e10b6 (cherry picked from commit ee8cdad033a8ffada066a27a412e12ba00ee61e5)
2022-09-29fix(core): Various fixespmikus3-12/+10
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I4a2cc1040dbfbd594351b209983322d650524808 (cherry picked from commit 5c5f2ad242dbcaffc574c6293694f1bc7967c900) (cherry picked from commit 63a7b706b9e91d770fc99d8b21391d0b4ad5cc12)
2022-09-29Report: Remove re-test from comp tables.Tibor Frank2-748/+1084
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ic78d569b0f9906ace2cc52a53ffc86dd7e494464 (cherry picked from commit 39af3a182b0a6e3bba2264add47d37b3c2889092)
2022-09-29fix(topologies): 3n-snrpmikus1-8/+8
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I9446b119025997429856c1d089266a0be50603a3 (cherry picked from commit 1c347abb100ac2a14e9e11c4906072edcb622af3)
2022-09-28feat(etl): Add rls2210pmikus11-321/+1569
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Icda348f7381255deb27b1ada69fcb9fbd4ead600 (cherry picked from commit bff439b69ee71b654b1da92564ff62de7327fe71)
2022-09-26fix(qemu): VM testspmikus3-8/+9
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I8374ac119dca0640188e6ad874769e5a6aafbff4 (cherry picked from commit 3f16ce1bbca46437c648d75f6a15d23dae0b8fc1)
2022-09-26Report: configure sphinxTibor Frank2-105/+111
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I844b15562c31beaf79d5094ed0e33b026bbb01f5 (cherry picked from commit 446b9efe60eb8a528dc58e237ec9a33486566d69)
2022-09-26fix(core): x710pmikus3-96/+96
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I5671651086cbcca43655334c455d49c7be1a4958 (cherry picked from commit 3e70381fb8c08682786fbb16ef542c3893033647)
2022-09-23job-spec: Add trex 1n-awsTibor Frank8-109/+103
- iterative and coverage - mrr and ndrpdr - mlr weekly Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Icb19efc5c831a0fa2e0cf82065b74c4af5407082 (cherry picked from commit 4109bbcd6ec83b141b543e63dd5b4639bd5ac1c2)
2022-09-23fix(terraform): AWSpmikus3-18/+4
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Id2d09ae88d34154f003a6d69b82a234a4c08dc15 (cherry picked from commit 6373b0b0f1f8ba53585c4cc66e9b23909fe2cb06)
2022-09-22fix(terraform): AWSpmikus6-37/+8
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Id762a0848d66a1c1264fdf94be13c3a091bb6d78
2022-09-22PAL: Set Sphinx verson to 5.1.1 (latest)Tibor Frank1-2/+2
- reslove dependencies Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I50ef20f86902f5870ec5609373aea14a98100983 (cherry picked from commit a542284c5fdc156c12f7e5f54d5340bc778cbe87)
2022-09-22feat(dpdk): Move to 22.07pmikus8-57/+56
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: If898b07e7406bfe28a63e4a793cf2f4e08a53e9d (cherry picked from commit f225435e848f1199138272912213d0142955cb36)
2022-09-22Update VPP_STABLE_VER filesTibor Frank4-4/+4
Change-Id: I50df182cd75742f83263d9c7384c926a8efdba44 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-09-21Report: Fix data set vpp-2n-tx2-hist-iter-mrrTibor Frank1-1/+1
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I12eb2721870f18a7f2b013fec40375f597faf49a
2022-09-21Report: fix data set namesTibor Frank2-97/+97
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I67cbf7e7c1be4a51b62bf0ae8e860cda73e76d6b
2022-09-21Report: Configure 2210Tibor Frank8-2441/+1734
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I582af324ae8ee3212a483ffe633de055b82b3b04
2022-09-21feat(packer): Migrate AWS imagespmikus5-33/+162
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ia1940e18b60e38ba559f0ebf1a8d72a4d18cebdb
2022-09-19fix(ansible): Shared TG dockerpmikus1-1/+1
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ic1ea513970f52564d84ace3423ab1b87b411dcd1
2022-09-19feat(dash): Upgrage PIPpmikus1-30/+73
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I581c4d7f81957144a10e6ca3bec0bfb7870fdc85
2022-09-19feat(uti): Move directorypmikus137-1/+1
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I7300ecfe756baaf3fbeedb020070f882cfaca445
2022-09-19Update VPP_STABLE_VER filesTibor Frank2-2/+2
Change-Id: I56555413522768c36e5e560b708e367c7e4d1df1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-09-16feat(uti): Compiled CSSpmikus100-21/+9743
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 Frank3-3/+3
Change-Id: Ie9e49af7b19aa75ef95f10ff2c3a6c0efec013c6 Signed-off-by: Tibor Frank <tifrank@cisco.com>