commit | ccc7cf8aca4fc8a80368615e8e77018ae6a38134 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 16:47:33 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 16:47:45 2017 +0200 |
tree | fb6f3c07699f90f394789c68370403fa38fad160 | |
parent | 394f44e6205e315e103cb5fda75795fe8833f7d6 [diff] [blame] |
Allow Travis CI to run parallel tests Change-Id: Ic41e19739b01cd1421d0b52c7dd12485a71c0f4f
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