commit | 970ced8dd6c4a7f9521e85b99b35ddb3300fc760 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 11:06:45 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 14:17:36 2017 +0200 |
tree | 0fa7733bd4d2b5e63f02b04c9d3354559934953c | |
parent | 85c27aa47cd904d8b487a169d0e56b4c268b9259 [diff] [blame] |
Move suites definition from .travis.yml to .kitchen.yml Change-Id: I3b0ed2e5996e6e5027d7c4e836df97874e5c45f9
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