diff mbox series

[6/7] tests: Remove redundant lxc test

Message ID 5cac0b104fec38c5ef2fe0884b0707234cc76665.1532467269.git.crobinso@redhat.com
State Accepted
Commit 031363cbde31fd732fb83dc2264caeb469effc42
Headers show
Series conf: Replace SKIP_OSTYPE with SKIP_VALIDATE | expand

Commit Message

Cole Robinson July 24, 2018, 9:23 p.m. UTC
This test was added in 2d40e2da7ba to ensure LXC domains could be
defined correctly when caps probing was skipped due to SKIP_OSTYPE.
However we do caps probing unconditionally now, so this test case
is redundant

Signed-off-by: Cole Robinson <crobinso@redhat.com>

---
 tests/lxcxml2xmltest.c | 2 --
 1 file changed, 2 deletions(-)

-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
diff mbox series

Patch

diff --git a/tests/lxcxml2xmltest.c b/tests/lxcxml2xmltest.c
index 3b96862c62..5dbeb0b2eb 100644
--- a/tests/lxcxml2xmltest.c
+++ b/tests/lxcxml2xmltest.c
@@ -96,8 +96,6 @@  mymain(void)
     DO_TEST("sharenet");
     DO_TEST("ethernet");
     DO_TEST("ethernet-hostip");
-    DO_TEST_FULL("filesystem-root", 0, false,
-                 VIR_DOMAIN_DEF_PARSE_SKIP_OSTYPE_CHECKS);
     DO_TEST("initenv");
     DO_TEST("initdir");
     DO_TEST("inituser");