Commit 9262d646 by Thomas Parrott

tests: Adds test for bridge vlan "none" value

parent 8abd9602
......@@ -776,6 +776,11 @@ int main(int argc, char *argv[])
return -1;
}
if (set_get_compare_clear_save_load_network(c, "lxc.net.0.veth.vlan.id", "none", tmpf, false, "veth")) {
lxc_error("%s\n", "lxc.net.0.veth.vlan.id");
return -1;
}
if (set_get_compare_clear_save_load_network(c, "lxc.net.0.veth.vlan.id", "2", tmpf, true, "veth")) {
lxc_error("%s\n", "lxc.net.0.veth.vlan.id");
return -1;
......
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