summaryrefslogtreecommitdiff
path: root/spec/integration/client
Commit message (Expand)AuthorAgeFilesLines
* Fix some client integrations with path quoting.Chris Doherty2014-09-151-1/+1
* Fix ipv6 integration spec: single-quote pathname which can have spaces.Chris Doherty2014-09-151-1/+1
* rename '--dont-use-config' to '--disable-config'danielsdeleo2014-09-031-3/+3
* Extract Knife config file find/load to a reusable componentdanielsdeleo2014-09-031-8/+4
* 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, notbtm/fix-hardcoded-binariesJulian C. Dunn2014-06-301-1/+1
* | Convert Chef Zero helpers to instance methodsdanielsdeleo2014-08-102-18/+22
|/
* automatically enable verify_api_cert when in local-modeClaire McQuin2014-06-031-0/+11
* Listen for the default port 8900, not 8889John Keiser2014-05-271-1/+1
* Add `-r` flag to chef-clientdanielsdeleo2014-02-201-0/+14
* Always run `chef-client` via `ruby PATH/TO/chef-client` in tests.danielsdeleo2013-12-301-28/+27
* invoke chef-client as `ruby chef-client` because windowsdanielsdeleo2013-12-271-3/+3
* Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-061-2/+75
* Skip IPv6 tests on Solarisdanielsdeleo2013-11-261-1/+3
* Add integration test for chef-client IPv6danielsdeleo2013-11-191-0/+131
* Enable integration tests.sersut2013-10-311-6/+7
* Add --config-file-jail to avoid loading user knife.rb in testsJohn Keiser2013-10-151-18/+29
* Rename -. to -zJohn Keiser2013-10-101-9/+9
* Pick up knife config instead of /etc/chef/client.rb if local mode is specifiedJohn Keiser2013-10-091-0/+7
* Make --local-mode option so that local user can run local recipesJohn Keiser2013-10-091-23/+37
* Add tests for -z plus private keysJohn Keiser2013-10-021-0/+47
* Do not require client_key to be specified for chef-client when chef-zero is e...John Keiser2013-10-021-12/+4
* Add -z and --chef-zero-port options to knife and chef-clientJohn Keiser2013-10-021-10/+54
* Rename start_chef_zero -> chef_zero.enabledJohn Keiser2013-10-021-1/+1
* Add client start_chef_zero testJohn Keiser2013-10-021-0/+31