From 8d7ad6020d0528ed47e40a84c68dc14e2a08dcfe Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Sun, 28 Oct 2012 19:50:29 +0530 Subject: [PATCH] Built-In is of type CentOS 5.5 (64-bit) Signed-off-by: Prasanna Santhanam 1351434029 +0530 --- test/setup-test-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup-test-data.sh b/test/setup-test-data.sh index bb100b89244..584a04f774d 100755 --- a/test/setup-test-data.sh +++ b/test/setup-test-data.sh @@ -56,7 +56,7 @@ do done #Damn Small Linux ISO type -ostypeid=$(mysql -ucloud -Dcloud -pcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.3 (64-bit)'") +ostypeid=$(mysql -ucloud -Dcloud -pcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.5 (64-bit)'") if [[ $ostypeid == "" ]]; then echo "Unable to contact DB server @ $DB_SVR" exit 2