You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2012/10/29 16:11:13 UTC

[11/12] git commit: Built-In is of type CentOS 5.5 (64-bit)

Built-In is of type CentOS 5.5 (64-bit)

Signed-off-by: Prasanna Santhanam <ts...@apache.org> 1351434029 +0530


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8d7ad602
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8d7ad602
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8d7ad602

Branch: refs/heads/marvin-parallel
Commit: 8d7ad6020d0528ed47e40a84c68dc14e2a08dcfe
Parents: 6c6d036
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Sun Oct 28 19:50:29 2012 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Sun Oct 28 19:51:32 2012 +0530

----------------------------------------------------------------------
 test/setup-test-data.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8d7ad602/test/setup-test-data.sh
----------------------------------------------------------------------
diff --git a/test/setup-test-data.sh b/test/setup-test-data.sh
index bb100b8..584a04f 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