Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
3b0d7e42f65eaf8d84cfe26e2e9f5244c554b934
/
test
3b0d7e4
Revert "API: Cleanup APIs interface.api"
by Ole Trøan
· 6 years ago
e63325e
API: Cleanup APIs interface.api
by Jakub Grajciar
· 6 years ago
4ba4edd
Add @deprecated decorator.
by Paul Vinciguerra
· 6 years ago
e3a0e6e
Tests: test/test_flowprobe.py Fix TypeError.
by Paul Vinciguerra
· 6 years ago
e5468b3
acl-plugin: fix the l2l3 unittest to actually verify the pcap
by Andrew Yourtchenko
· 6 years ago
6348074
TEST: link-state up/down notifications on FIB forwarding
by Neale Ranns
· 6 years ago
4c2bff0
GBP: get source address from ARP packets for LPM classification
by Neale Ranns
· 6 years ago
22364e4
Tests: post-merge review comments for https://gerrit.fd.io/r/#/c/18081/
by Paul Vinciguerra
· 6 years ago
c599c6f
Tests: Raise exception, don't raise string.
by Paul Vinciguerra
· 6 years ago
36abbf1
GBP: L3 out fixes
by Neale Ranns
· 6 years ago
f726f53
FIB: path parsing, table-id not fib-index (VPP-1586)
by Neale Ranns
· 6 years ago
fa0ac2c
GBP: contracts API fixed length of allowed ethertypes
by Neale Ranns
· 6 years ago
5995482
VPP-1486: Unittest for stat segment file descriptor leak.
by Paul Vinciguerra
· 6 years ago
a5b2eec
vpp_papi_provider: Remove more wrapper functions.
by Ole Troan
· 6 years ago
22ab6f7
VPP-1508: Tests: Fix vpp_api struct.error under py3.
by Paul Vinciguerra
· 6 years ago
a7427ec
VPP-1508: Use scapy.compat to manage packet level library differences.
by Paul Vinciguerra
· 6 years ago
0f6602c
Tests: fix time.sleep(0) # yield. Reduce sleep related log messages.
by Paul Vinciguerra
· 6 years ago
d3a9be2
Tests: remote_test.py. Private member test catching dunder names.
by Paul Vinciguerra
· 6 years ago
9a6dafd
Tests: use self.assertNotIn().
by Paul Vinciguerra
· 6 years ago
f70cead
Tests: 'Fix' __del__ in test/remote_test.py.
by Paul Vinciguerra
· 6 years ago
a1bfb3a
Test: Fix hook.py: AttributeError
by Paul Vinciguerra
· 6 years ago
eaea421
Tests: Refactor payload_to_info()
by Paul Vinciguerra
· 6 years ago
ea2450f
VPP-1508: Python3 tests. Explicitly specify string formatting.
by Paul Vinciguerra
· 6 years ago
4a4cea0
VPP-1508: test_acl_plugin vapi changes for Python3.
by Paul Vinciguerra
· 6 years ago
42bdba8
vpp_papi: Adjust aenum import for python3.
by Paul Vinciguerra
· 6 years ago
2cbf2fb
make-test: Python pep8 compliance for sequences
by Naveen Joy
· 6 years ago
9a47537
test framework: vpp_papi_provider.py - further cleanup
by Ole Troan
· 6 years ago
c0737e9
session: use session index instead of fifo for evt
by Florin Coras
· 6 years ago
653e43f
session: use vpp to switch io events for ct sessions
by Florin Coras
· 6 years ago
4ba6772
GBP: use sclass in the DP for policy
by Neale Ranns
· 6 years ago
6955595
Tests: Example duplicate code refactoring.
by Paul Vinciguerra
· 6 years ago
8da9fc6
GBP: learn from ARP and L2 packets
by Neale Ranns
· 6 years ago
7ab9970
Test: vpp_papi_provider. __getattr__
by Paul Vinciguerra
· 6 years ago
32f6d8e
GBP: per-group EP retention policy
by Neale Ranns
· 6 years ago
e1ade68
test framework: Fix wrapper functions to match API message names.
by Ole Troan
· 6 years ago
f159f58
test framework: add factory function and default parameters
by Ole Troan
· 6 years ago
beded85
Tests: Trivial fox use of 'is'.
by Paul Vinciguerra
· 6 years ago
a279d9c
Tests: Remove all wildcard imports.
by Paul Vinciguerra
· 6 years ago
e8fece8
Tests: Refactor duplicated code.
by Paul Vinciguerra
· 6 years ago
5ad273a
test/vpp_ip_route.py: Trivial. Remove duplicate key.
by Paul Vinciguerra
· 6 years ago
05e1882
Remove unused imports from hooks
by Naveen Joy
· 6 years ago
53f526b
TEST: IPSEC NAT-T with UDP header
by Neale Ranns
· 6 years ago
34931eb
NAT44: active-passive HA (VPP-1571)
by Matus Fabian
· 6 years ago
3bce8eb
VPP-1508 Python3 abstract classes
by Paul Vinciguerra
· 6 years ago
d73dbd2
make test: Stop downloading pip.
by Paul Vinciguerra
· 6 years ago
38a4ec7
make test: Add exception handling around subprocess.
by Paul Vinciguerra
· 6 years ago
1e18eb2
VPP-1508 python tests: unicode
by Paul Vinciguerra
· 6 years ago
0b1f8a7
Remote Test: fix serialization (dict, Enum)
by Jakub Grajciar
· 6 years ago
5637e65
VOM: De-template the ACL code.
by Neale Ranns
· 6 years ago
5332200
VOM: fix tests and namespacify l2_vtr
by Neale Ranns
· 6 years ago
eb41443
TESTS: refactor framework send_and_expect.
by Paul Vinciguerra
· 6 years ago
51a423d
session: fix local sessions disconnects
by Florin Coras
· 6 years ago
2cc29a5
make test-doc: Clean up import errors.
by Paul Vinciguerra
· 6 years ago
8a14061
tls: add vcl test
by Florin Coras
· 6 years ago
cae98b7
reassembly: fix buffer usage counter
by Klement Sekera
· 6 years ago
4e633e1
VPP-1504: Remove JVPP
by Michal Cmarada
· 6 years ago
eba31ec
IPSEC: move SA counters into the stats segment
by Neale Ranns
· 6 years ago
593635d
make test: make test-ext working again
by Klement Sekera
· 6 years ago
6fef74a
VOM: neighbour API flags
by Neale Ranns
· 6 years ago
8d7c502
IPSEC: no second lookup after tunnel encap
by Neale Ranns
· 6 years ago
a09c1ff
IPSEC: SPD counters in the stats sgement
by Neale Ranns
· 6 years ago
8d991d9
VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous TypeErrors.
by Paul Vinciguerra
· 6 years ago
895e2f8
Fix inheritance problem in test/hook.py.
by Paul Vinciguerra
· 6 years ago
9e31595
VTL: Fix issue with ipaddress library use under python2.
by Paul Vinciguerra
· 6 years ago
0ede47a
make test: fix logging
by Klement Sekera
· 6 years ago
17dcec0
IPSEC: API modernisation
by Neale Ranns
· 6 years ago
64abeec
VTL: Makefile: Don't install pip twice.
by Paul Vinciguerra
· 6 years ago
f6e9b01
DHCP-test: more robust sleep check
by Neale Ranns
· 6 years ago
3702930
Use IP and MAC API types for neighbors
by Neale Ranns
· 6 years ago
776e46d
VTL: Fix pep8 test/test_syslog.py
by Paul Vinciguerra
· 6 years ago
bf61395
make test: remove generic imports
by Klement Sekera
· 6 years ago
311124e
IPSEC: tests use opbject registry
by Neale Ranns
· 6 years ago
8e4a89b
IPSEC Tests: to per-test setup and tearDown
by Neale Ranns
· 6 years ago
7425f92
IP route local and connected
by Neale Ranns
· 6 years ago
31df49c
VTL: Test against latest version of syslog_rfc5424_parser.
by Paul Vinciguerra
· 6 years ago
879d11c
GBP: Sclass to src-epg conversions
by Neale Ranns
· 6 years ago
1ec06ff
VTL: VppTestResult: Must implement empty constructor.
by Paul Vinciguerra
· 6 years ago
a0d82d6
VTL: test/lisp.py Fix recursion error.
by Paul Vinciguerra
· 6 years ago
6d9e045
VTL: test/lisp.py. Add missing method: object_id().
by Paul Vinciguerra
· 6 years ago
b951ad8
Simplify test/util.py:ppp.
by Paul Vinciguerra
· 6 years ago
9889402
VTL: Add **kwargs to VppTestRunner constructor.
by Paul Vinciguerra
· 6 years ago
8467919
VTL: Fix sphinx doc generation.
by Paul Vinciguerra
· 6 years ago
5011c67
VTL: Use latest version of syslog_rfc5424_parser (0.2.0) released: 190117
by Paul Vinciguerra
· 6 years ago
d753209
VTL: Don't swallow exceptions from syslog_rfc5424_parser
by Paul Vinciguerra
· 6 years ago
4fbc41a
VTL: Move doc generation and linting to python3.
by Paul Vinciguerra
· 6 years ago
d91fa61
make test: raise packet tracing limit to 1000
by Klement Sekera
· 6 years ago
04575c5
VTL: vpp_papi_provider: Don't shortcircuit vpp_papi jasonfile detection.
by Paul Vinciguerra
· 6 years ago
dd3c5d2
VTL: Allow running simple unittest.TestCases.
by Paul Vinciguerra
· 6 years ago
262e064
VTL: New version of pyparsing breaks tests.
by Paul Vinciguerra
· 6 years ago
ad9d528
bonding: support custom interface IDs
by Alexander Chernavin
· 6 years ago
46e8e91
Fix interactive tests
by juraj.linkes
· 6 years ago
6ad7231
VOM: IP route ECMP support
by Neale Ranns
· 6 years ago
45db885
ARP/ND: copy opaque2 persistent fields to new packet
by Neale Ranns
· 6 years ago
e33cab3
Enable random reassembly test for ARM
by juraj.linkes
· 6 years ago
23c9a2e
Enable GBP tests for ARM
by juraj.linkes
· 6 years ago
f076963
test/vpp_papi_provider.py: Fix simple copy/paste error.
by Paul Vinciguerra
· 6 years ago
8aeb220
test framework. Remove unused code.
by Paul Vinciguerra
· 6 years ago
7c03ed4
VOM: mroutes
by Neale Ranns
· 6 years ago
3c6f104
VPP-1508: Python3: Support simultaneous p2/p3 venvs.
by Paul Vinciguerra
· 6 years ago
4a7cbcd
Revert "add ipsecmb plugin"
by Florin Coras
· 6 years ago
Next »