Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.