mirror of https://gitee.com/openkylin/libvirt.git
tests: remove duplicated test case in networkxml2firewalltest
Reviewed-by: Laine Stump <laine@laine.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
2deb74f1fe
commit
0367524b4f
|
@ -154,7 +154,6 @@ mymain(void)
|
|||
DO_TEST("nat-no-dhcp");
|
||||
DO_TEST("nat-ipv6");
|
||||
DO_TEST("route-default");
|
||||
DO_TEST("route-default");
|
||||
|
||||
cleanup:
|
||||
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
|
|
Loading…
Reference in New Issue