summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-08-12 14:33:10 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-08-12 15:51:58 -0700
commit7e9b0d72398e858eb6cbd4b4f91dc993fdd6b245 (patch)
treeade4fb111165582feba5b7255ed306af96eac05e
parentf21b980b6d51d5e159f3c7940c36d11e3230fbf8 (diff)
downloadchef-7e9b0d72398e858eb6cbd4b4f91dc993fdd6b245.tar.gz
add rhel 7 e2e test
-rw-r--r--spec/e2e/.kitchen.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/e2e/.kitchen.travis.yml b/spec/e2e/.kitchen.travis.yml
index 7825dd97a4..1a46194b82 100644
--- a/spec/e2e/.kitchen.travis.yml
+++ b/spec/e2e/.kitchen.travis.yml
@@ -19,6 +19,15 @@ platforms:
availability_zone: "us-west-2b"
ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %>
security_group_ids: ["travis-ci"]
+ - name: rhel-7.0
+ driver_plugin: ec2
+ driver_config:
+ region: "us-west-2"
+ availability_zone: "us-west-2b"
+ ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %>
+ security_group_ids: ["travis-ci"]
+ image_id: ami-77d7a747
+ username: root
suites:
- name: default