Skip to content

Instantly share code, notes, and snippets.

@ryzy
Created February 25, 2014 21:15
Show Gist options
  • Save ryzy/9217940 to your computer and use it in GitHub Desktop.
Save ryzy/9217940 to your computer and use it in GitHub Desktop.
kitchen serverspec log
Finished setting up <default-centos-do> (0m23.81s).
-----> Verifying <default-centos-do>...
Suite path directory /tmp/busser/suites does not exist, skipping.
Uploading /tmp/busser/suites/serverspec/localhost/neos_spec.rb (mode=0644)
Uploading /tmp/busser/suites/serverspec/spec_helper.rb (mode=0644)
-----> Running serverspec test suite
/opt/chef/embedded/bin/ruby -I/tmp/busser/suites/serverspec -S /opt/chef/embedded/bin/rspec /tmp/busser/suites/serverspec/localhost/neos_spec.rb --color --format documentation
::neos tests
File "/etc/nginx/include-neos-rewrites.conf"
should be file
content
should match /_Resources\/Persistent/
File "/etc/nginx/sites-available/neos"
should be file
content
should match /server_name\s+neos/
Command "/etc/init.d/nginx restart"
should return exit status 0
stdout
should match /Starting nginx.+?OK/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment