
Daniel P. Berrange wrote:
On Mon, Oct 12, 2009 at 10:46:47AM -0400, Cole Robinson wrote:
All schema tests have identical functionality, so avoid the duplication.
Signed-off-by: Cole Robinson <crobinso@redhat.com> --- tests/Makefile.am | 1 + tests/capabilityschematest | 34 ++++------------------------------ tests/domainschematest | 33 ++++----------------------------- tests/interfaceschematest | 31 +++---------------------------- tests/networkschematest | 30 +++--------------------------- tests/nodedevschematest | 31 +++---------------------------- tests/schematestutils.sh | 39 +++++++++++++++++++++++++++++++++++++++ tests/storagepoolschematest | 31 +++---------------------------- tests/storagevolschematest | 30 +++--------------------------- 9 files changed, 63 insertions(+), 197 deletions(-) create mode 100644 tests/schematestutils.sh
ACK
Daniel
Pushed now. Thanks, Cole