summaryrefslogtreecommitdiffstats
path: root/test/framework.py
AgeCommit message (Expand)AuthorFilesLines
2019-11-18tests: support setting random seedKlement Sekera1-1/+3
2019-11-18tests: decode worker stdout/stderr outputDave Wallace1-2/+2
2019-11-15tests: DEBUG=gdb[server]-all to debug worker(s)Dave Wallace1-13/+70
2019-11-05tests: make RA tests run on VPP timeAndrew Yourtchenko1-0/+14
2019-10-29tests: add PID of VPP under test to API dump filename for the testAndrew Yourtchenko1-1/+2
2019-10-27tests: make pg_start() wait until pg completesAndrew Yourtchenko1-19/+13
2019-10-27tests: log error which happens during connect and wait longer for stats socketAndrew Yourtchenko1-2/+3
2019-09-28tests: fix centos detectionKlement Sekera1-1/+1
2019-09-25ip: reassembly: send packet out on correct workerKlement Sekera1-1/+4
2019-07-31tests: Split IPSec ESP into parameterized tests per engineNeale Ranns1-2/+0
2019-07-28pg: add GSO supportMohsin Kazmi1-2/+2
2019-07-14tests: fix error in VppDiedError exceptionPaul Vinciguerra1-2/+2
2019-07-09tests: remove unused class attribute in VppTestCasePaul Vinciguerra1-1/+0
2019-07-09tests: treat all truthy env vars the same wayPaul Vinciguerra1-8/+27
2019-07-09vppinfra: allocate bihash virtual space on demandDave Barach1-0/+1
2019-07-03tests: Have worker return immediately on bad executablePaul Vinciguerra1-1/+10
2019-06-28tests: handle TypeErrors in calls to VppDiedErrorPaul Vinciguerra1-5/+4
2019-06-25tests: if vpp is dead, specify the test name in the outputPaul Vinciguerra1-3/+15
2019-06-24tests: refactor VppDiedError.Paul Vinciguerra1-7/+27
2019-06-20tests: add sudo to gdb commandsPaul Vinciguerra1-2/+3
2019-06-07tests: framework gracefully handle 'VppTransportShmemIOError'Paul Vinciguerra1-12/+17
2019-05-29make test: fix packet counter assertKlement Sekera1-15/+11
2019-05-22stats: support multiple works for error countersOle Troan1-0/+5
2019-05-20reassembly: prevent long chain attackKlement Sekera1-0/+13
2019-05-09add mactime plugin unit / code coverage testsDave Barach1-0/+4
2019-05-07make test: add python3 compatibility in extend_packetAlexandre Poirrier1-2/+2
2019-05-06make test: Fix truncated core fileDave Wallace1-0/+23
2019-05-06gcov / test framework: sigterm not sigkillDave Barach1-1/+1
2019-04-23API: Python and Unix domain socket improvementOle Troan1-2/+5
2019-04-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra1-3/+13
2019-04-10API: Fix shared memory only action handlers.Ole Troan1-0/+1
2019-03-29IPSEC: tunnel fragmentationNeale Ranns1-2/+4
2019-03-21BVI InterfaceNeale Ranns1-0/+15
2019-03-13Tests: post-merge review comments for https://gerrit.fd.io/r/#/c/18081/Paul Vinciguerra1-2/+3
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-6/+14
2019-03-11Tests: fix time.sleep(0) # yield. Reduce sleep related log messages.Paul Vinciguerra1-2/+15
2019-03-07Tests: Refactor payload_to_info()Paul Vinciguerra1-3/+5
2019-03-07VPP-1508: Python3 tests. Explicitly specify string formatting.Paul Vinciguerra1-1/+1
2019-02-26make test: Add exception handling around subprocess.Paul Vinciguerra1-1/+10
2019-02-20TESTS: refactor framework send_and_expect.Paul Vinciguerra1-11/+8
2019-02-04VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous Type...Paul Vinciguerra1-0/+3
2019-01-31make test: fix loggingKlement Sekera1-1/+1
2019-01-22VTL: VppTestResult: Must implement empty constructor.Paul Vinciguerra1-1/+2
2019-01-21VTL: Add **kwargs to VppTestRunner constructor.Paul Vinciguerra1-2/+2
2019-01-16make test: raise packet tracing limit to 1000Klement Sekera1-2/+2
2019-01-14VTL: Allow running simple unittest.TestCases.Paul Vinciguerra1-11/+13
2019-01-09test framework. Remove unused code.Paul Vinciguerra1-14/+3
2018-12-21Revert "tests: Rework vpp config generation."Ole Troan1-23/+27
2018-12-21Python Tests: Make VppTestCase unit testable.Paul Vinciguerra1-0/+5
2018-12-21tests: Rework vpp config generation.Paul Vinciguerra1-27/+23