summaryrefslogtreecommitdiffstats
path: root/src/vpp-api/python
AgeCommit message (Expand)AuthorFilesLines
2019-03-22vppapigen: allow for enum size other than u32Andrew Yourtchenko1-3/+5
2019-03-20vpp_papi: Expose the list of field attributes to the client.Paul Vinciguerra1-0/+1
2019-03-19vpp_papi: specify encoding for .encode()/.decode()Paul Vinciguerra3-9/+10
2019-03-07vpp_papi: Adjust aenum import for python3.Paul Vinciguerra2-4/+11
2019-03-07API: Add python2.7 support for enum flags via aenumOle Troan2-4/+8
2019-03-04test framework: add factory function and default parametersOle Troan1-0/+2
2019-02-28vpp_papi.py: Change VppEnum from explicit metaclass to metaclass wrapper/deco...Paul Vinciguerra1-4/+11
2019-02-26vpp-papi: Only install enum34 for python<=3.4.Paul Vinciguerra1-14/+17
2019-01-17cmake: initial cross-compilation supportDamjan Marion1-1/+0
2019-01-06vpp-api: Add context to VPPStatsIOError.Paul Vinciguerra1-3/+25
2018-12-28vpp_papi: MACAddress equals fails in unittest.Paul Vinciguerra2-0/+21
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan4-3/+67
2018-12-13API: Use string type instead of u8.Ole Troan3-17/+80
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan4-220/+266
2018-12-10Python API: Use services to determine stream RPCOle Troan1-4/+11
2018-12-10Test framework: StringIO fixes for Python3Ole Troan1-2/+7
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan3-13/+32
2018-11-29vpp_papi: Add custom exceptions.Paul Vinciguerra6-54/+121
2018-11-29vpp_papi: Fix: raise NotImplemented.Paul Vinciguerra1-1/+1
2018-11-29API: Add support for type aliasesOle Troan2-3/+22
2018-11-29VPP-1508: vpp_transport_socket.py fix importPaul Vinciguerra1-1/+4
2018-11-28vpp_papi: Reserved keywords.Paul Vinciguerra2-3/+3
2018-11-28vpp_papi: Use new style classes.Paul Vinciguerra6-13/+13
2018-11-22stat_client issues while running parallel tests.Paul Vinciguerra1-9/+48
2018-11-05Provide return value for PAPI disconnect()Igor Mikhailov (imichail)2-1/+3
2018-11-05Alter logging semantics for VPP PAPI objectIgor Mikhailov (imichail)1-1/+1
2018-10-22PAPI: Add support for format/unformat functions.Ole Troan5-12/+247
2018-10-18PAPI: Expose API enums to tests / applicationsOle Troan2-16/+43
2018-10-16PAPI: Add bool type support in vppapigen.Ole Troan1-0/+2
2018-10-16PAPI: Add timeout support for socket transportOle Troan1-3/+6
2018-10-02PAPI: Use UNIX domain sockets instead of shared memoryOle Troan4-110/+331
2018-09-27IPIP and IPv6 fragmentationOle Troan1-1/+2
2018-09-18STATS: Optimistic concurrency handling in Python library.Ole Troan1-4/+24
2018-09-18STATS: Add Python 3 support to vpp_stats.py.Ole Troan2-4/+4
2018-09-17STATS: Dynamically mapped shared memory segmentOle Troan1-31/+27
2018-09-07PAPI: Unpack embedded types with variable length arrays.Ole Troan3-36/+97
2018-09-02STATS: Python binding to access VPP statistics and counters.Ole Troan1-0/+161
2018-09-02Switch to cmakeDamjan Marion1-23/+0
2018-08-30cmake: a bit of packaging workDamjan Marion1-0/+1
2018-08-28cmake: add python apiDamjan Marion1-0/+32
2018-08-23CSIT-1139: Implement parallel test executionjuraj.linkes1-1/+1
2018-08-09PAPI: Python 3.7 uses async keyword.Ole Troan1-11/+11
2018-08-07PAPI: Move unit tests to fix packaging issues.Ole Troan3-2/+2
2018-08-03PAPI: Union pad at the end of short fields instead of at head.Ole Troan4-9/+7
2018-07-19PAPI: Remove logging calls from pack/unpackOle Troan1-18/+0
2018-07-18vpp-api: improve naming for easier debuggingKlement Sekera1-2/+2
2018-06-22Python API: Add enum and union support.Ole Troan10-1030/+677
2018-06-18Revert "Python API: Add enum and union support."Ole Trøan5-542/+309
2018-06-17Python API: Add enum and union support.Ole Troan5-309/+542
2018-06-06Alter logging semantics for VPP PAPI objectIan Wells1-2/+11