aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-23Move reservation directory to TG node.rls1804Vratko Polak1-10/+14
Testing has showed SSH access to DUT affects performance. Downside: No support for non-Linux TGs. Complication: After merge there might be conflicts with older jobs, including jobs for other branches. Change-Id: Icefddc5a9ca8f4d830460e53a82bb45231f7222e Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit e4091a25520e8cf1c62254df74b7ccf57f2ce1c7)
2018-06-01HC Tests: disable failing ACL ODL tests (HC2VPP-337)Marek Gradzki1-0/+18
Change-Id: I1fa3e3876bcc0b4f5e9908cb4f6920d49eb6dd45 Signed-off-by: Marek Gradzki <mgradzki@cisco.com> (cherry picked from commit aea0a78dd1b090010b6b1262b82a34a2d107a85b)
2018-05-23Add defaultbranch to .gitreviewVratko Polak1-1/+1
Without having different values in different branches, "git review" has trouble contributing to non-master branches. Here is a console output of what happens without this: vrpolak@ds:~$ git clone ssh://vrpolak@gerrit.fd.io:29418/csit.git Cloning into 'csit'... remote: Counting objects: 2135, done remote: Finding sources: 100% (20/20) remote: Total 21750 (delta 0), reused 21734 (delta 0) Receiving objects: 100% (21750/21750), 11.43 MiB | 1.05 MiB/s, done. Resolving deltas: 100% (11295/11295), done. vrpolak@ds:~$ cd csit vrpolak@ds:~/csit$ git checkout rls1804 Branch rls1804 set up to track remote branch rls1804 from origin. Switched to a new branch 'rls1804' vrpolak@ds:~/csit$ git review -s Creating a git remote called "gerrit" that maps to: ssh://vrpolak@gerrit.fd.io:29418/csit.git vrpolak@ds:~/csit$ touch DELETE_ME.txt vrpolak@ds:~/csit$ git add DELETE_ME.txt vrpolak@ds:~/csit$ git commit -sm'DO_NOT_MERGE: git review test' [rls1804 0ba9aa3e] DO_NOT_MERGE: git review test 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 DELETE_ME.txt vrpolak@ds:~/csit$ git review -y Errors running git rebase -p -i remotes/gerrit/master error: could not apply 39ce5d87... Set correct paths to vpp stable/1804 and use vpp stable/1804 builds When you have resolved this problem, run "git rebase --continue". If you prefer to skip this patch, run "git rebase --skip" instead. To check out the original branch and stop rebasing, run "git rebase --abort". Could not pick 39ce5d87070867c5a906e2a2ed8a683f975289f4 It is likely that your change has a merge conflict. You may resolve it in the working tree now as described above and then run 'git review' again, or if you do not want to resolve it yet (note that the change can not merge until the conflict is resolved) you may run 'git rebase --abort' then 'git review -R' to upload the change without rebasing. vrpolak@ds:~/csit$ And here is console output of what happens with this Change: vrpolak@ds:~$ git clone ssh://vrpolak@gerrit.fd.io:29418/csit.git Cloning into 'csit'... remote: Counting objects: 1805, done remote: Finding sources: 100% (6/6) remote: Total 21736 (delta 0), reused 21732 (delta 0) Receiving objects: 100% (21736/21736), 11.41 MiB | 871.00 KiB/s, done. Resolving deltas: 100% (11295/11295), done. vrpolak@ds:~$ cd csit vrpolak@ds:~/csit$ git checkout rls1804 Branch rls1804 set up to track remote branch rls1804 from origin. Switched to a new branch 'rls1804' vrpolak@ds:~/csit$ git review -s Creating a git remote called "gerrit" that maps to: ssh://vrpolak@gerrit.fd.io:29418/csit.git vrpolak@ds:~/csit$ git fetch https://gerrit.fd.io/r/csit refs/changes/91/12491/3 && git cherry-pick FETCH_HEAD remote: Counting objects: 1808, done remote: Finding sources: 100% (3/3) remote: Total 3 (delta 1), reused 3 (delta 1) Unpacking objects: 100% (3/3), done. From https://gerrit.fd.io/r/csit * branch refs/changes/91/12491/3 -> FETCH_HEAD [rls1804 09a05f6a] Add defaultbranch to .gitreview Date: Wed May 9 12:04:04 2018 +0200 1 file changed, 1 insertion(+), 1 deletion(-) vrpolak@ds:~/csit$ touch DELETE_ME.txt vrpolak@ds:~/csit$ git add DELETE_ME.txt vrpolak@ds:~/csit$ git commit -sm'DO_NOT_MERGE: git review test' [rls1804 595f4afa] DO_NOT_MERGE: git review test 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 DELETE_ME.txt vrpolak@ds:~/csit$ git review -y remote: Processing changes: new: 1, updated: 1, refs: 2, done remote: (W) No changes between prior commit 9146b22 and new commit 09a05f6 remote: remote: New Changes: remote: https://gerrit.fd.io/r/12699 DO_NOT_MERGE: git review test remote: remote: remote: Updated Changes: remote: https://gerrit.fd.io/r/12491 Add defaultbranch to .gitreview remote: To ssh://gerrit.fd.io:29418/csit.git * [new branch] HEAD -> refs/publish/rls1804 vrpolak@ds:~/csit$ Change-Id: I4a6797a8646c26bdae49eb4fcc9dbd463b97ab7b Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2018-05-22CSIT-986: Improve formatting of MDR documentationVratko Polak1-95/+95
Change-Id: I1a67deea51b7ffdc7730a52b56f57baa64747d7f Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2018-05-18CSIT-986: MDR rst documentationVratko Polak9-0/+23639
+ Introduction. + Phases description. + Comparison tables. + Graphs. Change-Id: Iec5143770677c733070fb0444a1a7d898f1eb04e Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 359e7958d2041f3ddff901eb2ed5caa8beb20354)
2018-05-17HC tests: archive ODL logs (CSIT-1031)Marek Gradzki6-9/+74
Change-Id: I444a5d6cd32cb9ee68575dfdb5a208de2c4eb72a Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-05-17CSIT-992: Fix intermediate phases MDR parameterVratko Polak3-14/+21
Also add TODOs and improve comments. Change-Id: I50bd652c83c272c3f7662dd487ab617be2b7de08 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2018-05-17CSIT-992: Give MDR parameters official namesVratko Polak5-118/+131
Change-Id: I1da9a64fb06e015f2b2a0aacb46a53d70349b4b6 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2018-05-17HC tests: archive JOB artifacts to logs.fd.ioMarek Gradzki5-26/+65
Change-Id: I305c9fd0b5653cc749716a8e700fb4c75a9252a6 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-05-17HC Tests: fix CPU layout retrieval in the HC perf jobMarek Gradzki1-0/+1
Change-Id: Id99e41a28d01e41d6fb51190d4ab86b667f828af Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-05-14CSIT-1078: Optimize input data files download and processingTibor Frank13-2917/+14
Change-Id: I973238d98d549555c0d43c91f9fd96a9209065ac Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 9964155b56020914494f7341c2d1162f2ac9d720)
2018-05-14CSIT-1078: Optimize input data files download and processingTibor Frank1-2/+2
Change-Id: I3fa3c09bc485416e6d2be02fac296d83da16e0d7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-05-14CSIT-1078: Optimize input data files download and processingTibor Frank10-451/+256
Change-Id: Id1b0af996c4b77878621cfc8c262795f51e537fc Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-05-10CSIT-992: Shorten MDR search test messageVratko Polak1-9/+6
Change-Id: I79c78d4d8ca1611a287bd117e480c4317d27e287 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2018-05-10CSIT-992: Add two suites using optimized searchVratko Polak4-0/+321
+ Add 10ge2p1x520-ethip4-ip4base-ndrpdr.robot + Add 10ge2p1x520-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr.robot + Make sure both IMIX and 9000B test cases are there. + Document NDRPDR test tag. + Execute some of NDRPDR tests daily. Change-Id: I66427d49cb6b8304fde4e8d91606de33b624186a Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2018-05-10CSIT-992: Add libraries for optimized searchVratko Polak10-29/+1087
+ Place the libraries into resources/libraries/python/search/. + Except OptimizedTrexSearch in TrafficGenerator.py + Change traffic generator to support floats for duration and warmup. + Remove explicit type conversions where not needed. + Add robot keywords to performance_utils.robot + for calling the optimized search. + for reporting the resulting values. + for checking the minimal performance has been reached. + for running five second "Traffic should pass with no loss" after the search. - Add methodology documentation in subsequent Change. - Add simulator for testing algorithm correctness in a subsequent Change. - Add tests using the libraries in subsequent Change. Change-Id: Ia041008382ee4c9a562172099aea794c854d5f2f Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2018-05-09Report: Data sourcesTibor Frank1-2/+2
Change-Id: I6c81d52c0b16ae487ab54e89d9bebf1709ff6735 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 7577a3ff000ba4c61394bc49754a257fbb3d31ef)
2018-05-09Report: Data sourcesTibor Frank2-4/+23
Change-Id: I7b3b3451c71cf6912b760660f2af9856c576ecca Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 9b0de32a2b0f50f725bf635cc8cf302e9411f46c)
2018-05-09Report 1804: VPP functional test framework changes - centosJan Gelety1-0/+5
Change-Id: I9ada32945c87cb2bb6ef4fd1ef6e5c1cb54f6f32 Signed-off-by: Jan Gelety <jgelety@cisco.com> (cherry picked from commit 012fe403da2baa031d96e536ba4694a8420a0ea6)
2018-05-09Report: remove grepsTibor Frank30-1328/+220
Change-Id: I57fee701a99bcdb4f523011fa774c42ecdacdde4 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4fbf1ec2d535d322725d395c369b6c9f7222c8dd)
2018-05-09Report: Fix grepsTibor Frank7-21/+21
Change-Id: I450d5e9fa1cbd4a40caec68f3fc4674f744f1168 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 8443891dd9915ed3439b0045c0e47935606d5e61)
2018-05-08rls1804 report: align methodology section with csit master.Maciek Konstantynowicz3-262/+294
Change-Id: I29899b04ab2806c7d6a418defdcad2651a966c9b Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2018-05-07FIX: Small inconsistencies in report sectionsPeter Mikus5-13/+11
Change-Id: I0c27300678414bd3baecccd8e51ca0dc15af73d5 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-05-06Add data point to reportPeter Mikus1-22/+22
- MRR Sel, Perf FULL 4 Change-Id: Idc016488fd656726e54d6dbd661dd877d481fd59 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 313946ec3f85d6fc880a80fbc44ddfe03c8eb2fc)
2018-05-06trending docs: fixed maths formulas format again.Maciek Konstantynowicz1-25/+25
Change-Id: Ia9031e720bddf783a26d25de1ed189bf3b09312f Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 9cb1c051788f2c4cba2e880ec39c142cf688a657)
2018-05-06report: perf rls notes formatting fixesMaciek Konstantynowicz1-20/+20
Change-Id: I075528061822206d17b83cc4b1d475419c4084f9 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 995f2727d6306ad05e8ea089632a552ebbf23b21)
2018-05-06trending docs: fixed tables and maths formulas.Maciek Konstantynowicz1-118/+143
Change-Id: Iad93e7a57655835ee1a75664f142d3fd362f5313 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2018-05-05Report: func rls_notes formatting fixes.Maciek Konstantynowicz1-9/+9
Change-Id: Ib138227a02335c67513bdb85ceb6200d1dcc9eff Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 7e4f0d535fff543b9ec1ef550f3d6bb6068a8160)
2018-05-05Report: perf rls_notes formatting fixes.Maciek Konstantynowicz1-47/+45
Change-Id: I9f9ba3c59ab007d687f4e268ce91b046b731c850 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit e82babd2345f1c499278b71a891b23ddb002ec87)
2018-05-05Report: SRv6 to TSATibor Frank3-2/+132
Change-Id: I23d7080db24ef579ad53420cbe1bacd10f2db873 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 23a620dd663d58e433e62dc417f4f053ae599e88)
2018-05-05Report: Add SRv6, fix grepsTibor Frank10-313/+399
Change-Id: I55fea325dbc54bc6f2f2e42f0b6166d68f2e7300 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 01b9a636f84ad3b03e2845abd4ebf1a258705b55)
2018-05-04Report: data, figures descTibor Frank1-1/+1
Change-Id: I720376c377940a3497da8c33e7ee1f909d293fd4 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit f0ef4dcb6aa7f1157e5b6f2909dde6b89789be14)
2018-05-04Report 1804: Centos func testsJan Gelety4-14/+114
Change-Id: Ifc6febd239c0c3c5e2c29e26992120c2d6d1b0b4 Signed-off-by: Jan Gelety <jgelety@cisco.com> (cherry picked from commit b6ad49a75bf83ddcc89ea92fd9b1dc2fdbb61ae5)
2018-05-04Report: data, figures descTibor Frank8-75/+78
Change-Id: I6751b6ae833610456e1dea938d5262c28b93439d Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit f56e629f1628f938b2a6e1bf27a74375ca3839cf)
2018-05-04Update L2 perf graph sectionPeter Mikus1-16/+20
Change-Id: Iaeff80bd9454e99a97b2d8aeb13450ac06f650ae Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit d520749e07fe534ff278b3713cc5032368bb32fc)
2018-05-04Report: Add TSA plotsTibor Frank8-408/+1228
Change-Id: Ibb8da96518848fef2fc5b0002a84391dea81c573 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4bfd1dcd604dac12d1dd00ba63c0d5e4170a1f2b)
2018-05-04FIX: Add default uio driver to perf __init__.robot fileJan Gelety1-0/+2
Change-Id: Ib231a8d4bf8ac082250e788c7cae53cd8bb368f3 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-05-04Report rls notes: added ref to trending docs.Maciek Konstantynowicz1-4/+22
Change-Id: I4690a4e5f9ca9ba34d3f51b2b2068e9007558839 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 202f199be94d87144384f3ea9c6d50e9766b0d73)
2018-05-04Update release note for rls1804 reportPeter Mikus2-25/+17
Change-Id: I3e80997ace8073edc90f662f6393bd62005fc815 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit ceb7c2545cda1bc7fe3d4bf35cdf75253efe8c6d)
2018-05-04Report: Data, plots, datetimeTibor Frank7-183/+454
Change-Id: I941fd53fdfc35a88562689dacd08aa2ec28429fa Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-05-04FIX: TCP perf testsTibor Frank3-2/+31
Change-Id: I59ad8ef70fc2bedce14b52359922a002f960ab7a Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 2005c286222ebb1456a6dbe41fdca6dbfeb361f6)
2018-05-03Report: Add time to the timestampTibor Frank1-4/+4
Change-Id: I323517fbac177ef31861be747feeb81968d2b330 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit b3d9cf247f3de5558b0a8e42b63178dc1924ee73)
2018-05-03Report: Add time to the timestampTibor Frank1-2/+2
Change-Id: I5d48fb578195d584c3d51a2b8e0d9770ffe82182 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 7da4d5715a7d777562f8d524d075d2b08451af83)
2018-05-03Report: Add time to the timestampTibor Frank1-1/+1
Change-Id: I1343e84353230329362848d1389ae41b169d2791 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 9c593381a09b1911419e1a67b6af17eb7d801308)
2018-05-03Report: Add time to the timestampTibor Frank1-1/+1
Change-Id: I72379462b31455a03f461598cd4b0084b52c4b3e Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 886bf3329c7027ded79ec0b59184f1fcb047130d)
2018-05-03Report: dataTibor Frank1-27/+32
- ligato Change-Id: I4c54d57e3364fa7cad63d7019e6daed8b6ef885b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 15c597db37ffdc4477916344357af1145d4f28eb)
2018-05-03Report 1804: SRv6 and func part updateJan Gelety3-51/+118
Change-Id: I3091299269c84ba2a7487cf5a5e8145df26e78e4 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-05-03Report: dataTibor Frank3-6/+69
Change-Id: I5330c643a3c8ec4115287bf341af1d07175b4e79 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 3acc992d8774e1b65c1e6d8c7147a204c1af6436)
2018-05-03Trending: ignore list for the dashboardTibor Frank1-3/+3
Change-Id: I93e09bd7655a39d1e873cc8c54032469be9cd573 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 49a8905978a65910a2fb75f04de29b3dd77f825a)
2018-05-02Report: Add MRR detailed resultsTibor Frank1-1/+1
Change-Id: Ia0a12da56b7873b3ec9f8555609828b71addccd0 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 255db8b62f4623f25c91333d3592d2f411a6ef8a)