]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
spec: Enable webmock connect to IPv4 link-local
authorSebastien Badia <sbadia@redhat.com>
Sat, 5 Sep 2015 23:37:30 +0000 (01:37 +0200)
committerEmilien Macchi <emilien@redhat.com>
Mon, 12 Oct 2015 21:03:58 +0000 (21:03 +0000)
commit60a2c46196d0fdb4675a7482648a85fc928ca0cf
tree24932de3e4a65d7cae188327410d6d7fe4f26802
parentd0bc29d6b04d6a5d416be6b7665627b0080449d3
spec: Enable webmock connect to IPv4 link-local

compile and compile.with_all_deps rpsec matchers make
a call to all facts, and especially the ec2 one (this fact, try
to make a connection on the IPv4 link-local for ec2 metadata which
is incompatible with webmock restrictions), this seems to produce
random errors with puppet 3.{3,4}.x and facter 1.7.6.

Closes-bug: #1492636
Change-Id: If27fa1adca40bab7fdfcb0687b68d1524c961325
spec/classes/ceilometer_collector_spec.rb