aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-02-12Fix argument order in unidirection related KWsVratko Polak2-36/+38
The original unidirection Chhange [0] has changed the order, breaking some call sites. Also, use different indentation to save some vertical space. [0] https://gerrit.fd.io/r/#/c/16696/3/resources/libraries/python/TrafficGenerator.py@551 Change-Id: Ife9bd994da73f0afcd24fc16794f822a831c4353 Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit ca7b37a18d420b6033adbdf64d0115b554b85726)
2019-02-12Report: Add dataTibor Frank1-7/+8
Change-Id: Id16b2dca599eab1f567acb52b937dd75494cd290 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit b06ba02571b4752735f0aa5cca65b40ef9749301)
2019-02-11FIX: Comparision for RXQPeter Mikus1-4/+4
Change-Id: I8e8c72ded61a53fe0170cde39c52145ab816f31c Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-11Report: Add dataTibor Frank1-125/+242
Change-Id: I127804179c22399f2599ca07678b12477156c7aa Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 849edeb30be73de8577125f1b8e23086619f920c)
2019-02-11CSIT-1430 Update release notesPeter Mikus6-74/+53
Change-Id: Id67de7b23d48509b3118d24b6d054b8d50a3d0ec Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 4c8b382e0034ed2660d749cbd01d5b304aeb54bc)
2019-02-11Report: Remove indexTibor Frank170-5437/+1382
Change-Id: I477711ef75e07db26e36b3567883f9a7feb45a09 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 53310a9c512daecbe20a45eb48f5167ea5a6a8b2)
2019-02-11Report: Add NFV testsTibor Frank8-64/+1514
Change-Id: Ib996b4929fb4e31eceb475691dc7517a9144f0b3 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit adab3cb4d5abc7f555f40b5f268fb611a77cace5)
2019-02-11Report: HC Release notesTibor Frank1-5/+2
Change-Id: If1e892781b1c6814bbded00d0d5e708f9f716d6d Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 56d7e2d16c14e3c63de44828cba4169ca03e6a1d)
2019-02-11Report: Add dataTibor Frank1-54/+131
Change-Id: Id6514e3415a54e0e3b4592a30faa8cffb0b7fc40 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit db902772e34d62893c60ebf7450ab84ca236eee3)
2019-02-08FIX: AVF APIPeter Mikus4-5/+12
Change-Id: If755c06935a525c7a312e63f32f6035f08fdb893 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-08Report: Add dataTibor Frank6-812/+401
Change-Id: I72a970ded531398d4ca465d2310f7c0b98508f12 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit ee375b76cdab4939fafbd5d9c52ceed176afb343)
2019-02-07Re-enabling Honeycomb two IPs same subnet testsMichal Cmarada1-35/+29
- reordering tests so unnumbered interface tests don't break following tests - removing EXPECTED_FAILING for fixed tests Change-Id: Ic24d878849ab4f451e2fb59856c222167cb35d8f Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-02-06Report: methodology section, added nfv service density.Maciek Konstantynowicz2-0/+107
Change-Id: Ia5f3a8befd5a9cc6c4b644ddd785e21f11b1c156 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 1eb5821ae2975d69d1c655049db02348bb79a5ca)
2019-02-05FIX: Set ipsec backend to dpdk backend when aes-gcm cipher usedJan Gelety13-15/+181
Change-Id: I008b9e0fd62cdc8e29136930762bd7412bd50181 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-02-05CSIT-1420: Split methodology section to more filesTibor Frank21-922/+1580
Change-Id: I861e578434abdf72244d684fca8cfd66e1db9c28 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 124101d22151239b0411a73ae4d2bf8d70970937)
2019-02-05FIX: Cleanup docker images per jobPeter Mikus1-1/+1
Change-Id: Ib14d989d5f44a2aeeec122e2f63a9832a213f920 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit a221ffe6144eb0f372521fbbc828b8a225af12cd)
2019-02-05Improve 1n-skx vpp_device mapping functionPeter Mikus1-6/+20
Improve mapping function for 1n-skx vpp_device to pickup available DUT1 net_dev and replace the name with TG net_dev prefix. This way we can eliminate situation, when pair with not equal VLANs are picked. Change-Id: If78329e730bfb4df34fb8d8924c8715d69a15e0c Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 1c108d51c08631548dc2b2ba1b7652e0b577d82c) (cherry picked from commit 44bc8611bca15c49663a89cfb29cf0ec1a5ed17e)
2019-02-04CSIT-1416 Remove installation of vpp from containersPeter Mikus6-94/+80
Use parent system (Host, Container) installation of VPP. This will save the internet bandwith by skip installing of prerequisites packages. It will also skip dpkg install and simplify the process of initializing VPP inside container. Previosly initialization of VPP in container takes about 55s. With this patch it is reduced to 2-3s. This patch removes the bloated VOLUME creation between container sidecars (a.k.a nested container) and fixes the hugepage allocation. Change-Id: Ifa2be532edb77354657e1b84568bdc34993b00d0 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-04CSIT-1417: Prepare data sets for Report 1901Tibor Frank2-547/+863
Change-Id: If0553ac84d1414e7fd3c82d4a7a9511fbbc0986a Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 8e144056d6aaf83315df1dc4e2ea12f5f0c1e0ec)
2019-02-04CSIT-1411 Implement manual rx-placement override for bug in VPPPeter Mikus3-9/+177
Change-Id: Ie3d2b1f40a607ce5190ccfea6a372bc072d0a3b9 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 1634e19d9adb70b634c80b760aabac81fd4bfdd1)
2019-02-04CSIT-1397: Create Heatmap graphsTibor Frank10-198/+283
- colorscales Change-Id: I86e72432ffa850e76aed6d061461519c5f095a1f Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 9510e2ca6dbca1ab16b9db8054e9968facf4b699)
2019-02-04Trending: Remove NF_DENSITY tests from trendingTibor Frank3-88/+96
- also memif tests removed from graphs where they must not be. Change-Id: I1cbb02ba2dcdcd3a286c9ac4489c946993ac4790 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit de778ee617ed29443bdd8dfa393a2ec4b811b1b9)
2019-02-04Report: Add NF service density and soak tests to static content.Tibor Frank6-0/+486
Change-Id: I8f81fc906245e6f5afd4f24ff034f28b95a2ad46 Signed-off-by: Tibor Frank <tifrank@cisco.com> Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit d3a748d5088d0023f8a96404d4c84deab588a3b1)
2019-02-01FIX: Single memif configuration profilePeter Mikus1-0/+0
Change-Id: I44f22a07b6ecaffcce68bfedde1ea3e8a8274fa6 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit e091fac49b4ef6260be5b7ce6c1d02e9e750e6c6) (cherry picked from commit 4422211c9181c6a2108bd172c2c6e63f725ed419)
2019-01-31Use release repo to download 19.01-release artifactsJan Gelety1-1/+1
Change-Id: I30d86b5179cc97aaaed6cb695db6c0a1d82a1e3c Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-01-31report: Methodology section, added forwarded modes, tunnel encaps and features.Maciek Konstantynowicz1-0/+211
Change-Id: Idfc575be1549a1ae41a2c384ca582e5a891ff899 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit d90c2c87f2738cab2e9a4eca4058b379dd8d4dc8)
2019-01-31Use VPP 19.01 release buildsJan Gelety3-3/+3
Change-Id: I36a80e17cb4f2112a86e187dc9053393dfd07b35 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-01-31Add TB23 back into production poolPeter Mikus1-1/+1
Change-Id: I69a16b1baa5147f22b7c5742c2ccf6e030474937 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 65908ee392865911ad1b69610a7f3d43e6bf3bf3)
2019-01-30FIX: SRv6 container testsPeter Mikus6-6/+6
Change-Id: I9ec04608a9b6cf6a99c938b06261e23e58d290be Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit ed1a7af88e74bdc2b22a58d2129dac498dfcf95a) (cherry picked from commit 174799890403fcbec2f1dc933518211586807f0a)
2019-01-30FIX: Hardcode nf_density RXQ count to 1Peter Mikus77-84/+103
Change-Id: I7ca3b2ce4f4c9d8b452d9de63e7466482d15aa50 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit c17a7406971d2ef28dbfcceb989b545588854e6a)
2019-01-30FIX: Cleanup mechanics for vpp_devicePeter Mikus3-3/+23
Change-Id: Ice975127f8ecdd4cead418151cf37d61dfb218a0 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 956989a5ad8966c06cf3300c2e5edf3f46466edb)
2019-01-30FIX: Put back sleep to wait for container to boot.Peter Mikus1-1/+1
Change-Id: Id63fc8670c7816cc71d8d6d8704ff7f1adf3db65 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 509a1092965c674c581e4080e2e2dc4dec5371c7)
2019-01-30Remove non-runable nf_density testsPeter Mikus18-279/+0
Remove tests that cannot run on target machines Change-Id: I2417d491e36afc9164c6981a9f5a3134529df251 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 644d2d68041079d604c5055e41da78150ea04e89)
2019-01-30Update of VPP_STABLE_VERJan Gelety3-3/+3
- use new vpp ref build - ubuntu 16.04: 19.01-rc2~3-g9124874~b20 - use new vpp ref build - centos7: 19.01-rc2~3_g9124874~b20 - use new vpp ref build - ubuntu 18.04: 19.01-rc2~3-g9124874e~b19 Change-Id: I4fcbead4af6936d91f878613ccb7fc8cbd88409c Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-01-30CSIT-1409 Implement pipeline configuration for l2bd with memif/ip4.Peter Mikus44-71/+5676
Change-Id: I7463d47a9d65069332eb2a288ff44f4499a8a467 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 11bd03f27a53fa6060bfa72bc98c52532cb6e404)
2019-01-29Add 2n1l-10ge2p1x710-eth-l2xcbase-eth-2vhostvr1024-1vm-soakTibor Frank2-0/+89
Change-Id: I6a045225b0ff3cc4cd9880ee05861fd7bf36c61a Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit e4293ce7243c222d0eb65b46bac2c3ba59dc7e5e)
2019-01-29PLRsearch: Initial implementation and suitesVratko Polak14-3/+1656
Missing bits: - Add up-to-date .rst document (in child Change). - Prepare for releasing to PyPI.org (in child Change): -- Either copy dependencies from MLRsearch, or list in requirements. -- Perhaps move common dependencies to separate package for both search to depend on. -- All the other metadata stuff. Jira: CSIT-1276 Change-Id: I277efdb63dbb90b30e11f4e30a82e2130ac8efc3 Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 27a56cad3679e4decbcca90acfb22c55a22153e0)
2019-01-28CSIT-1403 Implement multichain configuration for l2bd with memif/ip4.Peter Mikus93-164/+5671
Change-Id: Ia87156b2ba826eb0a9a93d756b9765c7373ca6ce Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-01-28FIX: CPU util for NFPeter Mikus2-3/+6
- Fix detecting total allocable CPUs for NFs Change-Id: If3345518befb887655d3e162551c49df3163ed92 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 15648d7c4f98cc90a406519362b0d7f548893859)
2019-01-28Update of VPP_STABLE_VERJan Gelety3-3/+3
- use new vpp ref build - ubuntu 16.04: 19.01-rc2~2-gb296271~b19 - use new vpp ref build - centos7: 19.01-rc2~2_gb296271~b19 - use new vpp ref build - ubuntu 18.04: 19.01-rc2~2-gb2962715~b18 Change-Id: I543fb6229a0166ca889db5f946ea7b669f6ec286 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-01-24Update of VPP_STABLE_VERJan Gelety3-3/+3
- use new vpp ref build - ubuntu 16.04: 19.01-rc2~1-g38befb3~b18 - use new vpp ref build - centos7: 19.01-rc2~1_g38befb3~b18 - use new vpp ref build - ubuntu 18.04: 19.01-rc2~1-g38befb3a~b16 Change-Id: Ie7146aac6054427490cd0ef3f89074d200f35e07 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-01-24FIX: correct call of vpp_add_routeJan Gelety43-368/+421
Change-Id: I63a2b5f484ac627c020e30c9f01a868c57aacf42 Signed-off-by: Jan Gelety <jgelety@cisco.com> (cherry picked from commit 552491e8bcff9745b04fbdd92609351ec9597cdc)
2019-01-23Fix tag in 2n-10ge2p1x710-eth-l2bd-8vhost-1chain-4vm-l3fwdip4-mrrTibor Frank1-1/+1
Change-Id: Iaa268043c04a994647c5dcd704e4e61f4f83050c Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4ecbd6dc1e6dd07efa58f2bc001e838aad0457f4)
2019-01-23Report: Add VSC dataTibor Frank1-2/+2
Change-Id: I6cd99129ba41fc34f46714c9540299d0b954c965 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit a618779453752b80a07e842d52f0808d843348ef)
2019-01-23Fix PyLint errorsTibor Frank12-156/+101
Change-Id: I5a369f4b9f9b478375fda4a634bf57cc9623e972 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 8bac97fb07e863573f5a2914058e1d23229d279b)
2019-01-23Updated RF tag documentation file with svc density tags, other minor edits.Maciek Konstantynowicz1-47/+60
Change-Id: Iece74d5e7e380db344005a6035252bbe18925646 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 12b5c1d2de914e8aabb62587028e4e92fd298173)
2019-01-23Report: fix specification fileTibor Frank1-1/+1
Change-Id: Iae93d648b8d146ee363f5dbb3514edd90c74460a Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 495294fef7fe03f0797573bf700adbfb516ed573)
2019-01-23NF density: added new TAGs, renamed test suites and test cases per final ↵Maciek Konstantynowicz38-618/+618
agreed scheme. Change-Id: Ia7bbfe5f7027c18a68408cc71445a2839b6b19a8 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 8acda639fca422c07701d0be0c9254d8be129a66)
2019-01-23VPP_Device - add baseline tests - part IIb)Jan Gelety14-85/+695
CSIT-1372 Add following baseline tests to VPP_Device: - ip4 eth2p-ethip4-ip4base-eth-2memif-1dcr-dev - ip6 eth2p-ethip6-ip6base-eth-2memif-1dcr-dev - l2bd eth2p-eth-l2bdbasemaclrn-eth-2memif-1dcr-dev - l2xc eth2p-eth-l2xcbase-eth-2memif-1dcr-dev Change-Id: Ic4a3a01b62d800c528a9c9371891dcc26b875220 Signed-off-by: Jan Gelety <jgelety@cisco.com> (cherry picked from commit 5a53823d8a6e99072152654ac632bb06a6b467ac)
2019-01-23Report: Add CSC and VSC dataTibor Frank2-17/+43
Change-Id: Ia2ebe3d0b96d0012361082d1f45b5c3853db3640 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 3532ea7e201971b463e6d72ae799a7871c5b3c9f)