The test_cmdline/ipagetkeytab test currently fails on Fedora 19:
====================================================================== FAIL: Create a keytab with `ipa-getkeytab` for an existing service. ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/home/pviktori/freeipa/tests/test_cmdline/test_ipagetkeytab.py", line 110, in test_2_run assert err == 'Keytab successfully retrieved and stored in: %s\n' % self.keytabname AssertionError
The ipa-getkeytab stderr is:
Failed to retrieve encryption type Camellia-128 CTS mode with CMAC (#25) Failed to retrieve encryption type Camellia-256 CTS mode with CMAC (#26) Keytab successfully retrieved and stored in: /tmp/tmpEEJ5iO
I'll take this. The failing test is interfering with my CI work.
master:[[BR]] 50a04e5 Relax getkeytab test to allow additional messages on stderr[[BR]] 0f646d7 Handle DIR type CCACHEs in test_cmdline properly
Metadata Update from @pviktori: - Issue assigned to pviktori - Issue set to the milestone: FreeIPA 3.3 - 2013/05
Login to comment on this ticket.