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

Commit

Permalink
Browse files Browse the repository at this point in the history
CentOS 5.6 test
  • Loading branch information
matschaffer committed Dec 9, 2011
1 parent 133a99d commit 7347622
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,3 @@ b
.bundle
mykitchen
doc
test/integration/kitchen
13 changes: 13 additions & 0 deletions test/integration/centos5_6_test.rb
@@ -0,0 +1,13 @@
require 'integration_helper'

class Centos5_6Test < IntegrationTest
def user
"root"
end

def image_id
"ami-3fe42456"
end

include IntegrationTest::BasicPrepareAndCook
end

0 comments on commit 7347622

Please sign in to comment.