]> xenbits.xensource.com Git - libvirt.git/commit
Delete obsolete / unused python test files
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 30 Jul 2013 10:24:22 +0000 (11:24 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 30 Jul 2013 13:13:58 +0000 (14:13 +0100)
commit5bb2a245abbde4c0a407f631660e2f2c81bc4c02
tree7bed45e2b4fc48667946978d131c715dde688c36
parent5b4c035b08c122c3ae15aee7c13ce0f480586502
Delete obsolete / unused python test files

The python/tests directory contains a number of so called
"tests" for the python API. These are all hardcoded to
look for Xen and cannot be run in any automated fashion,
and no one is ever manually running them. Given that they
don't meaningully contribute to the test coverage, delete
them.

For some reason these tests were also copied into the
filesystem as part of 'make install'. The change to the
RPM in commit 3347a4203278ec93d7b0ceb88b5ed10e4f14765c
caused a build failure, since it removed the code which
deleted these installed tests.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
configure.ac
python/Makefile.am
python/tests/Makefile.am [deleted file]
python/tests/basic.py [deleted file]
python/tests/create.py [deleted file]
python/tests/error.py [deleted file]
python/tests/node.py [deleted file]
python/tests/uuid.py [deleted file]