File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1212# rake integration[regexp,action] # Run Test Kitchen integration tests
1313# rake integration:cloud[regexp,action] # Run Kitchen tests in the cloud
1414# rake integration:docker[regexp,action] # Run Kitchen tests using docker
15+ # rake integration:ses[regexp,action] # Run Test Kitchen tests with SES
1516# rake integration:vagrant[regexp,action] # Run Kitchen tests using vagrant
1617# rake style # Run all style checks
1718# rake style:chef # Run Chef style checks using foodcritic
@@ -140,6 +141,11 @@ namespace :integration do
140141 task :cloud , [ :regexp , :action ] do |_t , args |
141142 run_kitchen ( args . action , args . regexp , local_config : '.kitchen.cloud.yml' )
142143 end
144+
145+ desc 'Run Test Kitchen integration tests with SES'
146+ task :ses , [ :regexp , :action ] do |_t , args |
147+ run_kitchen ( args . action , args . regexp , local_config : '.kitchen.ses.yml' )
148+ end
143149end
144150
145151desc 'Run Test Kitchen integration tests'
Original file line number Diff line number Diff line change 11TODO
22====
33
4- * [ ] Integrate SES tests with Rakefile
54* [ ] Fix Ubuntu ` 15.04 ` support in the ` postfix-full ` cookbook.
65* [ ] Add ChefSpec tests to check attribute values.
76* [ ] [ DSPAM] ( http://dspam.nuclearelephant.com/ ) support.
You can’t perform that action at this time.
0 commit comments