tests: consistently name virsh tests with 'virsh-' prefix

This commit is contained in:
Cole Robinson 2016-04-21 11:30:55 -04:00
parent af9d6b1c8c
commit 6cf52a2ffd
8 changed files with 9 additions and 9 deletions

View File

@ -368,22 +368,22 @@ test_scripts = \
secretschematest secretschematest
libvirtd_test_scripts = \ libvirtd_test_scripts = \
test_conf.sh \
cpuset \
define-dev-segfault \
int-overflow \
libvirtd-fail \ libvirtd-fail \
libvirtd-pool \ libvirtd-pool \
read-bufsiz \ test_conf.sh \
read-non-seekable \
start \
virsh-uriprecedence \
vcpupin \
virsh-all \ virsh-all \
virsh-cpuset \
virsh-define-dev-segfault \
virsh-int-overflow \
virsh-optparse \ virsh-optparse \
virsh-read-bufsiz \
virsh-read-non-seekable \
virsh-schedinfo \ virsh-schedinfo \
virsh-start \
virsh-synopsis \ virsh-synopsis \
virsh-undefine \ virsh-undefine \
virsh-uriprecedence \
virsh-vcpupin \
$(NULL) $(NULL)
if WITH_LIBVIRTD if WITH_LIBVIRTD