[DRE-commits] [test-kitchen] 28/39: Merge tag 'upstream/1.6.0'

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Aug 5 12:46:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository test-kitchen.

commit b25deabdac9ab9838cccb3df3c9c750d0e47d1b0
Merge: 85789ab 0007f7e
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Thu Mar 24 17:41:42 2016 +0300

    Merge tag 'upstream/1.6.0'
    
    Upstream version 1.6.0

 .gitignore                                       |    4 +-
 .travis.yml                                      |   62 +-
 CHANGELOG.md                                     | 1756 ++++++++++++----------
 CONTRIBUTING.md                                  |   14 +
 Gemfile.proxy_tests                              |    5 +
 MAINTAINERS.md                                   |   24 +
 Rakefile                                         |    9 +
 features/kitchen_driver_discover_command.feature |    6 +
 features/kitchen_init_command.feature            |   62 +-
 features/step_definitions/gem_steps.rb           |   16 +-
 features/step_definitions/git_steps.rb           |    2 +-
 features/step_definitions/output_steps.rb        |    2 +-
 features/support/env.rb                          |   22 +-
 lib/kitchen/cli.rb                               |   51 +-
 lib/kitchen/command.rb                           |    1 +
 lib/kitchen/command/driver_discover.rb           |   14 +
 lib/kitchen/config.rb                            |    4 +
 lib/kitchen/configurable.rb                      |   32 +
 lib/kitchen/driver/ssh_base.rb                   |   26 +-
 lib/kitchen/generator/driver_create.rb           |    4 +-
 lib/kitchen/generator/init.rb                    |    8 +-
 lib/kitchen/instance.rb                          |   27 +-
 lib/kitchen/lazy_hash.rb                         |   20 +
 lib/kitchen/logger.rb                            |   11 +-
 lib/kitchen/platform.rb                          |   10 +-
 lib/kitchen/provisioner/base.rb                  |   29 +-
 lib/kitchen/provisioner/chef_apply.rb            |  125 ++
 lib/kitchen/provisioner/chef_base.rb             |  148 +-
 lib/kitchen/provisioner/chef_solo.rb             |   11 +-
 lib/kitchen/provisioner/chef_zero.rb             |   17 +-
 lib/kitchen/ssh.rb                               |    2 +-
 lib/kitchen/transport/base.rb                    |    7 +
 lib/kitchen/transport/ssh.rb                     |   19 +-
 lib/kitchen/transport/winrm.rb                   |  260 ++--
 lib/kitchen/verifier/base.rb                     |   19 +-
 lib/kitchen/verifier/busser.rb                   |   17 +-
 lib/kitchen/verifier/shell.rb                    |  101 ++
 lib/kitchen/version.rb                           |    3 +-
 metadata.yml                                     |  554 -------
 spec/kitchen/collection_spec.rb                  |    2 +-
 spec/kitchen/configurable_spec.rb                |  213 ++-
 spec/kitchen/driver/ssh_base_spec.rb             |  139 +-
 spec/kitchen/lazy_hash_spec.rb                   |   27 +
 spec/kitchen/logger_spec.rb                      |   10 +
 spec/kitchen/provisioner/base_spec.rb            |   58 +
 spec/kitchen/provisioner/chef_apply_spec.rb      |  136 ++
 spec/kitchen/provisioner/chef_base_spec.rb       |  391 ++---
 spec/kitchen/provisioner/chef_solo_spec.rb       |   30 +
 spec/kitchen/provisioner/chef_zero_spec.rb       |   29 +-
 spec/kitchen/provisioner/shell_spec.rb           |   72 +-
 spec/kitchen/ssh_spec.rb                         |   11 +-
 spec/kitchen/transport/ssh_spec.rb               |   13 +-
 spec/kitchen/transport/winrm_spec.rb             |  452 +++---
 spec/kitchen/verifier/base_spec.rb               |   26 +
 spec/kitchen/verifier/busser_spec.rb             |   72 +-
 spec/kitchen/verifier/shell_spec.rb              |  158 ++
 support/busser_install_command.sh                |    3 +-
 support/chef_base_install_command.ps1            |   31 +-
 templates/driver/README.md.erb                   |    2 +-
 test-kitchen.gemspec                             |   15 +-
 testing_windows.md                               |   37 +
 61 files changed, 3230 insertions(+), 2201 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/test-kitchen.git



More information about the Pkg-ruby-extras-commits mailing list