commit | dad565f5560e6579bdd20a237d63a6974a7864a9 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 15:56:04 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Mon Jul 17 15:56:11 2017 +0200 |
tree | 85a96fa9a3854a2d7e7a2fc4f37d5080f718e4ab | |
parent | ff70caab36a997f257378b367234898df70824fc [diff] [blame] |
Allow Travis CI to run parallel tests Change-Id: I054dd79aa57276538d90842693b805f4f2d221d8
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