commit | 6eab98ab57672c59b3b5eaf34a6a3d674d6297fb | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Tue Jul 25 13:54:32 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Tue Jul 25 13:54:32 2017 +0200 |
tree | 0a8698b4524a4db04747a53f2dffee19b92523a2 | |
parent | 7f6963b90c3cd40d1afa06c16298927674a6449e [diff] [blame] |
Allow Travis CI to run parallel tests Change-Id: I5534ce4d2b59e3e3764f910a7291d6334882f58e
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