libvirt/tests
Jim Meyering 164fbbd6e6 generate .gitignore files from .cvsignore ones
* Makefile.maint (sync-vcs-ignore-files): New target.
Prompted by a patch from James Morris.
http://thread.gmane.org/gmane.comp.emulators.libvirt/8619/focus=8773
Add all (now-generated) .gitignore files.
* .gitignore: New file.
* build-aux/.gitignore: New file.
* docs/.gitignore: New file.
* docs/devhelp/.gitignore: New file.
* docs/examples/.gitignore: New file.
* docs/examples/python/.gitignore: New file.
* gnulib/lib/.gitignore: New file.
* gnulib/lib/arpa/.gitignore: New file.
* gnulib/lib/netinet/.gitignore: New file.
* gnulib/lib/sys/.gitignore: New file.
* gnulib/tests/.gitignore: New file.
* include/.gitignore: New file.
* include/libvirt/.gitignore: New file.
* po/.gitignore: New file.
* proxy/.gitignore: New file.
* python/.gitignore: New file.
* python/tests/.gitignore: New file.
* qemud/.gitignore: New file.
* src/.gitignore: New file.
* tests/.gitignore: New file.
* tests/confdata/.gitignore: New file.
* tests/sexpr2xmldata/.gitignore: New file.
* tests/virshdata/.gitignore: New file.
* tests/xencapsdata/.gitignore: New file.
* tests/xmconfigdata/.gitignore: New file.
* tests/xml2sexprdata/.gitignore: New file.
2008-10-17 10:03:15 +00:00
..
confdata generate .gitignore files from .cvsignore ones 2008-10-17 10:03:15 +00:00
domainschemadata Support for container related domain XML extensions 2008-08-01 13:31:37 +00:00
nodeinfodata Use gnulib, starting with its physmem and getaddrinfo modules. 2007-12-05 21:31:07 +00:00
qemuxml2argvdata Support SDL config with QEMU guests 2008-10-10 16:52:20 +00:00
sexpr2xmldata generate .gitignore files from .cvsignore ones 2008-10-17 10:03:15 +00:00
virshdata generate .gitignore files from .cvsignore ones 2008-10-17 10:03:15 +00:00
xencapsdata generate .gitignore files from .cvsignore ones 2008-10-17 10:03:15 +00:00
xmconfigdata generate .gitignore files from .cvsignore ones 2008-10-17 10:03:15 +00:00
xml2sexprdata generate .gitignore files from .cvsignore ones 2008-10-17 10:03:15 +00:00
.cvsignore Fix misc leaks in qparams code, support ; as param separator. Add test suite 2008-05-22 23:49:36 +00:00
.gitignore generate .gitignore files from .cvsignore ones 2008-10-17 10:03:15 +00:00
.valgrind.supp Misc bug fixes 2008-07-25 09:31:24 +00:00
conftest.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
daemon-conf Test libvirtd's config-processing code. 2007-12-11 21:20:13 +00:00
domainschematest Slim down schema test result output 2008-10-06 19:25:29 +00:00
int-overflow Oops, forgot, Daniel 2007-11-12 14:07:37 +00:00
Makefile.am Added test to validate all domain XML files against schema 2008-08-01 10:53:41 +00:00
nodeinfotest.c Convert test suites over to new test infrastructure 2008-05-29 15:31:49 +00:00
oomtrace.pl Generic test suite helpers for OOM testing 2008-05-29 15:21:45 +00:00
qemuxml2argvtest.c Support SDL config with QEMU guests 2008-10-10 16:52:20 +00:00
qemuxml2xmltest.c llow to add a disk as an USB device (QEmu/KVM) 2008-08-08 15:03:00 +00:00
qparamtest.c Convert test suites over to new test infrastructure 2008-05-29 15:31:49 +00:00
read-bufsiz virsh fails to read files larger than BUFSIZ bytes 2008-06-19 14:30:52 +00:00
read-non-seekable Convert test driver to new domain XML apis 2008-07-11 16:41:27 +00:00
reconnect.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00
sexpr2xmltest.c Fix reading vncdisplay from xend, add several test cases for xen vnc corner case 2008-09-09 13:53:58 +00:00
statstest.c Recently upstream Xen added support for having xvd devices > 16. For the most 2008-08-05 16:38:49 +00:00
test_conf.sh Re-factor and pretty print differences 2008-04-18 15:28:33 +00:00
test_xmlrpc.sh XML-RPC tests 2006-05-09 15:35:46 +00:00
test-lib.sh Don't fail to read a file because it's non-seekable (e.g., a pipe). 2008-04-08 15:33:16 +00:00
testutils.c Fix use of VIR_TEST_DEBUG var when OOM testing is not enabled & surpress more valgrind warnings 2008-07-09 10:27:17 +00:00
testutils.h Do conditional driver config in Makefile.am, not source files 2008-08-20 20:48:35 +00:00
testutilsqemu.c Compilation fixes for MinGW 2008-06-26 09:37:51 +00:00
testutilsqemu.h Make QEMU test suite independant of host OS capabilities 2008-05-16 16:51:30 +00:00
testutilsxen.c fix compilation for MinGW 2008-08-12 08:25:48 +00:00
testutilsxen.h Convert XenD XML->SEXPR conversion to new domain XML APIs 2008-07-25 13:17:27 +00:00
undefine testError format strings: explicitly include domain and network names 2008-10-11 07:24:49 +00:00
vcpupin * tests/vcpupin: Add a test for the 2008-04-04 virsh.c bugfix. 2008-04-07 12:12:34 +00:00
virshtest.c Remove legacy debug output 2008-07-09 10:18:03 +00:00
xencapstest.c Fix xen capabilities data creation 2008-09-05 11:35:43 +00:00
xmconfigtest.c Fix reading vncdisplay from xend, add several test cases for xen vnc corner case 2008-09-09 13:53:58 +00:00
xml2sexprtest.c Fix reading vncdisplay from xend, add several test cases for xen vnc corner case 2008-09-09 13:53:58 +00:00
xmlrpcserver.py XML-RPC tests 2006-05-09 15:35:46 +00:00
xmlrpctest.c Standardize use of header files, making internal.h primary. 2008-05-23 08:24:41 +00:00