Age | Commit message (Expand) | Author | Files | Lines |
2018-12-07 | FIB recusrion loop checks traverse midchain adjacencies |  Neale Ranns | 1 | -0/+61 |
2018-12-07 | VPP-1506: dump local punts and registered punt sockets |  Pavel Kotucek | 3 | -8/+333 |
2018-12-07 | Test reader thread hardening |  juraj.linkes | 1 | -103/+111 |
2018-12-06 | Fix L2BD arp termination Test Case |  Paul Vinciguerra | 1 | -6/+2 |
2018-12-06 | Rename VPP_TEST_FAILED_DIR to FAILED_DIR |  juraj.linkes | 1 | -7/+7 |
2018-12-06 | Skip failing ARM testcases for CI |  juraj.linkes | 4 | -2/+21 |
2018-12-06 | Test framework: fix import logic for sphynx. |  Paul Vinciguerra | 1 | -9/+6 |
2018-12-06 | API: Change ip4_address and ip6_address to use type alias. |  Ole Troan | 7 | -52/+23 |
2018-12-05 | VPP-1508: Python3 compatible print |  Paul Vinciguerra | 6 | -24/+23 |
2018-12-05 | VPP-1508 python3 tests: xrange |  Paul Vinciguerra | 2 | -31/+34 |
2018-12-04 | vcl: test refactor and improvements |  Florin Coras | 1 | -264/+81 |
2018-12-02 | IPSEC-AH: anti-replay testing |  Neale Ranns | 4 | -30/+111 |
2018-12-02 | vppinfra: c11 safe string functions |  Steven | 1 | -0/+41 |
2018-11-30 | Fix L2BD arp termination Test Case |  Paul Vinciguerra | 1 | -3/+7 |
2018-11-30 | make test: print TEST= values for failed tests |  Klement Sekera | 1 | -4/+4 |
2018-11-30 | GBP: UT more robust for endpoint timeout |  Neale Ranns | 1 | -16/+17 |
2018-11-30 | vcl/test: increase wait time before connect |  Florin Coras | 1 | -10/+66 |
2018-11-30 | vcl: wait for segments with segment handle |  Florin Coras | 1 | -2/+2 |
2018-11-30 | Tests: Fix traceback. |  Paul Vinciguerra | 3 | -129/+182 |
2018-11-29 | GRE: UT uses new pkt send functions |  Neale Ranns | 1 | -108/+23 |
2018-11-29 | make test: verify packet counters in ipsec tests |  Klement Sekera | 1 | -0/+16 |
2018-11-29 | Trivial: test_container.py |  Paul Vinciguerra | 1 | -4/+4 |
2018-11-29 | Trivial: test/test_ipip.py |  Paul Vinciguerra | 1 | -3/+3 |
2018-11-29 | GBP: l3-out subnets |  Neale Ranns | 2 | -12/+360 |
2018-11-29 | gbp: Add support for flow hash profile |  Mohsin Kazmi | 1 | -59/+158 |
2018-11-29 | NAT: syslog - sessions logging (VPP-1139) |  Matus Fabian | 1 | -1/+173 |
2018-11-29 | test: use smaller timeouts for vcl/ldp tests |  Florin Coras | 1 | -18/+18 |
2018-11-29 | GRE: fix VRF unit-tests |  Neale Ranns | 1 | -3/+8 |
2018-11-29 | VPP-1507: Added binary api to dump configured ip_punt_redirect |  Pavel Kotucek | 3 | -23/+89 |
2018-11-29 | make test: create virtualenv under /test/ |  Klement Sekera | 11 | -73/+79 |
2018-11-29 | API: Add support for type aliases |  Ole Troan | 1 | -0/+2 |
2018-11-28 | test/remote_test.py: Fix missing import |  Paul Vinciguerra | 1 | -0/+1 |
2018-11-27 | VPP-1508 python3 tests: use six.iteritems |  Paul Vinciguerra | 2 | -6/+8 |
2018-11-27 | VPP-1508 python3 tests: .encode('hex') |  Paul Vinciguerra | 6 | -37/+44 |
2018-11-27 | VPP-1508 Fix for bug introduced in tests on use of repr. |  Paul Vinciguerra | 5 | -12/+12 |
2018-11-26 | Split non-parallel testsuite |  juraj.linkes | 3 | -26/+40 |
2018-11-26 | Python3 tests: Fix asserts. |  Paul Vinciguerra | 5 | -13/+13 |
2018-11-26 | Revert "VPP-1508 python3 tests: raw_input" |  Ole Trøan | 1 | -24/+19 |
2018-11-26 | test_fib.py: Remove empty methods |  Paul Vinciguerra | 1 | -10/+0 |
2018-11-26 | VPP-1508 Add support for environment markers. |  Paul Vinciguerra | 2 | -1/+13 |
2018-11-26 | VPP-1508 python3 tests locals() |  Paul Vinciguerra | 1 | -2/+3 |
2018-11-26 | Fix swapped decorators in VppTestCase. |  Paul Vinciguerra | 1 | -5/+5 |
2018-11-26 | VPP-1508 python3 tests: raw_input |  Paul Vinciguerra | 1 | -19/+24 |
2018-11-25 | VPP-1508 python3 tests: python3 repr. |  Paul Vinciguerra | 5 | -20/+34 |
2018-11-25 | make test: Fix too wide subprocess exceptions |  Paul Vinciguerra | 3 | -5/+5 |
2018-11-25 | Fix typo in test/test_acl_plugin_conns.py |  Paul Vinciguerra | 1 | -5/+5 |
2018-11-25 | Fix Typo: test/test_mtu.py |  Paul Vinciguerra | 1 | -3/+3 |
2018-11-24 | VPP-1505 VPP-1508 Remove dep.: py_lispnetworking |  Paul Vinciguerra | 3 | -11/+24 |
2018-11-23 | make test: remove test-ext, fix test*-all targets |  Klement Sekera | 1 | -5/+4 |
2018-11-23 | Fix test framework keepalive |  juraj.linkes | 1 | -2/+1 |