commit | 3ea841d181d422148107c1a0bdb990e8565785eb | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 15:59:44 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 16:00:49 2017 +0200 |
tree | 6c626c4d8255be3a648adb6b440a628735444edc | |
parent | 8746b274e57d5e76ccc8d07798ba2c2737609b34 [diff] [blame] |
Allow Travis CI to run parallel tests Change-Id: Ie1c7a53f8d3882ac40fca57688e739a42bc017ba
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