Age | Commit message (Expand) | Author | Files | Lines |
2021-05-13 | tests: move test source to vpp/test | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -0/+421 |
2021-03-29 | tests: move vxlan tests to src/vnet/vxlan/tests | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -421/+0 |
2021-02-05 | vxlan: add udp-port configuration support | ![](//seccdn.libravatar.org/avatar/f993d46f2383463c99d260be0737579e?s=13&d=retro) Artem Glazychev | 1 | -30/+117 |
2021-01-14 | vxlan: Protect against tunnel config where source is not local | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+48 |
2020-06-08 | vxlan: Fixed checksum caclculation offset | ![](//seccdn.libravatar.org/avatar/ae4f47c21ba0754de4d8ead8a9ac0450?s=13&d=retro) Vladimir Isaev | 1 | -1/+2 |
2020-05-03 | tests: vpp_interface remove deprecated packed properties | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 1 | -10/+6 |
2020-04-10 | geneve: Fix the byte swapping for the VNI | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -2/+4 |
2020-03-16 | vxlan: vxlan/vxlan.api API cleanup | ![](//seccdn.libravatar.org/avatar/b9bd8f8123d0d1fd803e6d292988fda9?s=13&d=retro) Jakub Grajciar | 1 | -52/+66 |
2019-12-14 | tests: changes for scapy 2.4.3 migration | ![](//seccdn.libravatar.org/avatar/bbdeb8b549beb7661e2e83680001710c?s=13&d=retro) snaramre | 1 | -1/+2 |
2019-11-08 | tests: python3 use byte strings in raw() | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 1 | -1/+1 |
2019-11-05 | misc: Fix python scripts shebang line | ![](//seccdn.libravatar.org/avatar/496740fb225b183581e31d9851808879?s=13&d=retro) Renato Botelho do Couto | 1 | -1/+1 |
2019-06-18 | fib: fib api updates | ![](//seccdn.libravatar.org/avatar/02b7237bbe4c85f93c90af26b5a62826?s=13&d=retro) Neale Ranns | 1 | -8/+13 |
2019-04-11 | Tests: Refactor tearDown show command logging, add lifecycle markers. | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 1 | -5/+6 |
2019-04-10 | Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 1 | -0/+4 |
2019-03-12 | Tests: Raise exception, don't raise string. | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 1 | -1/+1 |
2019-03-11 | vpp_papi_provider: Remove more wrapper functions. | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 1 | -35/+30 |
2018-12-10 | Test framework: StringIO fixes for Python3 | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 1 | -18/+2 |
2018-08-17 | VPP-1392: VXLAN fails with IP fragmentation | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 1 | -1/+46 |
2018-06-21 | test:vxlan over ipv6 tests | ![](//seccdn.libravatar.org/avatar/4ae54e830c6c787e7dff4d53577f871c?s=13&d=retro) Eyal Bari | 1 | -1/+5 |
2017-12-13 | make "test-all" target pass again | ![](//seccdn.libravatar.org/avatar/f390e1bd6d3b4c3948237bcb15cd9373?s=13&d=retro) Gabriel Ganne | 1 | -1/+1 |
2017-04-07 | VXLAN/TEST:validate vxlan del reply has valid sw_if_index | ![](//seccdn.libravatar.org/avatar/4ae54e830c6c787e7dff4d53577f871c?s=13&d=retro) Eyal Bari | 1 | -1/+3 |
2017-03-29 | VXLAN:validate mcast encapsulation ip/mac | ![](//seccdn.libravatar.org/avatar/4ae54e830c6c787e7dff4d53577f871c?s=13&d=retro) Eyal Bari | 1 | -3/+9 |
2017-01-25 | test adding and removing shared mcast dst tunnels | ![](//seccdn.libravatar.org/avatar/4ae54e830c6c787e7dff4d53577f871c?s=13&d=retro) Eyal Bari | 1 | -8/+39 |
2017-01-11 | vxlan unit test - minor fixes | ![](//seccdn.libravatar.org/avatar/4ae54e830c6c787e7dff4d53577f871c?s=13&d=retro) Eyal Bari | 1 | -20/+19 |
2017-01-06 | Added basic tests for multicast vxlan tunnels | ![](//seccdn.libravatar.org/avatar/4ae54e830c6c787e7dff4d53577f871c?s=13&d=retro) Eyal Bari | 1 | -14/+107 |
2016-12-13 | make test: Use VXLAN built in scapy 2.3.3 | ![](//seccdn.libravatar.org/avatar/3ba7d1624cae87fed889e7b8e9108c58?s=13&d=retro) Matej Klotton | 1 | -2/+6 |
2016-12-05 | make test: fix missing log/packet messages | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 1 | -2/+1 |
2016-10-26 | refactor test framework | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 1 | -54/+52 |
2016-10-03 | test: new test infrastructure | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -0/+102 |