mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user