Skip to content

Instantly share code, notes, and snippets.

@xavpaice
Created November 20, 2014 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xavpaice/10888a2743b1db7d5e8c to your computer and use it in GitHub Desktop.
Save xavpaice/10888a2743b1db7d5e8c to your computer and use it in GitHub Desktop.
puppet-neutron rake spec output
Failures:
1) Puppet::Type.type(:nova_admin_tenant_id_setter) when url is correct should create a resource
Failure/Error: expect(provider.exists?).to be_false
expected false to respond to `false?`
# ./spec/unit/provider/nova_admin_tenant_id_setter/neutron_spec.rb:77:in `block (3 levels) in <top (required)>'
2) Puppet::Type.type(:nova_admin_tenant_id_setter) when tenant cannot be found should receive an api error
Failure/Error: expect(provider.exists?).to be_false
expected false to respond to `false?`
# ./spec/unit/provider/nova_admin_tenant_id_setter/neutron_spec.rb:101:in `block (3 levels) in <top (required)>'
3) Puppet::Type.type(:nova_admin_tenant_id_setter) when there are multiple matching tenants should receive an api error
Failure/Error: expect(provider.exists?).to be_false
expected false to respond to `false?`
# ./spec/unit/provider/nova_admin_tenant_id_setter/neutron_spec.rb:126:in `block (3 levels) in <top (required)>'
4) Puppet::Type.type(:nova_admin_tenant_id_setter) when password is incorrect should receive an authentication error
Failure/Error: expect(provider.exists?).to be_false
expected false to respond to `false?`
# ./spec/unit/provider/nova_admin_tenant_id_setter/neutron_spec.rb:143:in `block (3 levels) in <top (required)>'
5) Puppet::Type.type(:nova_admin_tenant_id_setter) when keystone server is unavailable should receive a connection error
Failure/Error: expect(provider.exists?).to be_false
expected false to respond to `false?`
# ./spec/unit/provider/nova_admin_tenant_id_setter/neutron_spec.rb:157:in `block (3 levels) in <top (required)>'
6) Puppet::Type.type(:nova_admin_tenant_id_setter) when keystone server is unknown should receive a connection error
Failure/Error: expect(provider.exists?).to be_false
expected false to respond to `false?`
# ./spec/unit/provider/nova_admin_tenant_id_setter/neutron_spec.rb:171:in `block (3 levels) in <top (required)>'
7) Puppet::Type.type(:nova_admin_tenant_id_setter) when using secure keystone endpoint should create a resource
Failure/Error: expect(provider.exists?).to be_false
expected false to respond to `false?`
# ./spec/unit/provider/nova_admin_tenant_id_setter/neutron_spec.rb:193:in `block (3 levels) in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment