aboutsummaryrefslogtreecommitdiffstats
path: root/resources
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24FIX: Memif socket fiels for l2bdJan Gelety1-5/+4
Change-Id: I365f01be340599224a63032c8c3449e0254e2e69 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-05-23FIX: Memif socket files + docker imagePeter Mikus1-4/+4
Fix after broken cherry-pick Fix after bumb of Ubuntu images on dockerhub Change-Id: I3ea5e9871b8e31aa5a9e72336f7ba8aa1d7476c5 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-05-22FIX: qemu startJan Gelety2-16/+24
Change-Id: I33c977df63b3b88003a91378a30f6db98e2d1d42 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-05-21FIX: setup_dut()Jan Gelety1-2/+0
Change-Id: I95a533c7b3b69709fe9f5a77607feca5fd4ca85a Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-05-21Create unified service operationsPeter Mikus4-50/+213
- Add ability to dump the logs from service unit (since last start) - Cleanup service code to more streamlined way. Change-Id: I6e332dce3229727dd36fd72a8ecfb9fc9efe4d63 Signed-off-by: Peter Mikus <pmikus@cisco.com> Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-05-21Revert "FIX: Change plugin default behavior for Container tests"Jan Gelety1-1/+1
This reverts commit 5fe3ed050690e465c09692230e8eb715552c408f. Change-Id: I7b75567a0614d9063d57bf7d6bcd2f6d66e0ebf2 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-04-12Add more verbose DPDK logsPeter Mikus2-0/+10
Change-Id: I98a07fa88d4959ab05996e053c5c02ef9bda5039 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-04-10Fix: csv and txt tablesTibor Frank2-48/+41
Change-Id: I2550bfbcecb3068b640fb4eda845a2b5dcc44a42 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit ad874f031d54a032783ac9e8c921dc028592ff54)
2018-04-10Fix: csv and txt tablesTibor Frank1-3/+9
Change-Id: I24df334067cf71bc974ed8e583eb03f683877bde Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 23f4ea0471be0b103ab24fec5c253f1081ec0488)
2018-04-10Fix: csv and txt tablesTibor Frank1-1/+1
Change-Id: Icb01faf33b02569615c30cea9bc26bddfa20fe33 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 9c718fe6567f480d3233b65cc4060b2e8b37cae6)
2018-04-10PAL Trending: Add x710 testsTibor Frank2-43/+43
Change-Id: I687c1e5f3168ed4b170916f1fb6390a0dad303b1 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 16ddaaed1bdaba380310a025e14929e7b3406db9)
2018-04-10PAL Trending: Add x710 testsTibor Frank1-2/+8
Change-Id: Id07cdaa5aa0266f88ed0907f7568cb6b4e64914c Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit ef1745142709e401e6358b23b74160ba704586f5)
2018-04-10PAL Trending: Add x710 testsTibor Frank4-71/+753
Change-Id: If7ac28923f5e6d9227d7e9d8a5491ea2f1f62517 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit f502c6b174edbd757452542f3bec6bf0a19f5474)
2018-04-10HC Tests: fix authentication for ODL Oxygen jobsMarek Gradzki2-4/+10
Change-Id: I05dcb5f35ae1bc2abc7ce5c34eaced218e0ebd35 Signed-off-by: Marek Gradzki <mgradzki@cisco.com> (cherry picked from commit 2075758fdb47af554e106ddab0fbd76ae11beef9)
2018-04-09FIX: Change plugin default behavior for Container testsPeter Mikus1-1/+1
Looks like disabling all plugins in container leaving only memif_plugin.so results into issue that could lead into lost of SSH connectivity to TB or in better case to not handling any traffic. This fix is supose to return previous behavior for Container instance of VPP. vpp_config.add_plugin('disable', 'dpdk_plugin.so') Change-Id: I7bca6c73c0f5aaf30d423b90ff7c2d2c38d54700 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-04-09FIX: VAT SSH timeoutPeter Mikus4-61/+56
Currently when VAT cannot connect to VPP via direct API call, there is inner timeout of ~100s until it quits and returns RC. In our code we are setting outer timeout to 10/15s to detect if VAT is not responding. If VAT does not respond quickly enough due to e.g VPP crash, we are incorrectly reporting SSHTimout exception. This fix is suppose to set correct timeout values and also to set some of the calls like show run|hard|err / clear to detect whether they were successfull or not. + Various small library cleanup. Change-Id: I787c4baecd7e086705a4076643e255a875ea8438 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 84e2999a1b8847e4ae43cc2b0faf901ac8575bc1)
2018-04-03FIX: Qemu path overridePeter Mikus1-8/+12
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-03-29PAL TrendingTibor Frank14-149/+1791
Change-Id: I6dae970203415dcb6d90217656d4f052350e52df Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c2b4ace3d023b2b58319feaeb942014586fcac11)
2018-03-28CSIT-1005: Add ipsec MRR testsVratko Polak1-0/+2
+ 40ge2p1xl710-ethip4ipsecbasetnl-ip4base-int-aes-gcm-mrr.robot + 40ge2p1xl710-ethip4ipsecbasetnl-ip4base-int-cbc-sha1-mrr.robot + 40ge2p1xl710-ethip4ipsecbasetnlsw-ip4base-int-aes-gcm-mrr.robot + 40ge2p1xl710-ethip4ipsecbasetnlsw-ip4base-int-cbc-sha1-mrr.robot + 40ge2p1xl710-ethip4ipsecscale1000tnl-ip4base-int-aes-gcm-mrr.robot + 40ge2p1xl710-ethip4ipsecscale1000tnl-ip4base-int-cbc-sha1-mrr.robot Do not add test cases for 9000B framesize yet. Improve other suites to keep the style consistent. Change-Id: I03a58e8d6745083e267b9d53bb3b85efcb2ea827 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2018-03-28Optimize Qemu installation to speed up vhost testsPeter Mikus6-174/+195
Currently Qemu is being installed if there is a change of qsz parameter between tests/suites. Qemu is installed always into the same directory. This patch changes the default behavior to install qemu over and install pathced version to separate directory. It also disables force install. Change-Id: I0d7493a02b026a6ae4a5ea8bacf54656de9db567 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-03-28CSIT-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-28Add vhost and memif MRR suitePeter Mikus1-0/+27
Change-Id: Iaded13af82383955c2ff093ddc96e09682d95776 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-03-28Raw 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-03-26Report: Fix packet_throughput_graphs/ip4Tibor Frank3-20/+150
Change-Id: I3943d02dcca95ed31baaa104648589c42ef479a7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-22Adapt 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-21CSIT-891: Add data sources for 1801 reportTibor Frank1-15/+8
Change-Id: I0379d0e62e4ae3065fc8181e6d7140bd81858d7d Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 1ef49b2e3ab7a08cbe17ae89f3e3e48fd14aee27)
2018-02-21CSIT-891: Add data sources for 1801 reportTibor Frank1-0/+4
Change-Id: I75fc2e4497d9cc57417c9205768c11d19403c9c9 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit dac9e69ccffb7ba77808ab8cf733524f93855f40)
2018-02-21CSIT-891: Add data sources for 1801 reportTibor Frank1-0/+8
Change-Id: I1f5f7e931cdbd4eb9ede9b2cc527d975c63684ad Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 394659ca1c7cac87627347bc850477448d0743c7)
2018-02-21CSIT-891: Add data sources for 1801 reportTibor Frank2-37/+35
Change-Id: Id178e852e4c94b1e093d72901689a7f7820c2c3d Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 55f514061b2da3dd71e13e0a0c5a89797a2773ec)
2018-02-21CSIT-891: Add data sources for 1801 reportTibor Frank1-4/+20
Change-Id: I4c22c9e82bb746917198e345409eea3e0e322bbe Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit a576a8096e610a56c098355a567e1a669692d056)
2018-02-20CSIT-891: Add data sources for 1801 reportTibor Frank3-6/+13
Change-Id: Ifd1bcbf376e9eff9afbb578d88df377ba301cafa Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 3c5428b13bdf28774922b3abe370f23e3ccc5ead)
2018-02-20CSIT-891: Add data sources for 1801 reportTibor Frank1-1/+11
Change-Id: I86f5bcbe4c5cd12ddccba5ae6f4df73c139a359c Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c9d1aec367e6a6aa8cb0105d24eb828e4c9929b8)
2018-02-19CSIT-891: Add data sources for 1801 reportTibor Frank1-0/+4
Change-Id: Id8a90708bf51e5c1df7bc91d3947e023d23b842a Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 65ad0cb3bc0b2430628b2b250d51c41a8dc594c6)
2018-02-19CSIT-891: Add data sources for 1801 reportTibor Frank1-1/+12
Change-Id: Ia1a1187c468d0fb57ee6160e633adb38512f0ad7 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit ec52d31c064fff2a6bf9c1e0716efa881bcf106e)
2018-02-19CSIT-891: Add data sources for 1801 reportTibor Frank2-43/+46
Change-Id: I507878dba5eea9eff70336143cdcdd735b631898 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit e15553412cfcc2b14ee3be0e30d1ca3bd146b32a)
2018-02-19CSIT-891: Add data sources for 1801 reportTibor Frank1-17/+14
Change-Id: I632af9dafbadd12091c9063b098bb2db742780ec Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit d23edad8b0f9a2463f5817a52766eebfdc5aa572)
2018-02-19CSIT-891: Add data sources for 1801 reportTibor Frank1-0/+15
Change-Id: I2fd8fff455f419ef32a3562e77202278094482b6 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit f1583b9230d23cae435baed107aed6f94c9095b6)
2018-02-16CSIT-932: Remove outliers form statistical calculationsTibor Frank2-7/+14
Change-Id: Ibd90931bdc3dd8615fe2c975935c8a54fe85e6c3 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 3cb49d761fa32c84ea7b6b9ba9d6c874dff2921a)
2018-02-16CSIT-932: Remove outliers form statistical calculationsTibor Frank1-0/+1
Change-Id: If9b8eaa4d997ad3516c27befb4a868a948567482 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 79bcdf2e3321ca46c07e6b49a77ce1cf5b513956)
2018-02-16CSIT-932: Remove outliers form statistical calculationsTibor Frank1-0/+4
Change-Id: I95934c92b2ebc77e5e3e7696d318ee8416f848e9 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit a0918a2c7112621563f14ba06a7aee3eaa3ac711)
2018-02-16CSIT-932: Remove outliers form statistical calculationsTibor Frank1-4/+4
Change-Id: I80d412e01eef364dfd76c1961a754e787f6ca7f3 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 2036f500644bf34aebfd3456278d0efd0b9ab79f)
2018-02-16CSIT-891: Add data sources for 1801 reportTibor Frank1-9/+17
Change-Id: Icda3dd888016a7074902ec6690cc7e874f46df2c Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 1eb21dcbe8251be7c6633f67a2747abc62a46472)
2018-02-15CSIT-891: Add data sources for 1801 reportTibor Frank2-9/+34
Change-Id: Iaf362be95b882b23fdaf478260e058b0495bbf5d Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit cfa3d9b1808826d1855bcf6c556cd26190e6f43a)
2018-02-15CSIT-891: Add data sources for 1801 reportTibor Frank1-0/+2
Change-Id: Ib5d2fce665fbc421affde4fe1500ca8cf02613f7 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit d9bafbe42e9ca8e3b16bdab2be1583a0d81ba63c)
2018-02-14CSIT-891: Add data sources for 1801 reportTibor Frank1-1/+1
Change-Id: I1403ec2e72f2369c39033cbf3e54070d3e854bae Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 289ba96be9ecf33495e669cf09e1bd9eda8dd7cb)
2018-02-14CSIT-891: Add data sources for 1801 reportTibor Frank1-15/+274
Change-Id: I239a95dddcf2946a289fc4e91071fdbd6cc6573c Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 5ff648bac50bb669bd6f483f9515dbe78cdd42a7)
2018-02-14CSIT-891: Add data sources for 1801 reportTibor Frank1-6/+6
Change-Id: Ie47f696401ec4286ff875d7dc291251e505d0a46 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 699e20c6f043c39cf1d2ab215aae18d961de8bbe)
2018-02-14CSIT-891: Add data sources for 1801 reportTibor Frank1-6/+6
Change-Id: I269a26c67b9e567007909438c221c58312458e61 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 3cca71c6377e2c2405510127fc05c28a16e1d8d0)
2018-02-13CSIT-891: Add data sources for 1801 reportTibor Frank1-6/+6
Change-Id: I208ac7a2637181a0e8594845901037d31c09e602 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 0a128f671f04b19b0cad453597fec82288a657b2)
2018-02-13CSIT-891: Add data sources for 1801 reportTibor Frank1-3/+3
Change-Id: Id7b5bfef12be00dab4434a1c999c7382985b0d57 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 52eabb71d784978afa48f7ac2f5d53a228b256ec)