summaryrefslogtreecommitdiffstats
path: root/test/framework.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-20VPP-1508 python3 tests: raw_inputPaul Vinciguerra1-3/+9
2018-12-20Tests: Cleanup @skip decorator.Paul Vinciguerra1-4/+12
2018-12-17make test: add option for adding extra vpp configKlement Sekera1-1/+2
2018-12-13VPP-1522: harden reassembly codeKlement Sekera1-9/+12
2018-12-13API: Use string type instead of u8.Ole Troan1-1/+1
2018-12-10test/framework.py: change logger to return 'e' format.Paul Vinciguerra1-15/+13
2018-12-10Test framework: StringIO fixes for Python3Ole Troan1-3/+3
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek1-0/+4
2018-12-06Skip failing ARM testcases for CIjuraj.linkes1-0/+9
2018-11-29make test: create virtualenv under /test/Klement Sekera1-3/+3
2018-11-26Split non-parallel testsuitejuraj.linkes1-6/+26
2018-11-26Revert "VPP-1508 python3 tests: raw_input"Ole Trøan1-24/+19
2018-11-26Fix swapped decorators in VppTestCase.Paul Vinciguerra1-5/+5
2018-11-26VPP-1508 python3 tests: raw_inputPaul Vinciguerra1-19/+24
2018-11-25make test: Fix too wide subprocess exceptionsPaul Vinciguerra1-1/+1
2018-11-23Fix test framework keepalivejuraj.linkes1-2/+1
2018-11-23Fix test logging propagationjuraj.linkes1-0/+1
2018-11-22Revert "Fix instance method call in test/framework.py"Ole Trøan1-6/+9
2018-11-22Fix instance method call in test/framework.pyPaul Vinciguerra1-9/+6
2018-11-19VPP-1498: test/framework.py: AttributeErrorPaul Vinciguerra1-1/+2
2018-11-16VPP-1495: Fix intermittent stat sock test failures.Paul Vinciguerra1-1/+7
2018-11-09Fix logging into multiple filesjuraj.linkes1-5/+4
2018-11-08make test: p2p ethernet refactorKlement Sekera1-1/+13
2018-11-07GBP Endpoint LearningNeale Ranns1-1/+29
2018-10-10Setup, teardown, DEBUG=core, FAILFAST fixesjuraj.linkes1-83/+109
2018-10-10Test 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