aboutsummaryrefslogtreecommitdiffstats
path: root/test/remote_test.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-03tests: refactor asf framework codeDave Wallace1-0/+430
2022-11-09tests: initial asf framework refactoring for 'make test'Pratikshya Prasai1-431/+0
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-73/+70
2021-11-02build: remove unnecessary executable bitsRay Kinsella1-0/+0
2021-08-13tests docs: upgrade python packagesDave Wallace1-35/+45
2020-12-07tests: py2 cleanup - remove subclassing of objectPaul Vinciguerra1-2/+2
2020-12-03tests: remove py2/py3 six compatability libraryPaul Vinciguerra1-5/+4
2020-12-03tests: remove aenum libraryPaul Vinciguerra1-4/+1
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-15tests: python3 version check for enum modulesnaramre1-1/+5
2019-09-09memif: API cleanupJakub Grajciar1-1/+3
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar1-5/+4
2019-06-26tests: fix memif testsJakub Grajciar1-9/+5
2019-06-18fib: fib api updatesNeale Ranns1-7/+15
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+4
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-1/+1
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-11/+4
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-4/+11
2019-03-11Tests: remote_test.py. Private member test catching dunder names.Paul Vinciguerra1-9/+14
2019-03-11Tests: 'Fix' __del__ in test/remote_test.py.Paul Vinciguerra1-4/+6
2019-02-25Remote Test: fix serialization (dict, Enum)Jakub Grajciar1-0/+24
2018-11-28test/remote_test.py: Fix missing importPaul Vinciguerra1-0/+1
2018-11-27VPP-1508 python3 tests: use six.iteritemsPaul Vinciguerra1-1/+1
2018-11-27VPP-1508 Fix for bug introduced in tests on use of repr.Paul Vinciguerra1-3/+3
2018-11-25VPP-1508 python3 tests: python3 repr.Paul Vinciguerra1-4/+7
2018-09-27memif: Memif Test CaseJakub Grajciar1-0/+380