]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: consistently name virsh tests with 'virsh-' prefix
authorCole Robinson <crobinso@redhat.com>
Thu, 21 Apr 2016 15:30:55 +0000 (11:30 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 21 Apr 2016 22:14:07 +0000 (18:14 -0400)
tests/Makefile.am
tests/virsh-cpuset [moved from tests/cpuset with 100% similarity]
tests/virsh-define-dev-segfault [moved from tests/define-dev-segfault with 100% similarity]
tests/virsh-int-overflow [moved from tests/int-overflow with 100% similarity]
tests/virsh-read-bufsiz [moved from tests/read-bufsiz with 100% similarity]
tests/virsh-read-non-seekable [moved from tests/read-non-seekable with 100% similarity]
tests/virsh-start [moved from tests/start with 100% similarity]
tests/virsh-vcpupin [moved from tests/vcpupin with 100% similarity]

index b32435d2f344e3811cea0a67c6e17db9aee174bc..edf7b22c430d9e741968744e5b113a1c72c7b3ce 100644 (file)
@@ -368,22 +368,22 @@ test_scripts = \
        secretschematest
 
 libvirtd_test_scripts =                \
-       test_conf.sh                    \
-       cpuset                          \
-       define-dev-segfault             \
-       int-overflow                    \
        libvirtd-fail                   \
        libvirtd-pool                   \
-       read-bufsiz                     \
-       read-non-seekable               \
-       start                           \
-       virsh-uriprecedence             \
-       vcpupin                         \
+       test_conf.sh                    \
        virsh-all                       \
+       virsh-cpuset                    \
+       virsh-define-dev-segfault       \
+       virsh-int-overflow              \
        virsh-optparse                  \
+       virsh-read-bufsiz               \
+       virsh-read-non-seekable         \
        virsh-schedinfo                 \
+       virsh-start                     \
        virsh-synopsis                  \
        virsh-undefine                  \
+       virsh-uriprecedence             \
+       virsh-vcpupin                   \
        $(NULL)
 
 if WITH_LIBVIRTD
similarity index 100%
rename from tests/cpuset
rename to tests/virsh-cpuset
similarity index 100%
rename from tests/int-overflow
rename to tests/virsh-int-overflow
similarity index 100%
rename from tests/read-bufsiz
rename to tests/virsh-read-bufsiz
similarity index 100%
rename from tests/start
rename to tests/virsh-start
similarity index 100%
rename from tests/vcpupin
rename to tests/virsh-vcpupin