Skip to content

Commit

Permalink
FCREPO-1777 #time 5m Modifying the README with instructions for execu…
Browse files Browse the repository at this point in the history
…ting the tests locally
  • Loading branch information
jrgriffiniii committed Oct 30, 2015
1 parent dce5b0a commit 7b69ee8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -50,6 +50,12 @@ You can shell into the machine with `vagrant ssh` or `ssh -p 2222 vagrant@localh
* (optional) to enable fedora internal audit capability, edit `install_scripts/config` and change the FEDORA_AUDIT variable to true. The FEDORA_AUDIT_LOCATION can also be changed from its default "/audit", if necessary.
* `vagrant up`

###Acceptance Testing

One may validate the state of the environment provisioned by the BASH scripts using [beaker](https://github.com/puppetlabs/beaker).
The acceptance tests (implemented using [server-spec](http://serverspec.org/)) may be executed locally in the following manner:
* `bundle exec rspec spec/acceptance`

## Support

If you receive the following error:
Expand Down

0 comments on commit 7b69ee8

Please sign in to comment.