commit | f056fa723c64516b21152887f5026947f9b01e73 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Tue Jun 13 10:43:24 2017 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Jun 13 10:43:24 2017 +0200 |
tree | 18156e02f4c9577b510b9f29097797fa3740ddf7 | |
parent | 2548fffaeb51a496795880e9c15db3dcbc471c94 [diff] [blame] |
Optimize 'noservices' condition and allow parallel testing (#14) * Optimize 'noservices' condition * Revert suites optimization * Allow parallel testing * Improve parallel tests * Simplify 'noservices' condition
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