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

Commit

Permalink
Add testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Shaldibina and aram price committed Aug 6, 2013
1 parent 514389f commit 2610ca9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@ This repository contains the following components:
For information on how to run the warden server and interact with it
at the command line, see the [warden server README](warden/README.md).

## Testing

[warden-test-infrastructure](https://github.com/cloudfoundry/warden-test-infrastructure) provides a way to create a vagrant box and run warden tests.

```
# Checkout the repos
git clone https://github.com/cloudfoundry/warden
git clone https://github.com/cloudfoundry/warden-test-infrastructure
# Create a vagrant box
pushd warden-test-infrastructure && ./create_vagrant_box.sh && popd
# Run warden tests
pushd warden && ../warden-test-infrastructure/ci-build
```

## License

The project is licensed under the Apache 2.0 license (see the
Expand Down

0 comments on commit 2610ca9

Please sign in to comment.