#5839 Tests: cleanup for host certificate does not work well in test_host_plugin.py
Closed: Fixed None Opened 8 years ago by mbasti.

The test suite should do cleanup properly, there is leftover certificate in host entry which is IPA server

Steps ot reproduce:

$ ipa host-show server.ipa.test
  Host name: server.ipa.test
  ......

$ ipa-run-tests test_xmlrpc/test_host_plugin.py
....

$ ipa host-show server.ipa.test
  Host name: server.ipa.test
  Certificate: MIIEcjCCA1qgAwIBAg........  *<== this should not be here*
  ....

Test coverage: no, it's failing test that needs a fix.

ipa-4-3:

  • c8330a9 Test fix: Cleanup for host certificate

master:

  • 847c950 Test fix: Cleanup for host certificate

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

7 years ago

Login to comment on this ticket.

Metadata