commit | 59a6145da90ebdf7937676a72b27d05496859096 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:37:30 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:37:30 2017 +0200 |
tree | f0198b5de4ec2dadbc80cc5f1aa294538376d031 | |
parent | 1aaa416bdc8fce6b40c8f6842baaca55475afd87 [diff] |
Fix name in .kitchen.travis.yml file Change-Id: Ifb665bceb5d710c34476bb42ae65e85103a5f4e5
diff --git a/.kitchen.travis.yml b/.kitchen.travis.yml index f847543..455c721 100644 --- a/.kitchen.travis.yml +++ b/.kitchen.travis.yml
@@ -3,4 +3,4 @@ - name: <%= ENV['SUITE'] %> provisioner: pillars-from-files: - neutron.sls: tests/pillar/<%= ENV['SUITE'] %>.sls + prometheus.sls: tests/pillar/<%= ENV['SUITE'] %>.sls