Sha256: 207c9e9a7d975f415a72cd4c61753d278aa6b4f7b7aec905d8aba4334f2ccb9b
Contents?: true
Size: 660 Bytes
Versions: 2
Compression:
Stored size: 660 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-14.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
test-kitchen-1.10.1 | .kitchen.proxy.yml |
test-kitchen-1.7.0 | .kitchen.proxy.yml |