File: .kitchen.proxy.yml

package info (click to toggle)
test-kitchen 1.23.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,140 kB
  • sloc: ruby: 21,618; sh: 269; makefile: 10
file content (27 lines) | stat: -rw-r--r-- 633 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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