aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_vhost.py
AgeCommit message (Collapse)AuthorFilesLines
2018-10-05vhost_user: Add test for interface states and eventsJuraj Sloboda1-0/+42
Change-Id: I2c330945bb0b07f649f574a055bfbea455e5d0b3 Signed-off-by: Juraj Sloboda <jsloboda@cisco.com>
2018-04-15vhost: add vhost interface add/delete/dump API test cases to make testSteven1-0/+74
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>