Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix init_spec test #515

Closed
lbetz opened this issue Jan 18, 2019 · 0 comments
Closed

Fix init_spec test #515

lbetz opened this issue Jan 18, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@lbetz
Copy link
Contributor

lbetz commented Jan 18, 2019

Failures:

  1. icinga2 on windows-2012 R2-x64 with all default parameters should contain File[] with content =~ /^const NodeName = ".+"\n/
    Failure/Error:
    it { is_expected.to contain_file(@constants_conf)
    .with_content %r{^const NodeName = ".+"\n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:61:in `block (5 levels) in <top (required)>'

  2. icinga2 on windows-2012 R2-x64 with all default parameters should contain File[] with content =~ /^const ZoneName = ".+"\n/
    Failure/Error:
    it { is_expected.to contain_file(@constants_conf)
    .with_content %r{^const ZoneName = ".+"\n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:64:in `block (5 levels) in <top (required)>'

  3. icinga2 on windows-2012 R2-x64 with all default parameters should contain File[] with content =~ /^const TicketSalt = ""\n/
    Failure/Error:
    it { is_expected.to contain_file(@constants_conf)
    .with_content %r{^const TicketSalt = ""\n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:67:in `block (5 levels) in <top (required)>'

  4. icinga2 on windows-2012 R2-x64 with all default parameters should contain File[] with content =~ /^// managed by puppet\n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^// managed by puppet\n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:70:in `block (5 levels) in <top (required)>'

  5. icinga2 on windows-2012 R2-x64 with all default parameters should contain File[] with content =~ /^include \n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^include \n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:73:in `block (5 levels) in <top (required)>'

  6. icinga2 on windows-2012 R2-x64 with all default parameters should contain File[] with content =~ /^include \n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^include \n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:76:in `block (5 levels) in <top (required)>'

  7. icinga2 on windows-2012 R2-x64 with all default parameters should contain File[] with content =~ /^include \n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^include \n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:79:in `block (5 levels) in <top (required)>'

  8. icinga2 on windows-2012 R2-x64 with all default parameters should contain File[] with content =~ /^include \n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^include \n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:82:in `block (5 levels) in <top (required)>'

  9. icinga2 on windows-2012 R2-x64 with all default parameters should contain File[] with content =~ /^include_recursive "conf.d"\n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^include_recursive "conf.d"\n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:85:in `block (5 levels) in <top (required)>'

  10. icinga2 on windows-2012-x64 with all default parameters should contain File[] with content =~ /^const NodeName = ".+"\n/
    Failure/Error:
    it { is_expected.to contain_file(@constants_conf)
    .with_content %r{^const NodeName = ".+"\n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:61:in `block (5 levels) in <top (required)>'

  11. icinga2 on windows-2012-x64 with all default parameters should contain File[] with content =~ /^const ZoneName = ".+"\n/
    Failure/Error:
    it { is_expected.to contain_file(@constants_conf)
    .with_content %r{^const ZoneName = ".+"\n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:64:in `block (5 levels) in <top (required)>'

  12. icinga2 on windows-2012-x64 with all default parameters should contain File[] with content =~ /^const TicketSalt = ""\n/
    Failure/Error:
    it { is_expected.to contain_file(@constants_conf)
    .with_content %r{^const TicketSalt = ""\n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:67:in `block (5 levels) in <top (required)>'

  13. icinga2 on windows-2012-x64 with all default parameters should contain File[] with content =~ /^// managed by puppet\n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^// managed by puppet\n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:70:in `block (5 levels) in <top (required)>'

  14. icinga2 on windows-2012-x64 with all default parameters should contain File[] with content =~ /^include \n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^include \n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:73:in `block (5 levels) in <top (required)>'

  15. icinga2 on windows-2012-x64 with all default parameters should contain File[] with content =~ /^include \n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^include \n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:76:in `block (5 levels) in <top (required)>'

  16. icinga2 on windows-2012-x64 with all default parameters should contain File[] with content =~ /^include \n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^include \n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:79:in `block (5 levels) in <top (required)>'

  17. icinga2 on windows-2012-x64 with all default parameters should contain File[] with content =~ /^include \n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^include \n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:82:in `block (5 levels) in <top (required)>'

  18. icinga2 on windows-2012-x64 with all default parameters should contain File[] with content =~ /^include_recursive "conf.d"\n/
    Failure/Error:
    it { is_expected.to contain_file(@icinga2_conf)
    .with_content %r{^include_recursive "conf.d"\n} }

    ArgumentError:
    No title provided and "File" is not a valid resource reference

    ./spec/classes/init_spec.rb:85:in `block (5 levels) in <top (required)>'

@lbetz lbetz added the bug label Jan 18, 2019
@lbetz lbetz added this to the v1.4.0 milestone Jan 18, 2019
@lbetz lbetz self-assigned this Jan 18, 2019
@lbetz lbetz closed this as completed in 844e3a9 Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant