Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/do-test-kitchen
An example, ideal for a CI environment, of using the Test Kitchen Digital Ocean driver and the new shell provisioner
https://github.com/garethr/do-test-kitchen
Last synced: 3 months ago
JSON representation
An example, ideal for a CI environment, of using the Test Kitchen Digital Ocean driver and the new shell provisioner
- Host: GitHub
- URL: https://github.com/garethr/do-test-kitchen
- Owner: garethr
- License: apache-2.0
- Created: 2014-03-09T08:06:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T12:00:02.000Z (almost 11 years ago)
- Last Synced: 2024-10-04T19:58:58.600Z (3 months ago)
- Language: Ruby
- Size: 145 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple example of using the Digital Ocean [Test Kitchen](http://kitchen.ci) driver
with the shell provisioner.This sort of setup is ideal for running on a continuous integration
system.[![wercker
status](https://app.wercker.com/status/7d06dbda62f83ed243556ea971695632/s/
"wercker
status")](https://app.wercker.com/project/bykey/7d06dbda62f83ed243556ea971695632)## Installation
With install the dependencies:
```bash
bundle install
```## Usage
Next run the tests:
```bash
bundle exec kitchen test -c
```Note that the `-c` options means our tests will all run in parallel. In
the same of this example that means against Ubuntu 13.10 and 12.04. The
`kitchen list` command will provide a list of the tests to be run.