#6186 Fix registry test ipa.test_ipalib.test_plugable.test_Registry
Closed: Fixed None Opened 7 years ago by mbasti.

ipa.test_ipalib.test_plugable.test_Registry:

>       assert str(e) == 'plugin must be a class; got %r' % p
E       assert 'plugin must ...7f586860fdd0>' == 'plugin must b...7f586860fdd0>'
E         - plugin must be callable; got <ipatests.test_ipalib.test_plugable.plugin1 object at 0x7f586860fdd0>
E         ?                 --  ^^^
E         + plugin must be a class; got <ipatests.test_ipalib.test_plugable.plugin1 object at 0x7f586860fdd0>
E         ?                ++   ^^

Error message changed, this should be reflected in tests


fixed in bunch:
master:

  • 3c32af5 Tests: Failing test_ipalib/test_rpc
  • 774e4e4 Tests: Failing test_ipaserver/test_ldap test
  • ec0a58e Tests: Failing tests in test_ipalib/test_plugable

Metadata Update from @mbasti:
- Issue assigned to lryznaro
- Issue set to the milestone: FreeIPA 4.4.1

7 years ago

Login to comment on this ticket.

Metadata