Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I73171b62fae718a5629d6d94f6908281175c2969
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit fd84de690150a1ef15eeeebc32f70ff54cb25e66)
|
|
Change-Id: I2500d2eccd4fdc46e70d8af547f4ae101911af1a
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ic5bc714b56c8bbd6884264a566eb8554a9735cba
(cherry picked from commit 7335a3fabef47d2d3ee0f0bffc2c28cb3307156c)
|
|
Change-Id: I3b469da641e0adcf0a859f8f47c3a7caa7d1ca24
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 57e78b5c6c7a1994aafffd8ffe99fbdeeb7ef3c9)
|
|
Change-Id: Iad97217b99b25f14a85c98348d49339a4be8cec7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit b6a7e10e30191532940c243bf75b80c9a14cd85f)
|
|
- enabling for fortville, columbiaville
- enabling experimental for mlx
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I1b7ceb54769f4a0089ac7309350499e60c5cca0a
(cherry picked from commit 4a0b0f2b633bb9fd15a7dc8357650a9ac7846edd)
|
|
Remove:
- All vts tests, obsolete use cases.
- dot1q tests apart from dot1q-l2bd, superfluous combinations.
- nat44 tests
- -pps tests, replaced by -tput tests.
- h1-p1-s1 single session tests, unessential combination.
- h4096-p63-s258048 tests, unessential scale combination.
- ipsec tests
- ethip4ipsectptlispgpe.
- policy-aes128gcm.
- policy-aes128cbc-hmac256sha.
- policy-aes128cbc-hmac512sha.
- int-aes128cbc-hmac256sha.
- scale of
- 400tnlsw.
- 5000tnlsw.
- 20000tnlsw.
- 60000tnlsw.
Change-Id: I269878218f1ff61e58f9a2d669ebdba7c8dffdbf
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
(cherry picked from commit 5468f3b23b892541026ab29aa37b5131e7e30a82)
|
|
Remove:
- All vts tests, obsolete use cases.
- dot1q tests apart from dot1q-l2bd, superfluous combinations.
- nat44 tests
- -pps tests, replaced by -tput tests.
- h1-p1-s1 single session tests, unessential combination.
- h4096-p63-s258048 tests, unessential scale combination.
- ipsec tests
- ethip4ipsectptlispgpe.
- policy-aes128gcm.
- policy-aes128cbc-hmac256sha.
- policy-aes128cbc-hmac512sha.
- int-aes128cbc-hmac256sha.
- scale of
- 400tnlsw.
- 5000tnlsw.
- 20000tnlsw.
- 60000tnlsw.
Change-Id: Iccce3e20299b4ac771228a6878b4f0961b0186de
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
(cherry picked from commit 24cd371f21d6ba370b0c6f4acee6f8cbd2ea49f7)
|
|
Change-Id: I2f08d455a51f3b891b38ad82bfac47dd7b9921c5
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 9ab83131443469ebced0c3ac34c17a385bb9cdaf)
|
|
Change-Id: I4e44eced6ab2199f070b38a13060f4e0b7a2ef7f
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 3faf5e9192489b8f850757d6179311a59243a95b)
|
|
+ Verify jobs remain available for 3n-hsw.
- PAL edits are independent, will be done elsewhere.
- Autogen edits to come later.
Change-Id: I2d0d1b15cbe49627fa9c5188c70f94156b438b77
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
(cherry picked from commit 640f4ceb3de5d8ab94493cfde785caed453254bf)
|
|
- if there are no values, put warning to the log.
Change-Id: Ibea99e3f4962684afefa572c46bcca157b8ab3cf
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit ccae0f8da97bce98aaaa5cc529b20b88a3d58679)
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I5bbb573fb75d0ee7b5e9b21591e4d6ff48df917e
(cherry picked from commit fa3c865b27c2cfcf11b5fc45bf1a34290f3c32ce)
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Iebf8dc936f8ce44f3c9250cad35d8908aabd0f33
(cherry picked from commit 9125e6dac656e6e224812b181b301c28eae50fef)
|
|
+ 2101 --> 2106
+ remove 3n-hsw
+ unify data sets
+ configure data sets
- implement changes from job-specs
Change-Id: I200e7a80ebf88864ce4a7a2134f5251b557f6a3a
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit c10980893443b59c464deb6cd0d66d5be972593f)
|
|
When ASTF suites were introduced,
they already edited [0] actions to avoid explicit stop.
Then a refactor [1] introduced the syntax error,
but as stop never run, we didnot see it as a failure.
Finally another refactor [2] caused the stop to be called again,
exposing the syntax error.
As a related issue, pylint script was not updated to check files
in GPL directory until [3].
[0] https://gerrit.fd.io/r/c/csit/+/28205/8/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-ip4base-h1024-p63-s64512-ndrpdr.robot#84
[1] https://gerrit.fd.io/r/c/csit/+/28208/179/GPL/tools/trex/trex_astf_stop.py#102
[2] https://gerrit.fd.io/r/c/csit/+/32030/37/resources/libraries/robot/performance/performance_utils.robot#518
[3] https://gerrit.fd.io/r/c/csit/+/32504
Change-Id: Ibd20b43cb263170d9f17255ff1bcd20f09c42cb5
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
|
|
Change-Id: Ic6c5d35dc602638b06962fcad30d8517c9553552
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
(cherry picked from commit 1d8887789f98551aac51571b8c4c0c3a18612203)
|
|
Change-Id: I4a73ad112be65cbc3e4774dd722155bab5d28596
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I2f019a083916aec9f7816266f6ad5b92dcc31fa0
(cherry picked from commit d255d2545ee6cdc871bc35314fad72c3c48b225b)
|
|
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I25d8c1b75e51538fc0bc687185b23677dce81c7c
|
|
Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
Reviewed-by: Yulong Pei <yulong.pei@intel.com>
Change-Id: Ie7b9912eacdb60689012936580d3d774f7e470ae
|
|
Change-Id: Ia40cce641e69e8155a6f1ca7e3b0631acf9fb7cb
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Change-Id: I0c973ceffc13f4f3c5f959d56cb0890b87091a82
Signed-off-by: Viliam Luc <viliam.luc@pantheon.tech>
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I710af90aa5474381a82095c8a11ecf6c01c2483b
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ic851dea3b763006b57e1b9c017274d3279b6a1ba
|
|
+ S3 storage driver implementation
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ifafec2afbbeb4cd4724c17208ad7ec40b6cd7c96
|
|
Change-Id: I4061323045f493a89246fd784ae1abf7760216f7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Change-Id: Ie2e735971934d8aeac2d436505c120f09ce67ac7
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
1. Suite steup add download nginx
2. Add nginx-1.14.2/1.15.0 ldp test suite
3. Add NginxUtils,NginxConfigGenerator method
4. Taskset the PID of nginx to the unused cores in VPP and these cores are under NIC's NUMA ID
5. cleanup add Kill Processes - nohup
Signed-off-by: xizhanx <xix.zhang@intel.com>
Change-Id: Idbf0e4ec3bf63e88281a8e3e34f52e00a6801c85
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ie08bd125c0d7b8e47344d34db77526f6714f5c0d
|
|
Change-Id: I6bf95404aafbbb250c7483d1333d2ddee3c01ba7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ib3c8d51ef10c73bee56ce5e440174bbede7e4806
|
|
+ Cleanup vault
+ Add native GC
+ add raid to skx
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I402cb96fb7d1dc0c7d026ae69bf29d84be171269
|
|
There is only one call site (VppCounters.vpp_show_runtime)
which uses a single path ("^/sys/node"),
so we do not need to split the replies anymore.
This simplifies investigating bugs related to VPP stats.
Change-Id: Idfc029c795cd78cf6d41c2f461f7844aed53410d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: If1e659339f0d25ebcaab4388745c62aa0852abb3
|
|
Change-Id: I2607595cf3c41453e18d1989a774df7aa8366fdc
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Change-Id: Iad037e8c921913869db7ed3b8da145e142d14a6c
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Use current stable VPP version as collection label.
Change-Id: I10552ca78f7496ccb94d4f05ff9af17df682acce
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ia81698d423f8545985bc1451080ae02cec91822b
|
|
Csth hange-Id: I960c575841a92687a1272c905bbcc057de4a737e
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Idb1bad40d7bd138f072f84377c4706bfcce19238
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Change-Id: I204fdc3593a3702366727238f2b469d3d4320c2b
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Change-Id: I44fe8f5237da614194576156221562960cccf237
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Change-Id: I1c0235a5a3799627ba759372fa1d3355aa2b7eea
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
+ In some corner cases wrong ansible version can be installed.
Fixing to specific version.
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ia7f1a5644454af0819d06dbac900f69d083ca475
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Id7a7b71461cad40faeca7311679e7eedec2504fe
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I9c228c880c7cfc5b5007c08a5c1aa876594721f8
|
|
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech>
Change-Id: I41b5905bcaab303a74d9985283e469922e5fba94
|
|
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech>
Change-Id: Id111ee8e3113dae00a389ebfbb49628f35bbda6a
|
|
Change-Id: Idc344ba9a83090ab181cf1bc34f2103821bf34b0
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I6acd32a210ab48c96f0dc96827a280794ebf79b0
|