Updated Branches: refs/heads/master 6c6d03644 -> 8d7ad6020
Built-In is of type CentOS 5.5 (64-bit) Signed-off-by: Prasanna Santhanam <[email protected]> 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/master Commit: 8d7ad6020d0528ed47e40a84c68dc14e2a08dcfe Parents: 6c6d036 Author: Prasanna Santhanam <[email protected]> Authored: Sun Oct 28 19:50:29 2012 +0530 Committer: Prasanna Santhanam <[email protected]> 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
