vhost: add vhost interface add/delete/dump API test cases to make test 61/8261/5
authorSteven <sluong@cisco.com>
Wed, 30 Aug 2017 21:36:45 +0000 (14:36 -0700)
committerFlorin Coras <florin.coras@gmail.com>
Sun, 15 Apr 2018 00:15:08 +0000 (00:15 +0000)
commite8fa6209de1bf4f89cd57fcc09dfdc6086b92df9
tree22440005416d6752d367e1acf5c1cee7b309452d
parentfe7d4a2e31529eed5416b38b520fdc84687df03c
vhost: add vhost interface add/delete/dump API test cases to make test

The vhost binary APIs for add/delete/dump interface were available long ago.
But no unit tests were ever added in make test. This patch is to retrofit
the missing unit tests.

Change-Id: I489521b5ae359a1168ac5880a1f13a5f7e93ce4a
Signed-off-by: Steven <sluong@cisco.com>
test/test_vhost.py [new file with mode: 0644]
test/vpp_papi_provider.py
test/vpp_vhost_interface.py [new file with mode: 0644]