fuel-library/deployment/puppet/vmware/.fixtures.yml
Igor Zinovik 4646835758 Use pacemaker puppet module instead of corosync for unit testing
- commit 7a75e103af moved 'cs_resource'
  puppet type definition from corosync/lib/puppet/parser to
  pacemaker/lib/puppet/parser this breaks all unit tests, because during
  test run rake copies modules mentioned in .fixtures.yml into
  spec/fixtures/modules directory and then runs test suite; right now
  tests fail due to absence of cs_resource definition, becase pacemaker
  module is not copied into fixtures/ directory

Change-Id: I3b5e905a99390b70a2f2dae3fb6f6ff6c6aaf3b2
2015-01-29 15:23:39 +03:00

9 lines
252 B
YAML

fixtures:
symlinks:
ceilometer: "#{source_dir}/../ceilometer"
pacemaker: "#{source_dir}/../pacemaker"
inifile: "#{source_dir}/../inifile"
nova: "#{source_dir}/../nova"
stdlib: "#{source_dir}/../stdlib"
vmware: "#{source_dir}"