mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 04:25:19 +00:00
tests: rename test_conf -> virconftest
And confdata to virconfdata, since 'conf' can mean a few different things in libvirt
This commit is contained in:
parent
6cf52a2ffd
commit
4839822faf
2
cfg.mk
2
cfg.mk
@ -1179,7 +1179,7 @@ exclude_file_name_regexp--sc_prohibit_close = \
|
|||||||
(\.p[yl]$$|\.spec\.in$$|^docs/|^(src/util/virfile\.c|src/libvirt-stream\.c|tests/vir.+mock\.c)$$)
|
(\.p[yl]$$|\.spec\.in$$|^docs/|^(src/util/virfile\.c|src/libvirt-stream\.c|tests/vir.+mock\.c)$$)
|
||||||
|
|
||||||
exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
|
exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
|
||||||
(^tests/(qemuhelp|nodeinfo|virpcitest)data/|\.diff|tests/confdata/no-newline\.conf$$)
|
(^tests/(qemuhelp|nodeinfo|virpcitest)data/|\.diff|tests/virconfdata/no-newline\.conf$$)
|
||||||
|
|
||||||
_src2=src/(util/vircommand|libvirt|lxc/lxc_controller|locking/lock_daemon|logging/log_daemon)
|
_src2=src/(util/vircommand|libvirt|lxc/lxc_controller|locking/lock_daemon|logging/log_daemon)
|
||||||
exclude_file_name_regexp--sc_prohibit_fork_wrappers = \
|
exclude_file_name_regexp--sc_prohibit_fork_wrappers = \
|
||||||
|
@ -81,7 +81,6 @@ EXTRA_DIST = \
|
|||||||
capabilityschemadata \
|
capabilityschemadata \
|
||||||
capabilityschematest \
|
capabilityschematest \
|
||||||
commanddata \
|
commanddata \
|
||||||
confdata \
|
|
||||||
cputestdata \
|
cputestdata \
|
||||||
domaincapsschemadata \
|
domaincapsschemadata \
|
||||||
domaincapsschematest \
|
domaincapsschematest \
|
||||||
@ -142,6 +141,7 @@ EXTRA_DIST = \
|
|||||||
vboxsnapshotxmldata \
|
vboxsnapshotxmldata \
|
||||||
vircaps2xmldata \
|
vircaps2xmldata \
|
||||||
vircgroupdata \
|
vircgroupdata \
|
||||||
|
virconfdata \
|
||||||
virfiledata \
|
virfiledata \
|
||||||
virmock.h \
|
virmock.h \
|
||||||
virnetdaemondata \
|
virnetdaemondata \
|
||||||
@ -158,7 +158,7 @@ EXTRA_DIST = \
|
|||||||
xml2sexprdata \
|
xml2sexprdata \
|
||||||
xml2vmxdata
|
xml2vmxdata
|
||||||
|
|
||||||
test_helpers = commandhelper ssh test_conf
|
test_helpers = commandhelper ssh virconftest
|
||||||
test_programs = virshtest sockettest \
|
test_programs = virshtest sockettest \
|
||||||
nodeinfotest virbuftest \
|
nodeinfotest virbuftest \
|
||||||
commandtest seclabeltest \
|
commandtest seclabeltest \
|
||||||
@ -370,7 +370,7 @@ test_scripts = \
|
|||||||
libvirtd_test_scripts = \
|
libvirtd_test_scripts = \
|
||||||
libvirtd-fail \
|
libvirtd-fail \
|
||||||
libvirtd-pool \
|
libvirtd-pool \
|
||||||
test_conf.sh \
|
virconftest.sh \
|
||||||
virsh-all \
|
virsh-all \
|
||||||
virsh-cpuset \
|
virsh-cpuset \
|
||||||
virsh-define-dev-segfault \
|
virsh-define-dev-segfault \
|
||||||
@ -857,9 +857,9 @@ virshtest_SOURCES = \
|
|||||||
testutils.c testutils.h
|
testutils.c testutils.h
|
||||||
virshtest_LDADD = $(LDADDS)
|
virshtest_LDADD = $(LDADDS)
|
||||||
|
|
||||||
test_conf_SOURCES = \
|
virconftest_SOURCES = \
|
||||||
test_conf.c
|
virconftest.c
|
||||||
test_conf_LDADD = $(LDADDS)
|
virconftest_LDADD = $(LDADDS)
|
||||||
|
|
||||||
nodeinfotest_SOURCES = \
|
nodeinfotest_SOURCES = \
|
||||||
nodeinfotest.c testutils.h testutils.c
|
nodeinfotest.c testutils.h testutils.c
|
||||||
|
Loading…
Reference in New Issue
Block a user