commit | 5f5fb7e4a365904d80fb67e39f7fbab852e52e89 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:35:18 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 11:35:18 2017 +0200 |
tree | d7fe5c030b4bdeacb55496b2377ad213fc4424bb | |
parent | b483fb1351a26e58e3a3a98bae31b0de436a52a7 [diff] |
Fix name in .kitchen.travis.yml file Change-Id: I1b98ede6934664a7d61594150b79288a6e85a7c8
diff --git a/.kitchen.travis.yml b/.kitchen.travis.yml index f847543..0c0fef8 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 + ceilometer.sls: tests/pillar/<%= ENV['SUITE'] %>.sls