Skip to content

Commit 8d7ad60

Browse files
author
Prasanna Santhanam
committed
Built-In is of type CentOS 5.5 (64-bit)
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1351434029 +0530
1 parent 6c6d036 commit 8d7ad60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/setup-test-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ do
5656
done
5757

5858
#Damn Small Linux ISO type
59-
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)'")
59+
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)'")
6060
if [[ $ostypeid == "" ]]; then
6161
echo "Unable to contact DB server @ $DB_SVR"
6262
exit 2

0 commit comments

Comments
 (0)