Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-25
VCL: add TLS opt to socket_test.sh
Dave Wallace
2
-5
/
+5
2019-03-25
IPSEC tests fnd fix or Extended Sequence Numbers
Neale Ranns
3
-29
/
+264
2019-03-22
IPSEC: test for packet drop on sequence number wrap
Neale Ranns
1
-0
/
+16
2019-03-22
tests: update test_lb.py to use api call lb_conf.
Paul Vinciguerra
2
-4
/
+6
2019-03-21
BVI Interface
Neale Ranns
4
-32
/
+69
2019-03-21
IPSEC: Mutli-tunnel tests
Neale Ranns
5
-56
/
+215
2019-03-21
ipsec: add ipv6 support for ipsec tunnel interface
Kingwel Xie
4
-38
/
+92
2019-03-20
tests: cdp plugin. Replace cdp enable cli command with API call.
Paul Vinciguerra
1
-3
/
+3
2019-03-20
tests: replace CLI command with API for flowprobe params.
Paul Vinciguerra
1
-3
/
+5
2019-03-19
Revert "tests: Deprecate the use of CLI commands in tests."
Neale Ranns
2
-6
/
+1
2019-03-18
tests: Speedup tests by 30%.
Paul Vinciguerra
1
-0
/
+1
2019-03-18
Tests: Trivial. Define constants once.
Paul Vinciguerra
1
-4
/
+1
2019-03-18
tests: Deprecate the use of CLI commands in tests.
Paul Vinciguerra
2
-1
/
+6
2019-03-15
Revert "API: Cleanup APIs interface.api"
Ole Trøan
13
-139
/
+125
2019-03-15
API: Cleanup APIs interface.api
Jakub Grajciar
13
-125
/
+139
2019-03-15
Add @deprecated decorator.
Paul Vinciguerra
1
-0
/
+1
2019-03-14
Tests: test/test_flowprobe.py Fix TypeError.
Paul Vinciguerra
1
-1
/
+1
2019-03-14
acl-plugin: fix the l2l3 unittest to actually verify the pcap
Andrew Yourtchenko
1
-4
/
+3
2019-03-14
TEST: link-state up/down notifications on FIB forwarding
Neale Ranns
2
-1
/
+90
2019-03-14
GBP: get source address from ARP packets for LPM classification
Neale Ranns
1
-0
/
+10
2019-03-13
Tests: post-merge review comments for https://gerrit.fd.io/r/#/c/18081/
Paul Vinciguerra
1
-2
/
+3
2019-03-12
Tests: Raise exception, don't raise string.
Paul Vinciguerra
4
-4
/
+4
2019-03-12
GBP: L3 out fixes
Neale Ranns
2
-34
/
+131
2019-03-12
FIB: path parsing, table-id not fib-index (VPP-1586)
Neale Ranns
2
-7
/
+33
2019-03-12
GBP: contracts API fixed length of allowed ethertypes
Neale Ranns
1
-1
/
+4
2019-03-12
VPP-1486: Unittest for stat segment file descriptor leak.
Paul Vinciguerra
1
-0
/
+41
2019-03-11
vpp_papi_provider: Remove more wrapper functions.
Ole Troan
36
-783
/
+409
2019-03-11
VPP-1508: Tests: Fix vpp_api struct.error under py3.
Paul Vinciguerra
15
-87
/
+122
2019-03-11
VPP-1508: Use scapy.compat to manage packet level library differences.
Paul Vinciguerra
27
-193
/
+261
2019-03-11
Tests: fix time.sleep(0) # yield. Reduce sleep related log messages.
Paul Vinciguerra
4
-8
/
+21
2019-03-11
Tests: remote_test.py. Private member test catching dunder names.
Paul Vinciguerra
1
-9
/
+14
2019-03-11
Tests: use self.assertNotIn().
Paul Vinciguerra
13
-35
/
+35
2019-03-11
Tests: 'Fix' __del__ in test/remote_test.py.
Paul Vinciguerra
1
-4
/
+6
2019-03-11
Test: Fix hook.py: AttributeError
Paul Vinciguerra
1
-1
/
+1
2019-03-07
Tests: Refactor payload_to_info()
Paul Vinciguerra
22
-32
/
+34
2019-03-07
VPP-1508: Python3 tests. Explicitly specify string formatting.
Paul Vinciguerra
11
-27
/
+29
2019-03-07
VPP-1508: test_acl_plugin vapi changes for Python3.
Paul Vinciguerra
2
-51
/
+51
2019-03-07
vpp_papi: Adjust aenum import for python3.
Paul Vinciguerra
1
-0
/
+1
2019-03-07
make-test: Python pep8 compliance for sequences
Naveen Joy
1
-13
/
+13
2019-03-06
test framework: vpp_papi_provider.py - further cleanup
Ole Troan
15
-1272
/
+416
2019-03-06
session: use session index instead of fifo for evt
Florin Coras
1
-31
/
+2
2019-03-06
session: use vpp to switch io events for ct sessions
Florin Coras
1
-1
/
+1
2019-03-06
GBP: use sclass in the DP for policy
Neale Ranns
2
-83
/
+73
2019-03-06
Tests: Example duplicate code refactoring.
Paul Vinciguerra
1
-273
/
+243
2019-03-06
GBP: learn from ARP and L2 packets
Neale Ranns
2
-11
/
+111
2019-03-05
Test: vpp_papi_provider. __getattr__
Paul Vinciguerra
1
-4
/
+8
2019-03-05
GBP: per-group EP retention policy
Neale Ranns
2
-45
/
+38
2019-03-04
test framework: Fix wrapper functions to match API message names.
Ole Troan
18
-297
/
+237
2019-03-04
test framework: add factory function and default parameters
Ole Troan
4
-89
/
+59
2019-03-01
Tests: Trivial fox use of 'is'.
Paul Vinciguerra
2
-2
/
+2
[next]