aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-12-12Fix CDP failure in make testLijian.Zhang1-1/+2
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan9-53/+38
2018-12-11Fix typo in sanity test descriptionjuraj.linkes1-1/+1
2018-12-10VOM: vxlan-gbpNeale Ranns1-1/+1
2018-12-10IP-local: any IP can appear as the source (VPP-1522)Neale Ranns1-0/+19
2018-12-10test/framework.py: change logger to return 'e' format.Paul Vinciguerra1-15/+13
2018-12-10Test framework: StringIO fixes for Python3Ole Troan22-124/+117
2018-12-07FIB recusrion loop checks traverse midchain adjacenciesNeale Ranns1-0/+61
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek3-8/+333
2018-12-07Test reader thread hardeningjuraj.linkes1-103/+111
2018-12-06Fix L2BD arp termination Test CasePaul Vinciguerra1-6/+2
2018-12-06Rename VPP_TEST_FAILED_DIR to FAILED_DIRjuraj.linkes1-7/+7
2018-12-06Skip failing ARM testcases for CIjuraj.linkes4-2/+21
2018-12-06Test framework: fix import logic for sphynx.Paul Vinciguerra1-9/+6
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan7-52/+23
2018-12-05VPP-1508: Python3 compatible printPaul Vinciguerra6-24/+23
2018-12-05VPP-1508 python3 tests: xrangePaul Vinciguerra2-31/+34
2018-12-04vcl: test refactor and improvementsFlorin Coras1-264/+81
2018-12-02IPSEC-AH: anti-replay testingNeale Ranns4-30/+111
2018-12-02vppinfra: c11 safe string functionsSteven1-0/+41
2018-11-30Fix L2BD arp termination Test CasePaul Vinciguerra1-3/+7
2018-11-30make test: print TEST= values for failed testsKlement Sekera1-4/+4
2018-11-30GBP: UT more robust for endpoint timeoutNeale Ranns1-16/+17
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-30Tests: Fix traceback.Paul Vinciguerra3-129/+182
2018-11-29GRE: UT uses new pkt send functionsNeale Ranns1-108/+23
2018-11-29make test: verify packet counters in ipsec testsKlement Sekera1-0/+16
2018-11-29Trivial: test_container.pyPaul Vinciguerra1-4/+4
2018-11-29Trivial: test/test_ipip.pyPaul Vinciguerra1-3/+3
2018-11-29GBP: l3-out subnetsNeale Ranns2-12/+360
2018-11-29gbp: Add support for flow hash profileMohsin Kazmi1-59/+158
2018-11-29NAT: syslog - sessions logging (VPP-1139)Matus Fabian1-1/+173
2018-11-29test: use smaller timeouts for vcl/ldp testsFlorin Coras1-18/+18
2018-11-29GRE: fix VRF unit-testsNeale Ranns1-3/+8
2018-11-29VPP-1507: Added binary api to dump configured ip_punt_redirectPavel Kotucek3-23/+89
2018-11-29make test: create virtualenv under /test/Klement Sekera11-73/+79
2018-11-29API: Add support for type aliasesOle Troan1-0/+2
2018-11-28test/remote_test.py: Fix missing importPaul Vinciguerra1-0/+1
2018-11-27VPP-1508 python3 tests: use six.iteritemsPaul Vinciguerra2-6/+8
2018-11-27VPP-1508 python3 tests: .encode('hex')Paul Vinciguerra6-37/+44
2018-11-27VPP-1508 Fix for bug introduced in tests on use of repr.Paul Vinciguerra5-12/+12
2018-11-26Split non-parallel testsuitejuraj.linkes3-26/+40
2018-11-26Python3 tests: Fix asserts.Paul Vinciguerra5-13/+13
2018-11-26Revert "VPP-1508 python3 tests: raw_input"Ole Trøan1-24/+19
2018-11-26 test_fib.py: Remove empty methodsPaul Vinciguerra1-10/+0
2018-11-26VPP-1508 Add support for environment markers.Paul Vinciguerra2-1/+13
2018-11-26VPP-1508 python3 tests locals()Paul Vinciguerra1-2/+3
2018-11-26Fix swapped decorators in VppTestCase.Paul Vinciguerra1-5/+5
2018-11-26VPP-1508 python3 tests: raw_inputPaul Vinciguerra1-19/+24