puppet-tripleo/spec
Cédric Jeanneret 4430253701 Add unit test for tripleo::haproxy::service_endpoints
In order to get a proper unit test suits, we need to change the
separator from the "dot" to "double-semicolons".

The "." is a reserved character in YAML for hashes. In puppet world,
we commonly use "::".

Unit tests don't work if we let the "dot" separator, and apparently it's
an intended outcome with that kind of syntax.

Fact it's working in the deploy process is kind of black magic (see the
tripleo::firewall::service_rules resource for example). And the "dot"
creates something weird, as all other resources are using the standard
double-semicolon.

Change-Id: I78625a6e69f58dfb2bbad83fdd4f798cd3f4c281
Closes-Bug: 1737086
2017-12-14 09:47:43 +01:00
..
acceptance/nodesets Initial msync run for all Puppet OpenStack modules 2015-08-18 14:30:54 +02:00
classes Merge "Update cephx keys with ACLs for openstack services." 2017-12-13 13:01:16 +00:00
defines Add unit test for tripleo::haproxy::service_endpoints 2017-12-14 09:47:43 +01:00
fixtures Add unit test for tripleo::haproxy::service_endpoints 2017-12-14 09:47:43 +01:00
functions Contrail: Fix controlplane/dataplane network asignments & enable optional dpdk 2017-07-05 22:52:58 +02:00
unit Add support for switchdev mode in SR-IOV 2017-12-12 14:58:43 +00:00
shared_examples.rb Add basic structure for a Puppet module 2015-02-02 11:39:21 -05:00
spec_helper.rb Add aodh profile rspec testing 2016-09-30 15:12:05 -06:00
spec_helper_acceptance.rb Update tox configuration 2017-05-17 17:04:02 +00:00