aboutsummaryrefslogtreecommitdiffstats
path: root/test/framework.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Test FW: Use unittest temp dir as unix runtime dirJakub Grajciar1-7/+8
2018-10-03ipsec: add missing ipv6 ah code & ipv6 testsKlement Sekera1-6/+18
2018-09-28stats: Split stat_segment and stats code in preparation for deprecation.Ole Troan1-1/+1
2018-09-20VPP-1421: Reworked results gatheringjuraj.linkes1-9/+23
2018-09-06Fix test summary and retriesjuraj.linkes1-2/+2
2018-09-05STATS: Update Prometheus portOle Troan1-1/+1
2018-09-02STATS: Python binding to access VPP statistics and counters.Ole Troan1-1/+5
2018-08-30Fix hanging test runner when child process diesjuraj.linkes1-2/+12
2018-08-25Fix logging to file and summary for crashed testsjuraj.linkes1-0/+2
2018-08-23CSIT-1139: Implement parallel test executionjuraj.linkes1-132/+72
2018-07-24Create a unit-test pluginDave Barach1-1/+2
2018-07-24test frame work pump thread exit: set flag then wakeNeale Ranns1-2/+2
2018-07-09IGMP improvementsNeale Ranns1-2/+3
2018-06-25make test: fix RETRIES when setUpClass throwsKlement Sekera1-1/+21
2018-06-24Revert "Revert "make test: fix broken interfaces""Klement Sekera1-6/+4
2018-06-24Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums""Klement Sekera1-5/+14
2018-06-22Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums"Ole Troan1-14/+5
2018-06-22Revert "make test: fix broken interfaces"Ole Troan1-4/+6
2018-06-22make test: fix broken interfacesKlement Sekera1-6/+4
2018-06-21ipsec: VPP-1316 calculate IP/TCP/UDP inner checksumsKlement Sekera1-5/+14
2018-05-16make test: unify packet checksum verificationsKlement Sekera1-0/+85
2018-04-17Add logging supportDamjan Marion1-0/+1
2018-03-24make test: fix DEBUG=gdb/gdbserver optionsKlement Sekera1-4/+3
2018-03-23make test: code cleanupKlement Sekera1-49/+25
2018-03-21reassembly: feature/concurrencyKlement Sekera1-0/+4
2018-03-14make test: early core detection, code cleanupKlement Sekera1-8/+5
2018-02-27make test: refactor vcl test casesDave Wallace1-2/+3
2018-02-22make test: tidy worker subprocess outputKlement Sekera1-1/+1
2018-02-19make test: Add VPP VCL cut-thru test.Dave Wallace1-0/+2
2018-02-17make test: add test framework debuggingKlement Sekera1-0/+9
2018-02-14make-test: use api custom-dump to reduce log size.Dave Wallace1-1/+1
2018-02-02make test: use random seedKlement Sekera1-1/+1
2018-02-01IPv4/6 reassemblyKlement Sekera1-7/+15
2018-01-09test: consolidate the multiple versions of send_and_*Neale Ranns1-0/+19
2017-11-10make test: fix logic for CACHE_OUTPUT optionKlement Sekera1-1/+1
2017-11-10make test: automatically seed random generatorKlement Sekera1-10/+34
2017-11-06make test: add CACHE_OUTPUT optionKlement Sekera1-0/+12
2017-11-01VPP Object Model (VOM)Neale Ranns1-0/+30
2017-10-10make test: add RETRIES optionKlement Sekera1-12/+39
2017-10-03make test: Copy api_post_mortem.$$ file tmp test dir for archiving.Dave Wallace1-5/+5
2017-09-30make test: Create link to failed test dir on timeout.Dave Wallace1-1/+1
2017-09-29make test: fix/disable VAPI tests on centosKlement Sekera1-0/+9
2017-08-17make test: collect symlinks to failed testsKlement Sekera1-1/+21
2017-08-12make test: fix broken DEBUG=gdb* optionsKlement Sekera1-2/+6
2017-08-10make test: detect hung testsKlement Sekera1-2/+40
2017-07-18make test: improve console output messagesKlement Sekera1-3/+3
2017-06-07make test: improve debugabilityKlement Sekera1-1/+2
2017-04-20make test: improve bfd reliabilityKlement Sekera1-1/+11
2017-04-12make test: don't rely on cPython GC to close fdsKlement Sekera1-8/+9
2017-04-10make test: automatic "vpp finishes startup" checkKlement Sekera1-13/+28