diff --git a/test/setup-test-data.sh b/test/setup-test-data.sh index f7bad10d9d7..844c275da7c 100755 --- a/test/setup-test-data.sh +++ b/test/setup-test-data.sh @@ -62,7 +62,7 @@ done #Damn Small Linux ISO type if [[ $HV == "kvm" ]]; then 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)'") -else: +else 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)'") fi if [[ $ostypeid == "" ]]; then