Some simple serverspec tests of the Debian Administration cluster.
First of all install the dependencies:
bundle install --path ./gems
This will install:
- ServerSpec
- The tool that does the testing.
- Rake
- The ruby-based tool to run tasks/jobs.
Once both are installed you may launch the tests by executing:
bundle exec rake spec
This should show zero failures, providing the cluster is working correctly.
This repository was created as a demonstration for my brief introduction to serverspec: