aboutsummaryrefslogtreecommitdiffstats
path: root/adapter/mock
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Change module name to go.fd.io/govppHEADv0.6.0-alphamasterNathan Skrzypczak2-5/+5
2021-05-05statsclient: allow index as patternVladimir Lavor1-3/+10
2020-12-03Fixed incorrect message error in the stream APIVladimir Lavor1-11/+17
2020-09-02fixed data race in mock vpp adapterSergey Elantsev1-1/+4
2020-07-17Improve binapi generatorOndrej Fabry1-30/+56
2019-10-03Optimizations for statsclientOndrej Fabry1-6/+24
2019-09-09add MockClearReplyHandlers() api for mock vpp adapterRavi Raju1-0/+10
2019-02-07Mock VPP adapter nitbrecode1-1/+1
2019-01-15added mock adapter for new VPP statsVladimir Lavor2-0/+61
2018-10-22Introduce StatsAPI and it's initial implementationOndrej Fabry1-3/+3
2018-08-24Simplify subscribing to events and fix eventsOndrej Fabry1-6/+5
2018-08-22Show VPPApiError value always and remove RegisterBinAPITypes for mock adapterOndrej Fabry1-27/+23
2018-08-16Refactor GoVPPOndrej Fabry1-16/+14
2018-07-06make api.Channel as interfaceVladimir Lavor1-14/+13
2018-06-27mock adapter: Group all replies for one request under one call to MockReplyMilan Lenco1-43/+78
2018-06-26Pair requests with replies using sequence numbersMilan Lenco1-17/+56
2018-03-23Support mocking reply for more multi requests at onceOndrej Fabry1-5/+4
2018-03-23Make global vars part of mock adapterOndrej Fabry1-34/+43
2018-01-04Merge "Mock Adapter: Switch back to handlers once the queue is empty."Rastislav Szabo1-0/+5
2017-12-13Remove map usage via pointersOndrej Fabry1-9/+9
2017-12-04Fix events for mock adapterOndrej Fabry1-23/+10
2017-11-30Removes unnecessary returned func from WaitReadyOndrej Fabry1-2/+2
2017-11-28Add WaitReady to VppAdapterOndrej Fabry1-0/+5
2017-11-15Mock Adapter: Switch back to handlers once the queue is empty.Milan Lenco1-0/+5
2017-06-09Fix name of fieldsLukas Macko1-5/+5
2017-05-25added async connect API, new structure of examplesRastislav Szabo2-4/+4
2017-05-22fixed golint issuesRastislav Szabo2-64/+71
2017-05-17multiple small fixesRastislav Szabo1-4/+11
2017-05-04changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.gitRastislav Szabo1-3/+3
2017-05-04fixed import pathsRastislav Szabo1-3/+3
2017-05-04initial commitRastislav Szabo2-0/+376