1. 27 Nov, 2021 5 commits
  2. 01 Sep, 2020 1 commit
  3. 14 Mar, 2020 1 commit
  4. 07 Mar, 2020 2 commits
  5. 28 Feb, 2020 5 commits
  6. 30 Aug, 2019 6 commits
  7. 13 Aug, 2019 2 commits
  8. 02 Feb, 2019 1 commit
  9. 25 Dec, 2018 3 commits
  10. 24 Dec, 2018 2 commits
    • Mathieu Parent's avatar
      Fix rspec failures with net/ssh 5.0 · 22c29072
      Mathieu Parent authored
        1) Failure:
      Kitchen::Transport::Ssh::#connection::called with a block#test_0004_sets the :verify_host_key flag to false [/build/test-kitchen-1.23.2/spec/kitchen/transport/ssh_spec.rb:653]:
      unexpected invocation: Kitchen::Transport::Ssh::Connection.new(:logger => #<Logger:0x5605e9ebc978>, :user_known_hosts_file => "/dev/null", :hostname => nil, :port => 22, :username => "root", :compression => false, :compression_level => 0, :keepalive => true, :keepalive_interval => 60, :timeout => 15, :connection_retries => 5, :connection_retry_sleep => 1, :max_ssh_sessions => 9, :max_wait_until_ready => 600, :ssh_gateway => nil, :ssh_gateway_username => nil, :ssh_gateway_port => 22, :proxy => nil, :verify_host_key => :never)
      unsatisfied expectations:
      - expected exactly once, not yet invoked: Kitchen::Transport::Ssh::Connection.new()
      satisfied expectations:
      - allowed any number of times, invoked twice: Net::SSH::Proxy::HTTP.new(any_parameters)
      - allowed any number of times, not yet invoked: #<Mock:0x5605e9ebc798>.to_str(any_parameters)
      - allowed any number of times, invoked once: #<Mock:0x5605e9ebc798>.logger(any_parameters)
      - allowed any number of times, not yet invoked: #<Mock:0x5605e9ebc798>.name(any_parameters)
      
        2) Failure:
      Kitchen::Transport::Ssh::#connection::called without a block#test_0004_sets the :verify_host_key flag to false [/build/test-kitchen-1.23.2/spec/kitchen/transport/ssh_spec.rb:645]:
      unexpected invocation: Kitchen::Transport::Ssh::Connection.new(:logger => #<Logger:0x5605ea199808>, :user_known_hosts_file => "/dev/null", :hostname => nil, :port => 22, :username => "root", :compression => false, :compression_level => 0, :keepalive => true, :keepalive_interval => 60, :timeout => 15, :connection_retries => 5, :connection_retry_sleep => 1, :max_ssh_sessions => 9, :max_wait_until_ready => 600, :ssh_gateway => nil, :ssh_gateway_username => nil, :ssh_gateway_port => 22, :proxy => nil, :verify_host_key => :never)
      unsatisfied expectations:
      - expected exactly once, not yet invoked: Kitchen::Transport::Ssh::Connection.new()
      satisfied expectations:
      - allowed any number of times, invoked twice: Net::SSH::Proxy::HTTP.new(any_parameters)
      - allowed any number of times, not yet invoked: #<Mock:0x5605ea1995d8>.to_str(any_parameters)
      - allowed any number of times, invoked once: #<Mock:0x5605ea1995d8>.logger(any_parameters)
      - allowed any number of times, not yet invoked: #<Mock:0x5605ea1995d8>.name(any_parameters)
      22c29072
    • Mathieu Parent's avatar
  11. 23 Dec, 2018 1 commit
  12. 22 Dec, 2018 1 commit
  13. 29 Nov, 2018 10 commits