Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Upgrade CentOS integration test AMI to 5.8
Browse files Browse the repository at this point in the history
Use another RightScale AMI.
  • Loading branch information
tmatilai committed May 3, 2013
1 parent e9572f2 commit b7c1f4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
require 'integration_helper'

class Centos5_6Test < IntegrationTest
class Centos5_8Test < IntegrationTest
def user
"root"
end

def image_id
"ami-3fe42456"
"ami-100e8a79"
end

include EmptyCook
Expand Down

0 comments on commit b7c1f4a

Please sign in to comment.