Implement acceptance tests for webhook-go #173
Annotations
6 errors
spec/acceptance/r10k_webhook_spec.rb#L7
r10k::webhook tests when defaults used applies
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_083202464.pp.kSVmkR
Last 10 lines of output were:
parameter 'chatops' entry 'user' expects a value of type Undef or String[1], got String
parameter 'chatops' entry 'auth_token' expects a value of type Undef or String[1], got String
parameter 'chatops' entry 'server_uri' expects a value of type Undef or String[1], got String
parameter 'r10k' entry 'prefix' expects a value of type Undef or String[1], got String
parameter 'config' entry 'chatops' entry 'service' expects an undef value or a match for Enum['rocketchat', 'slack'], got ''
parameter 'config' entry 'chatops' entry 'channel' expects a value of type Undef or String[1], got String
parameter 'config' entry 'chatops' entry 'user' expects a value of type Undef or String[1], got String
parameter 'config' entry 'chatops' entry 'auth_token' expects a value of type Undef or String[1], got String
parameter 'config' entry 'chatops' entry 'server_uri' expects a value of type Undef or String[1], got String
parameter 'config' entry 'r10k' entry 'prefix' expects a value of type Undef or String[1], got String (file: /tmp/apply_manifest_083202464.pp.kSVmkR, line: 2, column: 12) on node almalinux8-64-puppet8.example.com
|
spec/acceptance/r10k_webhook_spec.rb#L18
r10k::webhook tests when defaults used Package "webhook-go" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "webhook-go" to be installed
|
spec/acceptance/r10k_webhook_spec.rb#L22
r10k::webhook tests when defaults used File "/etc/voxpupuli/webhook.yml" exists and has content
Failure/Error: expect(subject).to exist
expected File "/etc/voxpupuli/webhook.yml" to exist
|
spec/acceptance/r10k_webhook_spec.rb#L31
r10k::webhook tests when defaults used Service "webhook-go" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "webhook-go" to be enabled
|
spec/acceptance/r10k_webhook_spec.rb#L32
r10k::webhook tests when defaults used Service "webhook-go" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "webhook-go" to be running
|
|
The logs for this run have expired and are no longer available.
Loading