mirror of https://gitee.com/openkylin/libvirt.git
tests: qemumontitorjson: temporarily disable node name detection tests
To simplify the refactoring patches disable the tests. This will allow adding test data later. Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
e3b0eb5b1c
commit
f0cbe201b8
|
@ -2930,9 +2930,9 @@ mymain(void)
|
|||
} while (0)
|
||||
|
||||
DO_TEST_BLOCK_NODE_DETECT("basic", "#block118");
|
||||
DO_TEST_BLOCK_NODE_DETECT("same-backing", "#block170,#block574");
|
||||
DO_TEST_BLOCK_NODE_DETECT("relative", "#block153,#block1177");
|
||||
DO_TEST_BLOCK_NODE_DETECT("gluster", "#block1008");
|
||||
/* DO_TEST_BLOCK_NODE_DETECT("same-backing", "#block170,#block574"); */
|
||||
/* DO_TEST_BLOCK_NODE_DETECT("relative", "#block153,#block1177"); */
|
||||
/* DO_TEST_BLOCK_NODE_DETECT("gluster", "#block1008"); */
|
||||
|
||||
#undef DO_TEST_BLOCK_NODE_DETECT
|
||||
|
||||
|
|
Loading…
Reference in New Issue