commit | 27318c0c75bd40033caaf4a1b63e41c5abdc7e2b | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 11:03:21 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 11:35:25 2017 +0200 |
tree | f569d1f949e2c53c74d5d417da051587ab5654fb | |
parent | 47aa6b35abd1861f852ba57aac1c53f710f90e39 [diff] [blame] |
Move suites definition from .travis.yml to .kitchen.yml Change-Id: I4a1dcffaf955519757dc96b3140983d8bbb45d80
diff --git a/.kitchen.travis.yml b/.kitchen.travis.yml new file mode 100644 index 0000000..f847543 --- /dev/null +++ b/.kitchen.travis.yml
@@ -0,0 +1,6 @@ +suites: + + - name: <%= ENV['SUITE'] %> + provisioner: + pillars-from-files: + neutron.sls: tests/pillar/<%= ENV['SUITE'] %>.sls