commit | dfe74ac2ac4f6f824ab5d9d42a8ac487f4b8e315 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 16:55:31 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 16:56:31 2017 +0200 |
tree | 4134a8fc420739d79ece6fadddd65d42369a8b6a | |
parent | e5bd076a780c5af2c3dcf259fd64a8afb5edd6e0 [diff] [blame] |
Allow Travis CI to run parallel tests Change-Id: I6b062840432e092a6e4ea53741bc7b125c0a3d3c
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