From 9f4b0931c12846e397fa895149e5f1220b086ba0 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Thu, 7 Jan 2010 13:58:22 +0100
Subject: [PATCH] live-test fixes for the text backend changes

---
 live-test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/live-test.sh b/live-test.sh
index b188d4d36..b8dcf7772 100755
--- a/live-test.sh
+++ b/live-test.sh
@@ -42,7 +42,7 @@ echo Testing hbal/luxi
 echo Testing hbal/rapi
 ./hbal -m$RAPI
 echo Testing hbal/text
-./hbal -n$T/$RAPI.nodes -i $T/$RAPI.instances
+./hbal -t$T/$RAPI.data
 
 echo Getting data files for hail
 IR=`$CLUSTER head -n1 /var/lib/ganeti/ssconf_instance_list`
@@ -75,7 +75,7 @@ echo Testing hspace/rapi
 ./hspace -m$RAPI $TIER > $HOUT
 ( check_hspace_out ) || exit 1
 echo Testing hspace/text
-./hspace -n$T/$RAPI.nodes -i $T/$RAPI.instances $TIER > $HOUT
+./hspace -t$T/$RAPI.data $TIER > $HOUT
 ( check_hspace_out ) || exit 1
 echo Testing hspace/simu
 # ~6T disk space, 32G ram, 4 VCPUs
-- 
GitLab