Sha256: 79573f0cb01942d4793cba99525bb06c946ba66e189751a961167743d943fb87

Contents?: true

Size: 633 Bytes

Versions: 8

Compression:

Stored size: 633 Bytes

Contents

---
driver:
  name: proxy
  host: localhost
  reset_command: "echo hello"
  port: <%= ENV["machine_port"] %>
  username: <%= ENV["machine_user"] %>
  password: <%= ENV["machine_pass"] %>

provisioner:
  name: chef_zero

platforms:
  - name: ubuntu-16.04

verifier:
  name: busser

suites:
  # We run a different test based upon the configuration - basically each TK
  # test asserts that the expected configuration is transfered to the target
  # machine
  - name: default
    run_list:
      - recipe[test::tk_<%= ENV['TK_SUITE_NAME'] %>_test]
  # TODO a machine which doesn't setup squid and doesn't copy across
  # proxy settings

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
test-kitchen-1.23.3 .kitchen.proxy.yml
test-kitchen-1.23.2 .kitchen.proxy.yml
test-kitchen-1.22.1 .kitchen.proxy.yml
test-kitchen-1.23.0 .kitchen.proxy.yml
test-kitchen-1.22.0 .kitchen.proxy.yml
test-kitchen-1.21.2 .kitchen.proxy.yml
test-kitchen-1.21.1 .kitchen.proxy.yml
test-kitchen-1.21.0 .kitchen.proxy.yml