mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virnetworkportxml2xmltest: Add simple versions of bridge/network tests
Add versions stripping vlans and bandwidth setup so that they can be used in qemuxml2argvtest for interfaces which don't support the above. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -81,11 +81,13 @@ mymain(void)
|
||||
|
||||
DO_TEST("plug-none");
|
||||
DO_TEST("plug-bridge");
|
||||
DO_TEST("plug-bridge-basic");
|
||||
DO_TEST("plug-bridge-mactbl");
|
||||
DO_TEST("plug-direct");
|
||||
DO_TEST("plug-hostdev-pci");
|
||||
DO_TEST("plug-hostdev-pci-unmanaged");
|
||||
DO_TEST("plug-network");
|
||||
DO_TEST("plug-network-basic");
|
||||
|
||||
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user