Allow custom metadata in network configuration XML

This replicates the metadata field found in the domain configuration
    and adds it to the network configuration XML.
This commit is contained in:
Brandon Bennett
2016-06-22 16:05:50 -06:00
committed by Laine Stump
parent b874f26b8b
commit 47a0866bce
9 changed files with 98 additions and 23 deletions

View File

@@ -153,6 +153,7 @@ mymain(void)
DO_TEST("host-bridge-no-flood");
DO_TEST_PARSE_ERROR("hostdev-duplicate");
DO_TEST_PARSE_ERROR("passthrough-duplicate");
DO_TEST("metadata");
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
}