tests: fix memif tests 12/20312/2
authorJakub Grajciar <jgrajcia@cisco.com>
Tue, 25 Jun 2019 08:22:11 +0000 (10:22 +0200)
committerPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 26 Jun 2019 10:10:05 +0000 (10:10 +0000)
commit7db35de508f4ce1f04eb7e28e454829c66f7635a
tree6d2e0446ff0f1bd1dcf62830fd012bbb48efc4cb
parentb1edf37bd58e90c6175ec9994b3ad4f6b9ed2de4
tests: fix memif tests

remote_test.py - Remove 'ret' arg from _remote_exec(), so that the function
                 always reads the reply from the pipe. (fix unmatched request/reply)

memif_test.py - Don't register VppIpRoute to VppObjectRegistry.

Type: fix

Change-Id: I8a51e7ffd68df5f379534f5ddd5ec9367a89be32
Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com>
test/remote_test.py
test/test_memif.py