commit | 4b7bbdc70d3819f4f95a614f044eeaa6dfa8f839 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 08 11:23:29 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jun 08 11:23:29 2017 +0200 |
tree | 2d6f5a2adb6f272a42a68c377aa56faa8a132a0b | |
parent | 8c84d8e5f6f5bab4fffff3b6c5f831631110e65a [diff] [blame] |
Improve parallel tests
diff --git a/.kitchen.travis.yml b/.kitchen.travis.yml new file mode 100644 index 0000000..172f5b2 --- /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 \ No newline at end of file