Add aodh profile rspec testing
authorAlex Schultz <aschultz@redhat.com>
Wed, 21 Sep 2016 21:21:49 +0000 (15:21 -0600)
committerAlex Schultz <aschultz@redhat.com>
Fri, 30 Sep 2016 21:12:05 +0000 (15:12 -0600)
commit1c725dd46f37e2b21d5e1dece467e4f5567bd761
tree2bc17f542e82be8c8eb1cc1d24c6f84d11346e59
parent1e26963bef085c7ec16b342594da6286235fe7da
Add aodh profile rspec testing

This change adds rspec testing for the aodh profile and serves as an
example as to how to add in spec testing using hieradata to provide some
required parameters.  This testing adds improved coverage for
expectations around computed configuration items as well as for
conditions around the steps within the tripleo deployment

Change-Id: Ic763a544289a222fea97020a98821c1e375651a3
spec/classes/tripleo_profile_base_aodh_api_spec.rb [new file with mode: 0644]
spec/classes/tripleo_profile_base_aodh_evaluator_spec.rb [new file with mode: 0644]
spec/classes/tripleo_profile_base_aodh_listener_spec.rb [new file with mode: 0644]
spec/classes/tripleo_profile_base_aodh_notifier_spec.rb [new file with mode: 0644]
spec/classes/tripleo_profile_base_aodh_spec.rb [new file with mode: 0644]
spec/fixtures/hiera.yaml
spec/fixtures/hieradata/default.yaml
spec/spec_helper.rb