commit | 65b6c93d4b2657e32c0b3fb82fedffb50cfc8bce | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 16:10:29 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 16:12:43 2017 +0200 |
tree | 6a8174b53569bf8395cb5b7c33c011bf820cfd96 | |
parent | d188360002965657ee05c79a842eff8242b8bae3 [diff] [blame] |
Allow Travis CI to run parallel tests Change-Id: I5a49e68b1b00b0ed3cf52401a93e3385dc90bc9e
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