vrrp::instance: track_process: Switch default undef->[] #184
Annotations
5 errors
Run tests:
spec/acceptance/keepalived_spec.rb#L62
keepalived class on master with vrrp instance works with no error
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_132933544.pp.O303il
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Keepalived::Vrrp::Instance[VI_50]: parameter 'track_process' expects an Array value, got Undef (file: /tmp/apply_manifest_132933544.pp.O303il, line: 5) on node ubuntu2004-64-puppet7.example.com
|
Run tests:
spec/acceptance/keepalived_spec.rb#L66
keepalived class on master with vrrp instance works idempotently
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_132935240.pp.S0QHiH
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Keepalived::Vrrp::Instance[VI_50]: parameter 'track_process' expects an Array value, got Undef (file: /tmp/apply_manifest_132935240.pp.S0QHiH, line: 5) on node ubuntu2004-64-puppet7.example.com
|
Run tests:
spec/acceptance/keepalived_spec.rb#L81
keepalived class on master with vrrp instance has acquired the ip
Failure/Error: expect(ip_result.stdout).to match %r{.*inet 10\.0\.0\.1/16 .*}
expected "1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000\n lin...72.17.0.2/16 brd 172.17.255.255 scope global eth0\n valid_lft forever preferred_lft forever\n" to match /.*inet 10\.0\.0\.1\/16 .*/
Diff:
@@ -1,8 +1,15 @@
-/.*inet 10\.0\.0\.1\/16 .*/
+1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
+ link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
+ inet 127.0.0.1/8 scope host lo
+ valid_lft forever preferred_lft forever
+18: eth0@if19: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
+ link/ether 02:42:ac:11:00:02 brd ff:ff:ff:ff:ff:ff link-netnsid 0
+ inet 172.17.0.2/16 brd 172.17.255.255 scope global eth0
+ valid_lft forever preferred_lft forever
|
Run tests:
spec/acceptance/keepalived_spec.rb#L72
keepalived class on master with vrrp instance File "/etc/keepalived/keepalived.conf" content is expected to match /.*MASTER.*/
Failure/Error: its(:content) { is_expected.to match %r{.*MASTER.*} }
expected "# Managed by Puppet\n\n" to match /.*MASTER.*/
Diff:
@@ -1 +1 @@
-/.*MASTER.*/
+# Managed by Puppet
|
Run tests
Process completed with exit code 1.
|
Loading