]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodedevmdevctltest: Rename mdevctl-list-empty test case
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 24 Aug 2023 07:57:39 +0000 (09:57 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 24 Aug 2023 11:45:06 +0000 (13:45 +0200)
commit857efc74fe0b3ade0ad143a63d1cc7272edffa4c
treeecb834eb98ebcd62e2ad19b37a56a738b887e76a
parent15ce9e888bebe1465bcd376d97274939cbae4942
nodedevmdevctltest: Rename mdevctl-list-empty test case

The mdevctl-list-empty test case is there to test whether an
empty JSON array "[]" is handled correctly by mdevctl handling
code. Well, mdevctl can output both, an empty JSON array or no
output at all.

Therefore, rename "mdevctl-list-empty" test case to
"mdevctl-list-empty-array" which is more descriptive and also
frees up slot for actual empty output (handled in next commits).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Kristina Hanicova <khanicov@redhat.com>
tests/nodedevmdevctldata/mdevctl-list-empty-array.json [moved from tests/nodedevmdevctldata/mdevctl-list-empty.json with 100% similarity]
tests/nodedevmdevctldata/mdevctl-list-empty-array.out.xml [moved from tests/nodedevmdevctldata/mdevctl-list-empty.out.xml with 100% similarity]
tests/nodedevmdevctltest.c