summaryrefslogtreecommitdiffstats
path: root/test/test_p2p_ethernet.py
AgeCommit message (Expand)AuthorFilesLines
2019-11-08tests: python3 use byte strings in raw()Ole Troan1-3/+3
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-06-18fib: fib api updatesNeale Ranns1-23/+11
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+12
2019-03-11Tests: use self.assertNotIn().Paul Vinciguerra1-7/+7
2019-03-07VPP-1508: Python3 tests. Explicitly specify string formatting.Paul Vinciguerra1-1/+2
2019-03-04test framework: Fix wrapper functions to match API message names.Ole Troan1-9/+9
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-6/+6
2018-12-10Test framework: StringIO fixes for Python3Ole Troan1-1/+1
2018-12-05VPP-1508: Python3 compatible printPaul Vinciguerra1-1/+2
2018-11-08make test: p2p ethernet refactorKlement Sekera1-22/+2
2018-09-11GBP Endpoint UpdatesNeale Ranns1-1/+2
2018-03-18Remove unnumbered configuration on interface deleteNeale Ranns1-20/+31
2017-12-13make "test-all" target pass againGabriel Ganne1-34/+1
2017-08-08L2 over MPLSNeale Ranns1-8/+8
2017-08-01P2P EthernetPavel Kotucek1-0/+538
top_builddir)/.libs,--whole-archive,-l:libsvm.a,-l:libvppinfra.a,-l:libvlibmemoryclient.a,--no-whole-archive \ -Wl,--version-script=$(srcdir)/vpp-api/client/libvppapiclient.map,-lrt libvppapiclient_la_DEPENDENCIES = libvppinfra.la libvlibmemoryclient.la libsvm.la libvppapiclient_la_CPPFLAGS = nobase_include_HEADERS += vpp-api/client/vppapiclient.h # # Test client # if ENABLE_TESTS noinst_PROGRAMS += vac_test vac_test_SOURCES = vpp-api/client/test.c vac_test_LDADD = \ $(builddir)/libvppapiclient.la \ -lpthread -lm -lrt endif # vi:syntax=automake