aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-10-27VPP-1033: Python API support arbitrary sized input parameters.Ole Troan5-12/+47
2017-10-11make test: Copy api_post_mortem.$$ file tmp test dir for archiving. (VPP-1011)Dave Wallace2-7/+13
2017-10-06make test: Create link to failed test dir on timeout. (VPP-1011)Dave Wallace2-1/+7
2017-10-05make test: archive failed test data with build logs. (VPP-1011)Dave Wallace2-17/+32
2017-10-02L2-FIB:add mac learn events testEyal Bari2-0/+27
2017-09-27acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it.Andrew Yourtchenko2-1/+40
2017-09-27make test: clean ext binaries when doing test-wipeKlement Sekera1-0/+1
2017-09-26make test: don't recompile ext if not neededKlement Sekera1-4/+4
2017-09-26jvpp: lowering verbosity level for jvpp testsMatej Perina2-56/+55
2017-09-26acl-plugin: test: move the API calls to vpp_papi_provider.pyAndrew Yourtchenko4-152/+79
2017-09-25Refactor multi-host socket_test.sh for bare-metal.Dave Wallace1-18/+51
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari2-2/+72
2017-09-19Add C++ APIKlement Sekera5-17/+701
2017-09-19Add new C APIKlement Sekera5-6/+1261
2017-09-19ACL plugin enable macip for ip4/ip6 trafficPavel Kotucek1-81/+200
2017-09-18L2BD,ARP-TERM:fix arp query report mechanism+testEyal Bari2-6/+88
2017-09-17Add multi-vm Vagrantfile for vcl-test.Dave Wallace1-3/+10
2017-09-13Add a name to the creation of an IP and MPLS tableNeale Ranns1-2/+2
2017-09-12ACL-plugin add "replace" semantics for adding a new MacIP aclPavel Kotucek2-24/+114
2017-09-11FIB table add/delete APINeale Ranns12-35/+367
2017-09-10NAT: fixed hairpinning for in2out translation as an output feature (VPP-976)Matus Fabian1-5/+14
2017-09-08ACL-plugin MACIP ACLs testsPavel Kotucek3-1/+816
2017-09-08Fix socket_test.sh vagrant based multi-host tests.Dave Wallace1-125/+281
2017-09-07test: factor out "L4_Conn" into a class within util.py (VPP-931)Andrew Yourtchenko2-50/+68
2017-09-07acl-plugin: match index set to first portrange element if non-first portrange...Andrew Yourtchenko1-0/+191
2017-09-07make test: disable L2BD Multi-instance test 5Florin Coras1-1/+2
2017-09-06NAT: Destination NAT44 with load-balancing (VPP-954)Matus Fabian2-0/+131
2017-08-31Improvements to socket_test.sh scriptKeith Burns (alagalah)1-8/+8
2017-08-25make test: separate test discovery codeKlement Sekera2-34/+68
2017-08-25jvpp: introducing callback api and future api tests for all plugins (VPP-591)Matej Perina2-0/+136
2017-08-23NAT: Rename snat plugin to nat (VPP-955)Matus Fabian2-536/+525
2017-08-22SRv6 testsKris Michielsen4-0/+2538
2017-08-21PPPoE usses a midchain adjacency stack on an interface-tx DPONeale Ranns1-1/+2
2017-08-18make test: fix broken passing of return valueKlement Sekera2-5/+6
2017-08-17Fix socket_test.sh to run iperf3 in docker.Dave Wallace1-16/+31
2017-08-17make test: collect symlinks to failed testsKlement Sekera3-2/+48
2017-08-16SNAT: Make proto optional in nat64_bib_dump (VPP-942)Matus Fabian2-20/+8
2017-08-16NAT64: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884)Matus Fabian1-18/+37
2017-08-15Support proxy ARP on mirrored TAP interfacesNeale Ranns2-0/+70
2017-08-14SNAT: fix overlapping address space testMatus Fabian1-2/+2
2017-08-14Fix VCL LD_PRELOAD lib location in socket_test.shDave Wallace1-9/+16
2017-08-14make test: properly handle ctrl-cKlement Sekera3-3/+36
2017-08-12make test: fix broken DEBUG=gdb* optionsKlement Sekera2-44/+56
2017-08-11Dedicated SW Interface EventNeale Ranns1-7/+2
2017-08-11Add VPP Communications Library (VCL)Dave Wallace1-0/+637
2017-08-10make test: bump default test timeout to 10 minutesKlement Sekera1-1/+1
2017-08-10make test: detect hung testsKlement Sekera6-29/+148
2017-08-10acl-plugin: all TCP sessions treated as transient (VPP-932)Andrew Yourtchenko1-10/+140
2017-08-09Add PPPoE PluginHongjun Ni3-0/+710
2017-08-08L2 over MPLSNeale Ranns9-112/+331