Puppet 8 support #17
Annotations
10 errors
Run unit tests on Puppet 7:
spec/defines/install_packages_spec.rb#L15
puppi::install_packages on redhat-8-x86_64 is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Puppi::Install_packages[namevar]: expects a value for parameter 'packages' (line: 3) on node rspec.example42.com
|
Run unit tests on Puppet 7:
spec/defines/project_spec.rb#L20
puppi::project on redhat-8-x86_64 Test puppi report step file creation should create a puppi::report step file
Failure/Error: should contain_file('/etc/puppi/projects/myapp/report/50-get').with_ensure('present')
expected that the catalogue would contain File[/etc/puppi/projects/myapp/report/50-get]
|
Run unit tests on Puppet 7:
spec/defines/project_spec.rb#L23
puppi::project on redhat-8-x86_64 Test puppi report step file creation should populate correctly the puppi::report step file
Failure/Error: should contain_file('/etc/puppi/projects/myapp/report/50-get').with_content("su - root -c \"export project=myapp && /etc/puppi/scripts/echo \"\n")
expected that the catalogue would contain File[/etc/puppi/projects/myapp/report/50-get]
|
Run unit tests on Puppet 7:
spec/defines/report_spec.rb#L22
puppi::report on redhat-8-x86_64 Test puppi report step file creation should create a puppi::report step file
Failure/Error: should contain_file('/etc/puppi/projects/myapp/report/50-get').with_ensure('file')
expected that the catalogue would contain File[/etc/puppi/projects/myapp/report/50-get] with ensure set to "file" but it is set to "present"
|
Run unit tests on Puppet 7
Process completed with exit code 1.
|
Run unit tests on Puppet 8:
spec/defines/install_packages_spec.rb#L15
puppi::install_packages on redhat-8-x86_64 is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Puppi::Install_packages[namevar]: expects a value for parameter 'packages' (line: 3) on node rspec.example42.com
|
Run unit tests on Puppet 8:
spec/defines/project_spec.rb#L20
puppi::project on redhat-8-x86_64 Test puppi report step file creation should create a puppi::report step file
Failure/Error: should contain_file('/etc/puppi/projects/myapp/report/50-get').with_ensure('present')
expected that the catalogue would contain File[/etc/puppi/projects/myapp/report/50-get]
|
Run unit tests on Puppet 8:
spec/defines/project_spec.rb#L23
puppi::project on redhat-8-x86_64 Test puppi report step file creation should populate correctly the puppi::report step file
Failure/Error: should contain_file('/etc/puppi/projects/myapp/report/50-get').with_content("su - root -c \"export project=myapp && /etc/puppi/scripts/echo \"\n")
expected that the catalogue would contain File[/etc/puppi/projects/myapp/report/50-get]
|
Run unit tests on Puppet 8:
spec/defines/report_spec.rb#L22
puppi::report on redhat-8-x86_64 Test puppi report step file creation should create a puppi::report step file
Failure/Error: should contain_file('/etc/puppi/projects/myapp/report/50-get').with_ensure('file')
expected that the catalogue would contain File[/etc/puppi/projects/myapp/report/50-get] with ensure set to "file" but it is set to "present"
|
Run unit tests on Puppet 8
Process completed with exit code 1.
|
Loading