aboutsummaryrefslogtreecommitdiffstats
path: root/resources
AgeCommit message (Collapse)AuthorFilesLines
2018-03-21CSIT-998: MRR testsJan Gelety1-2/+1
- CSIT-1001: MRR tests: IP4 - ip4 - 10ge2p1x520-ethip4-ip4base-copwhtlistbase-mrr.robot - 10ge2p1x520-ethip4-ip4base-iacldstbase-mrr.robot - 10ge2p1x520-ethip4-ip4base-ipolicemarkbase-mrr.robot - 10ge2p1x520-ethip4-ip4scale200k-mrr.robot - 10ge2p1x520-ethip4-ip4scale20k-mrr.robot - 10ge2p1x520-ethip4-ip4scale2m-mrr.robot - 10ge2p1x520-ethip4udp-ip4base-iacl1sf-10kflows-mrr.robot - 10ge2p1x520-ethip4udp-ip4base-iacl1sl-10kflows-mrr.robot - 10ge2p1x520-ethip4udp-ip4base-iacl50sf-10kflows-mrr.robot - 10ge2p1x520-ethip4udp-ip4base-iacl50sl-10kflows-mrr.robot - 10ge2p1x520-ethip4udp-ip4base-nat44-mrr.robot - 10ge2p1x520-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr.robot - 40ge2p1xl710-ethip4-ip4base-mrr.robot - ip4_tunnels - 10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-mrr.robot - 10ge2p1x520-ethip4vxlan-l2xcbase-mrr.robot - 10ge2p1x520-ethip4lispip4-ip4base-mrr.robot Change-Id: Ibfd03aea9b97d29a8fa05e2956f6df54603a2208 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-03-21Fix bug in dpdk-testpmd-mac KWTibor Frank1-6/+0
Change-Id: I6711e186062a72700552418eeee11b031e8c8ce4 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-03-21Fix for pypcap import problem.Thomas F Herbert1-1/+1
JIRA: CSIT-991 This fix forces the downloads of the complete package for all the pip python packages to be installed on Centos regardless of the Python metadata on the host. Change-Id: I9f5b9faf75306c2b0ae34ca640bc5f36811f900c Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2018-03-20Add max-pkt-len parameter to dpdk testpmd startTibor Frank3-67/+117
Change-Id: I114c187f007c10223502669c2ba85c63d09cd84a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-03-19No overlapping subnets between DUT/TG and DUT/VMNeale Ranns5-6/+6
Change-Id: Ib6a2921070f3524b001ecea2467b28264288fee3 Signed-off-by: Neale Ranns <nranns@cisco.com>
2018-03-19FIX: remove all vpp packages installedJan Gelety1-10/+10
Change-Id: I1a2e51fada2f16fb236499a5cbff735f5e08aae2 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-03-16Add vhost and memif MRR suitePeter Mikus1-0/+27
Change-Id: Iaded13af82383955c2ff093ddc96e09682d95776 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-03-16VPP install and verify in __init__.robotAndrej Kilvady3-50/+188
Move VPP installation to separate test in test suite setup phase to clearly indicate any issue with VPP installation. Added test to check VPP responsiveness after installation. Change-Id: Idc2c78152e23aa7301bb5dbf9b1b6f4b639c3e84 Signed-off-by: Andrej Kilvady <andrej.kilvady@pantheon.tech>
2018-03-14Robot logs archiving for trending jobsPeter Mikus1-4/+0
- Add output.xml auto-archiving to logs.fd.io. - Cleanup from obsolete code. Change-Id: Iafa9ef802264d2ad36ca0f556cb14d2b3ca0f179 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-03-13HC Tests: disable NSH pluginMarek Gradzki2-14/+18
NSH artifacts in Nexus are outdated and crash VPP. Reenable NSH after it is fixed (CSIT-994). Change-Id: I3a0367682d62d5ccdbf008336ed682e7ab9032a0 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-03-12Optimize VPP restart after startup.conf changePeter Mikus1-7/+4
Change-Id: Iabe7de5d598f904bd7e691c3ffed1d07ed0c7f68 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-03-08CSIT-989 Fix: Reflect latest memif API changesPeter Mikus9-471/+61
Change-Id: I0c9cb073a42a8b4b7e573023e784ab9e72d0ad55 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-03-08CSIT-988: Add libmbedcrypto0 as a new vpp dependencyPeter Mikus4-3/+13
Add libmbedcrypto0 to the list of installed packages on Physical testbeds + VIRL images Change-Id: Ied68b79a36d0b6c8619aa22effeac30e5f3c0cf6 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-03-06Fix: Remove api-segment from default startup configPeter Mikus1-2/+0
Remove api-segment from default startup.conf for performance tests. Change-Id: I8f126faf3d923d36b1be2f2e0e676b07c072f1f3 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-03-05Performance KW optimizations IIPeter Mikus2-23/+29
Currently Binary Search is using TRex warmup time for every lookup trial. This patch is suppose to optimize Binary Search to not use warmup time for each trial apart from first one. Change-Id: I9b914cfac3ce558557133c266335c1f550c0b52a Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-03-01PAL: Clean the codeTibor Frank2-3/+6
Change-Id: I7aa196cdc7bf4d34c1313f8f811ab3f6dd8f10f2 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-28Update of VPP_STABLE_VER files + fix Centos dep listPeter Mikus2-2/+2
Change-Id: Icd149927c6b2893f8f716df29d8de475e809be49 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-02-27Performance KW optimizationsPeter Mikus2-6/+0
- Reducing test time by removing redundant KW. Change-Id: I03eeb0332cb88a11eff06df6f5e79d905df317a2 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-02-23Adapt hc2vpp-csit bootstrap scripts to HC2VPP-285/CIMANAGE-22Marek Gradzki1-5/+11
Since https://gerrit.fd.io/r/#/c/10668/ and https://gerrit.fd.io/r/#/c/10669/ honeycomb packages from stable branches no longer depend on single VPP version. This patch updates download_hc_pkgs.hc script, used by hc2vpp-csit jobs, to use the latest honeycomb package in such case. Change-Id: If5b006e72caa8cc905137b1bf02af7d9e927e37a Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-02-23FIX: LXC/DOCKER exclusive CPUPeter Mikus1-0/+17
By default the cpuset cgroup is using exclusive CPU/MEM. When Docker container is initialized a new cgroup /docker or /lxc is created under cpuset parent tree. This newly created cgroup is inheriting parent setting for cpu/mem exclusive parameter and thus cannot be overriden within /docker or /lxc cgroup. This patch is supposed to set cpu/mem exclusive parameter for both parent and subgroup. Change-Id: I14b44db3f77c842756ec78aa60df7aca508d9545 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-02-23Raw results chk keywords and initial TCPeter Mikus3-51/+124
- Implementation of Display raw results - Implementation of Traffic should pass with maximum rate - Code optimizations - L2BD, L2XC, IP4, IP6 TC Change-Id: I0b50e995a853ed3c8f88323ccc650e47b8ed2496 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-02-23FIX: Qemu path overridePeter Mikus2-14/+18
Currently there is bug that Qemu path is not correctly composed and cannot be properly overriden due to race condition in code. This patch is fixing functions to properly work with path. Change-Id: I276458d2d23c7a14441a4de4a56eff6431242ab9 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-02-21CSIT-891: Add data sources for 1801 reportTibor Frank1-15/+8
Change-Id: I0379d0e62e4ae3065fc8181e6d7140bd81858d7d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-21CSIT-891: Add data sources for 1801 reportTibor Frank1-0/+4
Change-Id: I75fc2e4497d9cc57417c9205768c11d19403c9c9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-21CSIT-891: Add data sources for 1801 reportTibor Frank1-0/+8
Change-Id: I1f5f7e931cdbd4eb9ede9b2cc527d975c63684ad Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-21CSIT-891: Add data sources for 1801 reportTibor Frank2-37/+35
Change-Id: Id178e852e4c94b1e093d72901689a7f7820c2c3d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-21CSIT-891: Add data sources for 1801 reportTibor Frank1-4/+20
Change-Id: I4c22c9e82bb746917198e345409eea3e0e322bbe Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-20CSIT-891: Add data sources for 1801 reportTibor Frank3-6/+13
Change-Id: Ifd1bcbf376e9eff9afbb578d88df377ba301cafa Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-20CSIT-891: Add data sources for 1801 reportTibor Frank1-1/+11
Change-Id: I86f5bcbe4c5cd12ddccba5ae6f4df73c139a359c Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-19CSIT-891: Add data sources for 1801 reportTibor Frank1-0/+4
Change-Id: Id8a90708bf51e5c1df7bc91d3947e023d23b842a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-19CSIT-891: Add data sources for 1801 reportTibor Frank1-1/+12
Change-Id: Ia1a1187c468d0fb57ee6160e633adb38512f0ad7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-19CSIT-891: Add data sources for 1801 reportTibor Frank2-43/+46
Change-Id: I507878dba5eea9eff70336143cdcdd735b631898 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-19CSIT-891: Add data sources for 1801 reportTibor Frank1-17/+14
Change-Id: I632af9dafbadd12091c9063b098bb2db742780ec Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-19CSIT-891: Add data sources for 1801 reportTibor Frank1-0/+15
Change-Id: I2fd8fff455f419ef32a3562e77202278094482b6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-16CSIT-932: Remove outliers form statistical calculationsTibor Frank2-7/+14
Change-Id: Ibd90931bdc3dd8615fe2c975935c8a54fe85e6c3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-16CSIT-932: Remove outliers form statistical calculationsTibor Frank1-0/+1
Change-Id: If9b8eaa4d997ad3516c27befb4a868a948567482 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-16CSIT-932: Remove outliers form statistical calculationsTibor Frank1-0/+4
Change-Id: I95934c92b2ebc77e5e3e7696d318ee8416f848e9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-16CSIT-932: Remove outliers form statistical calculationsTibor Frank1-4/+4
Change-Id: I80d412e01eef364dfd76c1961a754e787f6ca7f3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-16CSIT-891: Add data sources for 1801 reportTibor Frank1-9/+17
Change-Id: Icda3dd888016a7074902ec6690cc7e874f46df2c Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-15CSIT-891: Add data sources for 1801 reportTibor Frank2-9/+34
Change-Id: Iaf362be95b882b23fdaf478260e058b0495bbf5d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-15FIX: Change memif API for latest masterPeter Mikus2-3/+3
Change-Id: I34c656c79647aece1880e64058365ecf1a9ebf56 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-02-15CSIT-891: Add data sources for 1801 reportTibor Frank1-0/+2
Change-Id: Ib5d2fce665fbc421affde4fe1500ca8cf02613f7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-14CSIT-891: Add data sources for 1801 reportTibor Frank1-1/+1
Change-Id: I1403ec2e72f2369c39033cbf3e54070d3e854bae Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-14CSIT-891: Add data sources for 1801 reportTibor Frank1-15/+274
Change-Id: I239a95dddcf2946a289fc4e91071fdbd6cc6573c Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-14CSIT-891: Add data sources for 1801 reportTibor Frank1-6/+6
Change-Id: Ie47f696401ec4286ff875d7dc291251e505d0a46 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-14CSIT-891: Add data sources for 1801 reportTibor Frank1-6/+6
Change-Id: I269a26c67b9e567007909438c221c58312458e61 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-13CSIT-891: Add data sources for 1801 reportTibor Frank1-6/+6
Change-Id: I208ac7a2637181a0e8594845901037d31c09e602 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-13CSIT-891: Add data sources for 1801 reportTibor Frank1-3/+3
Change-Id: Id7b5bfef12be00dab4434a1c999c7382985b0d57 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-13CSIT-891: Add data sources for 1801 reportTibor Frank1-1/+1
Change-Id: Ic54ad8fc093ee37d3f972fd220d63e3b20915e28 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-13CSIT-891: Add data sources for 1801 reportTibor Frank1-84/+141
Change-Id: I8c37cff547c74399fde074b11972e2fb95bfac15 Signed-off-by: Tibor Frank <tifrank@cisco.com>