aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_quic.py
AgeCommit message (Expand)AuthorFilesLines
2022-11-09tests: initial asf framework refactoring for 'make test'Pratikshya Prasai1-587/+0
2022-09-19tests: skip tests failing on ubuntu 22.04Dave Wallace1-1/+2
2022-06-28session quic: allow custom config of rx mqs seg sizeFlorin Coras1-1/+1
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-98/+136
2022-02-17tests: make tests less make dependentKlement Sekera1-30/+24
2022-01-31tests: make VPP_BUILD_DIR to point to correct dirKlement Sekera1-1/+1
2021-05-13tests: move test source to vpp/testDave Wallace1-0/+554
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace1-248/+0
2019-08-16hsa: Refactor quic_echo to allow other protocolsNathan Skrzypczak1-2/+2
2019-07-09quic: add back missing test timeoutNathan Skrzypczak1-2/+2
2019-06-28quic : Use TX event for app read notificationNathan Skrzypczak1-16/+10
2019-06-27quic: fix testsAloys Augustin1-6/+6
2019-06-25quic: test_quic.py style is fixed.Chore1-15/+49
2019-06-24quic: server create streams test caseDave Wallace1-201/+116
2019-05-22make test: Fix QUIC External apps transfer testDave Wallace1-3/+9
2019-05-17make test: Add QUIC serial transfer testDave Wallace1-2/+38
2019-05-14make test: Add QUIC external echo transfer testDave Wallace1-8/+104
2019-05-09make test: add quic multistream test caseDave Wallace1-40/+118
2019-04-10make test: Initial QUIC testDave Wallace1-0/+89