aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11Report: ConfigurationTibor Frank49-49/+49
Change-Id: Ia1d95d610ede86127797eecd89eb68091d15d54c Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 5dd28c508cf6f04dee46580c73272c2cb31f5831)
2021-01-11Report: Configure reportTibor Frank64-10150/+1953
Change-Id: I1c64758f937c34a8f3956a5aa6512bb16a9dfe62 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit fc3f7fa58880d2327c3364bbcf8338d2256fb8f0)
2021-01-07PAPI: Cache connected client instancesVratko Polak11-103/+492
Disconnect+connect cycle is expensive and slow. This change tracks connected client instances so later "connect" to the same target uses it. Explicit disconnects are allowed (and executed before VPP ends), but once again disconnected instances are cached and reused, as creating a new instance is more expensive than just connect. + Add missing checks on interfaces being up to appropriate keyword. + Use appropriate keywords. + Add a comment explaining why a simpler keyword is not appropriate. + Improve VPP checks in containers. + Fix the vppctl check to actually work. + Add PAPI check to ensure VPP is really ready. + Delay/reorder checks to make them faster with multiple containers. + Leave some TODOs to improve various lifecycles later. + As we do not stop VPP in test/suite teardown: + One final disconnect is needed, added to __init__.robot teardowns. - Import of the final disconnect keyword is ugly, but it works. - We could use a hashable class for distinguishing node+socket pairs. - Are we connecting to VPP inside VMs? Change-Id: I49cd726740c3e8cae1591c7c84b85a447241228f Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit a33b52ae0f255021d89307ebc694f6e907906151)
2021-01-07Set DPDK version to 20.11Tibor Frank1-1/+1
Change-Id: I6f95ad79c891def175dcbc778d26ced0ec84f799 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4e2347f3996290fbc2386938791c2f272d052c63)
2021-01-05Infra: Ansible syncpmikus3-12/+34
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ida73c8acab94ad334fe57bb52f4dab33c40dded6
2021-01-04fix: geneveJan Gelety2-5/+5
Change-Id: I23541e1c07a42b4baa560c343ffeed3b963fe694 Signed-off-by: Jan Gelety <jgelety@cisco.com> (cherry picked from commit d7a3262b58c86868a18c29244f29196203e1eb39)
2021-01-04API: deprecated COP APIsTomas Alexy33-390/+531
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech> Change-Id: Ifb97088a26f3c2ab2ecee28ed43e6e957a844c64 (cherry picked from commit 9446b9bf9c15999feec3c8a48fec428bca094500)
2021-01-04GSO: TAP/VHOST use casepmikus21-65/+1676
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ibafaaca4438587284d1e255c764f0701002941e8 (cherry picked from commit 44dcb3113c8ade2e44543746abca861a89362c9b)
2021-01-042101: Update of VPP_STABLE_VER filesTibor Frank2-2/+2
- use new vpp ref build - ubuntu 18.04: 21.01-rc1~3-gf097300c2 - use new vpp ref build - centos8: 21.01-rc1~3_gf097300c2~b6 Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I3c3d62cf1dcfab38075387c496b6849d790f53b1
2021-01-04FIX: AWK NIC replace in case of x520pmikus1-1/+1
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I7d83ba048e0609d6b8623fab5c2960e48a37c023 (cherry picked from commit 3c3930b9f6f9a40d6b30f6e56e8c40279e34f650)
2021-01-04Switch include to testpmikus1-22/+36
+ Reduce time overhead when parsing --include vs --test + Input files will remain the same + 3n-hsw 150include ~24min, 150test ~5min + 2n-clx 489include ~61min, 489test ~9min Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I7e5957c32385aecbc4551bd124da41afa5bc63c9
2020-12-21Framework: add 2n-tx2 perf testbedJuraj Linkeš2-1/+76
Add testbed file and make code changes in common.sh. Change-Id: I493bb92db3c66358afa81ec81bcd99b296f49c03 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech> (cherry picked from commit 7aa013cf087993ca4546fd7988e177d43cfedfaf)
2020-12-21API: deprecated bond APIsJan Gelety6-71/+57
Jira: CSIT-1597 Change-Id: I77b746584851331d46eca1caafd4468d18f1e78d Signed-off-by: Jan Gelety <jgelety@cisco.com> (cherry picked from commit 925b50c85a24b3c91031d09eeca19f17b4e01f2c)
2020-12-18Update of VPP_STABLE_VER filesJan Gelety2-2/+2
- use new vpp ref build - ubuntu 18.04: 21.01-rc1~2-gda45810ce - use new vpp ref build - centos8: 21.01-rc1~2_gda45810ce~b5 Signed-off-by: Jan Gelety <jgelety@cisco.com> Change-Id: Ib9468d5ceb0bee5cf347d2f603536e5fbefb3563
2020-12-18Framework: 3n-tsh topology file updateJuraj Linkeš1-2/+2
The TG is now shared, update port and user accordingly. Change-Id: I8be4f41887498ae42935b7ab22a7f22dc21e6b50 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech> (cherry picked from commit 1d6448f6c2eea55ec82694b30d6d5081ff631482)
2020-12-11Update of VPP_REPO_URL and VPP_STABLE_VER filesJan Gelety4-4/+5
- use vpp builds from vpp stable/2101 branch - use new vpp ref build - ubuntu 18.04: 21.01-rc1~0-g9dab7b941 - use new vpp ref build - centos8: 21.01-rc1~0_g9dab7b941~b3 Signed-off-by: Jan Gelety <jgelety@cisco.com> Change-Id: Iad5b328871062f1a476c648322132deb6fcc234b
2020-12-11API: deprecated nsim APIsJan Gelety2-5/+13
Jira: CSIT-1597 Change-Id: Ice342d6cb7cd244d712c42a3d468c851c79739f4 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-12-16API: deprecated IPSEC APIsJan Gelety136-272/+536
Jira: CSIT-1597 + add ipsec_sa tear down action Change-Id: I4d1e6f26c14e61e8ddc6f29fbf5528a034c84eb0 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-12-16report: added report static content for new testbed type AMD EPYC Zen2 7532Maciek Konstantynowicz4-3/+1142
Change-Id: I9099cce7c4da15a1b3a9aafd37825b284c5ed7fe Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2020-12-16Report: Add dataTibor Frank1-0/+2
Change-Id: If43441b9e918220a0e16ab5d1fe678e9ee38a89d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-12-15Terraform: Small fixup in storage templatespmikus4-155/+86
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I0cefbc62d097b01b1c31739d2049157281e2a671
2020-12-14Update of VPP_STABLE_VER filesTibor Frank2-2/+2
- use new vpp ref build - ubuntu 18.04: 21.01-rc0~540-ga8ebb5184 - use new vpp ref build - centos8: 21.01-rc0~540_ga8ebb5184~b437 Change-Id: I1e6d03ec1a01e1586de37015058f9bc70d9a72d6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-12-14Report: Add dataTibor Frank4-2/+9
Change-Id: I298c3bdec3f9254a2644401a9ffb7ff09c4ecbd2 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-12-14Improve release notesVratko Polak2-3/+10
+ Add a link to NAT44 methodology. + Mention TCP tests are not using 64B packets. Change-Id: Ief6334e84abdf4d099dfbc455cfc7c9b2179ccfe Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-12-13Ansible: Add 10.32.8.17 into nomad poolpmikus1-16/+16
+ Extra storage capacity Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ifbdc26581776e9885b0eb9929d8ac1f731282426
2020-12-12Refactor storage solutionpmikus37-230/+1501
+ Minio terraform module + XL mode enabled with erasure code + Upload script as a sample + Nginx terraform module + Updating ansible to reflect changes Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ia8c439b749aa0de82bd6f1d0cfbecce4d7000a8f
2020-12-11Report: Add dataTibor Frank1-0/+12
Change-Id: I96125f0db3b627177f159f8dffa07fb6a6f61671 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-12-09Tox: Add GPL license checkerVratko Polak3-3/+81
A common mistage is to add a file into GPL directory, with Apache license only. This adds a tox checker to vote -1 on such changes, gpl_license.log contains the list of affected files. There are TODOs related to unlicensed files or unconventional GPL licenses. Change-Id: I267e4fb98afd199d5acc7d211068b28c97b31dc9 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-12-03vpp-device: GENEVE tunnel test, l3 modeJan Gelety13-92/+845
Jira: CSIT-1769 Change-Id: I98510cd8e627d7347f77d0032b7bac28f2e36c61 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-12-09Report: Add dataTibor Frank4-9/+8
Change-Id: Ic7d559d30c2c7d314ba029dfe7c1db99e25e20f4 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-12-08Revert "vpp-device: GENEVE tunnel test, l3 mode"Peter Mikus13-845/+92
This reverts commit a9f54ca5080aeef17686f300a6807bf9b46b7c90. Reason for revert: DO NOT MERGE BROKEN TESTS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! https://logs.fd.io/production/vex-yul-rot-jenkins-1/csit-vpp-device-master-ubuntu1804-1n-skx/9918/archives/log.html.gz Change-Id: I2ce2970a43e5dd7487eeb54d1ccbb149e06cf8fa Signed-off-by: pmikus <pmikus@cisco.com>
2020-12-03vpp-device: GENEVE tunnel test, l3 modeJan Gelety13-92/+845
Jira: CSIT-1769 Change-Id: I0ab906966f760b809b8431530c010a8f0835d62c Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-12-07Fix vpp-csit device scriptVratko Polak1-1/+0
In Gerrit 30041 that was not tested properly. Change-Id: I42f57f1933b0e7d029030f4ec502f7268780827b Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-12-03Update of VPP_STABLE_VER filesJan Gelety2-2/+2
- use new vpp ref build - ubuntu 18.04: 21.01-rc0~515-gd6f221789 - use new vpp ref build - centos8: 21.01-rc0~515_gd6f221789~b175 Change-Id: If2599e424ba9db5e24b4981b3b63d48e0edac801 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-12-07Ansible: Enable consul TLSpmikus25-653/+807
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ia53acc4441087e93a51d87097adea0b220d10144
2020-12-07Report: Add 2n-zn2 turbo boost on/off dataTibor Frank58-28/+8075
Change-Id: I1eb0475d30048d6b42458d1fb696d7fac93ac948 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-12-04Stats: Use the new client class nameVratko Polak1-3/+3
Change-Id: I4c6555068145eb21b7843f9d27433a5ba3f5b13d Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-12-04Report: Configure 2009.50Tibor Frank3-3/+6
Change-Id: Ia8e71df86d561c1d9bc388fa6b70ef850c94e66e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-12-04vpp_device: fix vpp device kernel driver bindingJuraj Linkeš1-9/+5
Attempt to unbind a driver from a device only if it is bound to a driver. Remove the dynamic addition of an existing device ID to a driver. From the docs [0]: Writing a device ID to this file will attempt to dynamically add a new device ID to a PCI device driver. Since we assume the VFs are bound to the kernel driver when VPP Device topology creation is done, it implies that the kernel driver supports the device ID of those VFs, removing the need to add the support. [0]: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-bus-pci Change-Id: I20f3ca071a5a84a06ff358ba514532248a8f9ad0 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2020-12-04Terraform: csit-shim refactorpmikus10-122/+307
- remove snergster image dependency Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I76fef60371e35dddc6da56db5f9207e003d1c792
2020-12-02Avoid ci-management archiving files twiceVratko Polak6-70/+54
This is a follow-up to https://gerrit.fd.io/r/c/csit/+/20394 https://gerrit.fd.io/r/20119 has changed the way archival works, everything should now go to logs.fd.io (instead of appearing on run page in jenkins.fd.io). The glob pattern for archiving is quite eager, doing recursive search. That is good, as it can find also misplaced useful outputs. But it also means our usage of copy_archives function creates two copies of archived directtories, usually archives/ and archives/archive/. This change renames copy_archives to move_archives, with few workarounds to support multiple calls. I also renamed ARCHIVE_DIR value from $CSIT_DIR/archive to $CSIT_DIR/archives to make "move" operation look natural. Finally, download_builds function is being removed, as after recent improvements to VPP compilation speed nobody seems to be using it. Change-Id: I19a429e1dfdfaab7fcf32a9609963b1aebd33c6c Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-12-02API: deprecated NAT APIsJan Gelety3-13/+18
Jira: CSIT-1597 Change-Id: Ib48d20ba087bc9828970c3acc081ac6e4447c20c Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-12-02Terraform: Nomad resource definitionspmikus27-72/+787
+ storage - final until more ssd arive. + nginx - final + vpp_device - untested yet (restored from EdK setups) - to be rewritten Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ib9499fc8cfb0d9f5c5d5bbd1ccd856ecc951ec2a
2020-12-01Tolerate base64 encoded Gerrit commentsVratko Polak1-2/+8
+ Move "|| true" to a place that really aviods errors. + Attemp to parse decoded string if trigger is not found in plain one. Change-Id: If3587229ec588f9ad41acb3050add1142032d2d8 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-12-01Intel E810 hardware onboardingpmikus5-35/+132
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ia055011626212472f65d18a5c1a10440973ecd48
2020-12-01Report: Add dataTibor Frank1-0/+2
Change-Id: Ib095788b071c74131351045df80ab373f067f1a7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-11-30ansible: remove yul2 hosts from nomad server poolDave Wallace3-3/+3
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Ibcbd95408fb4859a13c7f2659a9e15c5498b788b
2020-11-30Ansible: Final consul.d fixespmikus18-69/+47
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I2b5f2d090ac752c85508030c4dfe206023f1184f
2020-11-30Trending: Fix links to NAT44 filesTibor Frank12-24/+24
Change-Id: Ia19cfa32430c7f12e0093d0b540d23876ca9da8a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-11-30Trending: Fix filenamesTibor Frank23-0/+0
Change-Id: Idf754d624443ceef1db5ea5e1d4ab2a9f1c5649b Signed-off-by: Tibor Frank <tifrank@cisco.com>