summaryrefslogtreecommitdiffstats
path: root/test/test_vcl.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-25VCL: add TLS opt to socket_test.shDave Wallace1-2/+2
2019-03-11VPP-1508: Tests: Fix vpp_api struct.error under py3.Paul Vinciguerra1-4/+4
2019-03-06session: use session index instead of fifo for evtFlorin Coras1-31/+2
2019-03-06session: use vpp to switch io events for ct sessionsFlorin Coras1-1/+1
2019-03-04test framework: Fix wrapper functions to match API message names.Ole Troan1-8/+8
2019-02-26make test: Add exception handling around subprocess.Paul Vinciguerra1-1/+20
2019-02-20session: fix local sessions disconnectsFlorin Coras1-1/+2
2019-02-20tls: add vcl testFlorin Coras1-0/+36
2019-02-04VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous Type...Paul Vinciguerra1-2/+106
2018-12-20Tests: Cleanup @skip decorator.Paul Vinciguerra1-8/+8
2018-12-04vcl: test refactor and improvementsFlorin Coras1-264/+81
2018-11-30vcl/test: increase wait time before connectFlorin Coras1-10/+66
2018-11-30vcl: wait for segments with segment handleFlorin Coras1-2/+2
2018-11-29test: use smaller timeouts for vcl/ldp testsFlorin Coras1-18/+18
2018-11-29make test: create virtualenv under /test/Klement Sekera1-1/+1
2018-11-25make test: Fix too wide subprocess exceptionsPaul Vinciguerra1-3/+3
2018-11-20make test: Shorten VCL extended test timesDave Wallace1-73/+72
2018-09-20session/svm: add want_tx_event flag to fifoFlorin Coras1-15/+17
2018-09-06session: support multiple worker bindsFlorin Coras1-57/+59
2018-09-02Switch to cmakeDamjan Marion1-51/+56
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras1-1/+1
2018-06-24Revert "Revert "make test: fix broken interfaces""Klement Sekera1-4/+4
2018-06-22Revert "make test: fix broken interfaces"Ole Troan1-4/+4
2018-06-22make test: fix broken interfacesKlement Sekera1-4/+4
2018-04-12VCL IOEvent external API callbackKeith Burns (alagalah)1-8/+6
2018-03-29ip6: fix ip6-local urpf checkingFlorin Coras1-5/+3
2018-03-29tcp: fix fib index buffer taggingFlorin Coras1-19/+25
2018-03-26VCL: add IPv6 to socket_test.sh and make testDave Wallace1-26/+386
2018-03-15make test: Add VCL iperf3 testsDave Wallace1-36/+102
2018-03-09make test: Force VCL test timeouts to FAIL test.Dave Wallace1-2/+8
2018-03-02make test: VCL extended test casesDave Wallace1-16/+194
2018-03-01make test: Add VCL LD_PRELOAD testsDave Wallace1-76/+117
2018-02-27make test: refactor vcl test casesDave Wallace1-87/+78
2018-02-21make test: Add VCL thru hoststack test case.Dave Wallace1-8/+109
2018-02-19make test: Add VPP VCL cut-thru test.Dave Wallace1-0/+73