ソースを参照

test(inpsec): test apt-cacher client config

tags/v0.7.0
Nicolas Rodriguez 5年前
コミット
81bb9db914
2個のファイルの変更7行の追加0行の削除
  1. +1
    -0
      kitchen.yml
  2. +6
    -0
      test/integration/default/controls/config_spec.rb

+ 1
- 0
kitchen.yml ファイルの表示

@@ -155,6 +155,7 @@ suites:
base:
'*':
- apt-cacher.ng.server
- apt-cacher.ng.client
pillars:
top.sls:
base:

+ 6
- 0
test/integration/default/controls/config_spec.rb ファイルの表示

@@ -8,4 +8,10 @@ control 'AptCacherNG configuration' do
# Custom config
its('content') { should include "Port: 9999" }
end

describe file('/etc/apt/apt.conf.d/80proxy') do
# Default config
its('content') { should include 'Acquire::http::Proxy "http://localhost:9999";' }
its('content') { should include 'Acquire::https::Proxy "DIRECT";' }
end
end

読み込み中…
キャンセル
保存