Created
May 16, 2016 21:55
-
-
Save tas50/661852dff478af161b403bc6c0c992d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MBP:~/dev/chef-cookbooks/chef-apt-docker (master) kitchen verify default-debian-710 | |
| -----> Starting Kitchen (v1.8.0) | |
| -----> Setting up <default-debian-710>... | |
| Finished setting up <default-debian-710> (0m0.00s). | |
| -----> Verifying <default-debian-710>... | |
| Use `/Users/tsmith/dev/chef-cookbooks/chef-apt-docker/test/integration/default` for testing | |
| ... | |
| Finished in 0.03513 seconds (files took 0.79025 seconds to load) | |
| 3 examples, 0 failures | |
| Finished verifying <default-debian-710> (0m0.59s). | |
| -----> Kitchen is finished. (0m1.80s) | |
| zlib(finalizer): the stream was freed prematurely. | |
| MBP:~/dev/chef-cookbooks/activemq (master) kitchen verify default-ubuntu-1204 | |
| -----> Starting Kitchen (v1.8.0) | |
| -----> Setting up <default-ubuntu-1204>... | |
| Finished setting up <default-ubuntu-1204> (0m0.00s). | |
| -----> Verifying <default-ubuntu-1204>... | |
| Preparing files for transfer | |
| -----> Installing Busser (busser) | |
| Fetching: thor-0.19.0.gem (100%) | |
| Successfully installed thor-0.19.0 | |
| Fetching: busser-0.7.1.gem (100%) | |
| Successfully installed busser-0.7.1 | |
| 2 gems installed | |
| Installing Busser plugins: busser-serverspec | |
| Plugin serverspec installed (version 0.5.9) | |
| -----> Running postinstall for serverspec plugin | |
| Suite path directory /tmp/verifier/suites does not exist, skipping. | |
| Transferring files to <default-ubuntu-1204> | |
| -----> Running serverspec test suite | |
| -----> Installing Serverspec.. | |
| Fetching: sfl-2.2.gem (100%) | |
| Fetching: net-telnet-0.1.1.gem (100%) | |
| Fetching: net-ssh-3.1.1.gem (100%) | |
| Fetching: net-scp-1.2.1.gem (100%) | |
| Fetching: specinfra-2.57.2.gem (100%) | |
| Fetching: rspec-support-3.4.1.gem (100%) | |
| Fetching: diff-lcs-1.2.5.gem (100%) | |
| Fetching: rspec-expectations-3.4.0.gem (100%) | |
| Fetching: rspec-core-3.4.4.gem (100%) | |
| Fetching: rspec-its-1.2.0.gem (100%) | |
| Fetching: rspec-mocks-3.4.1.gem (100%) | |
| Fetching: rspec-3.4.0.gem (100%) | |
| Fetching: multi_json-1.12.0.gem (100%) | |
| Fetching: serverspec-2.35.0.gem (100%) | |
| -----> serverspec installed (version 2.35.0) | |
| /opt/chef/embedded/bin/ruby -I/tmp/verifier/suites/serverspec -I/tmp/verifier/gems/gems/rspec-support-3.4.1/lib:/tmp/verifier/gems/gems/rspec-core-3.4.4/lib /opt/chef/embedded/bin/rspec --pattern /tmp/verifier/suites/serverspec/\*\*/\*_spec.rb --color --format documentation --default-path /tmp/verifier/suites/serverspec | |
| ActiveMQ server | |
| should be running the activemq server | |
| Finished in 0.12286 seconds (files took 0.28044 seconds to load) | |
| 1 example, 0 failures | |
| Finished verifying <default-ubuntu-1204> (1m2.68s). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment