瀏覽代碼

Skip salt packages in kitchen tests

Change-Id: I103bc89f8ca9795f8374a1ff35f589134d714116
pull/56/head
Matthew Mosesohn 7 年之前
父節點
當前提交
2de41e3c70
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. +10
    -0
      .kitchen.yml

+ 10
- 0
.kitchen.yml 查看文件

@@ -37,6 +37,10 @@ provisioner:
enabled: true
master:
host: localhost
pkgs:
- python-m2crypto
- python-psutil
- python-yaml
linux:
system:
enabled: true
@@ -97,6 +101,12 @@ suites:
- master_ssh_root
- minion_pki_cert
- master_formulas
common.sls:
salt:
master:
#Use a useless package to avoid upgrading salt-master
pkgs:
- python-yaml
pillars-from-files:
minion_pki.sls: tests/pillar/minion_pki_ca.sls
minion_pki_cert.sls: tests/pillar/minion_pki_cert.sls

Loading…
取消
儲存