Commit 5ca374db by Thomas Parrott

tests: Adds test for lxc.net.0.veth.vlan.tagged.id config key

parent 9262d646
......@@ -786,6 +786,11 @@ int main(int argc, char *argv[])
return -1;
}
if (set_get_compare_clear_save_load_network(c, "lxc.net.0.veth.vlan.tagged.id", "2", tmpf, true, "veth")) {
lxc_error("%s\n", "lxc.net.0.veth.vlan.tagged.id");
return -1;
}
if (set_get_compare_clear_save_load(c, "lxc.net.0.script.up", "/some/up/path", tmpf, true)) {
lxc_error("%s\n", "lxc.net.0.script.up");
goto non_test_error;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment