On Mon, Mar 12, 2012 at 10:30:00AM +0100, Iustin Pop wrote:
> ---
> htools/offline-test.sh | 14 +
> test/data/htools/rapi/groups.json | 52 +++
> test/data/htools/rapi/info.json | 147 +++++++
> test/data/htools/rapi/instances.json | 791
> ++++++++++++++++++++++++++++++++++
> test/data/htools/rapi/nodes.json | 156 +++++++
So these new test files need to be added to Makefile.am' TEST_FILES,
which I forgot. Interdiff:
diff --git a/Makefile.am b/Makefile.am
index 5b05d0a..aab623d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -715,6 +715,10 @@ TEST_FILES = \
test/data/htools/hail-change-group.json \
test/data/htools/hail-node-evac.json \
test/data/htools/hail-reloc-drbd.json \
+ test/data/htools/rapi/groups.json \
+ test/data/htools/rapi/info.json \
+ test/data/htools/rapi/instances.json \
+ test/data/htools/rapi/nodes.json \
test/data/ovfdata/compr_disk.vmdk.gz \
test/data/ovfdata/config.ini \
test/data/ovfdata/corrupted_resources.ovf \
iustin