summaryrefslogtreecommitdiff
path: root/spec/integration/client/ipv6_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't run IPv6 tests on GCEjk/no-ipv6-on-gceJohn Keiser2015-12-151-1/+1
|
* Add minimal ohai mode option flagminimal-ohai-modedanielsdeleo2015-03-271-1/+1
|
* Fix ipv6 integration spec: single-quote pathname which can have spaces.Chris Doherty2014-09-151-1/+1
|
* Merge pull request #1583 from juliandunn/fix-hardcoded-binariesSerdar Sutay2014-09-021-1/+1
|\ | | | | Make sure to call chef-client and knife that we just built
| * Make sure to call chef-client and knife that we just built, notbtm/fix-hardcoded-binariesJulian C. Dunn2014-06-301-1/+1
| | | | | | | | just some random ones hanging around in $PATH.
* | Convert Chef Zero helpers to instance methodsdanielsdeleo2014-08-101-14/+16
|/ | | | | | | | | | | | | * Prefer instance methods to class methods for Chef Zero helpers. RSpec's design and feature set heavily favors using instance methods for test setup. This change will allow us to use let bindings and more naturally move common setup to shared contexts. * Temporarily copy ChefZero's RSpec features in-repo. master of Chef Zero is currently broken for unit testing. Copy the changes here for now so we can make progress. * Automatically generate a metadata file when using the "cookbook" helper function. This will be needed for a subsequent change that makes `name' required in metadata.
* Listen for the default port 8900, not 8889John Keiser2014-05-271-1/+1
|
* Skip IPv6 tests on Solarisdanielsdeleo2013-11-261-1/+3
| | | | | | Some supported Solaris platforms are too old for IPv6. Most of the risk in the code paths being tested exists in the userland code, so we expect to have adequate coverage as long as the tests run on some platform.
* Add integration test for chef-client IPv6danielsdeleo2013-11-191-0/+131