Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 950024 Details for
Bug 1156144
krb5 upstream test t_kdb.py failure
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to fix t_kdb.py
t_kdb.patch (text/plain), 1.07 KB, created by
Patrik Kis
on 2014-10-23 16:21:48 UTC
(
hide
)
Description:
patch to fix t_kdb.py
Filename:
MIME Type:
Creator:
Patrik Kis
Created:
2014-10-23 16:21:48 UTC
Size:
1.07 KB
patch
obsolete
>--- a/src/tests/t_kdb.py 2014-10-23 18:06:30.671915909 +0200 >+++ b/src/tests/t_kdb.py 2014-10-23 18:06:18.675915909 +0200 >@@ -286,12 +286,12 @@ realm.kinit(realm.user_princ, flags=['-R > realm.klist(realm.user_princ, 'alias@KRBTEST.COM') > > # Regression test for #7980 (fencepost when dividing keys up by kvno). >-realm.run_kadminl('addprinc -randkey -e aes256-cts,aes128-cts kvnoprinc') >-realm.run_kadminl('cpw -randkey -keepold -e aes256-cts,aes128-cts kvnoprinc') >+realm.run_kadminl('addprinc -randkey -e aes256-cts:normal,aes128-cts:normal kvnoprinc') >+realm.run_kadminl('cpw -randkey -keepold -e aes256-cts:normal,aes128-cts:normal kvnoprinc') > out = realm.run_kadminl('getprinc kvnoprinc') > if 'Number of keys: 4' not in out: > fail('After cpw -keepold, wrong number of keys') >-realm.run_kadminl('cpw -randkey -keepold -e aes256-cts,aes128-cts kvnoprinc') >+realm.run_kadminl('cpw -randkey -keepold -e aes256-cts:normal,aes128-cts:normal kvnoprinc') > out = realm.run_kadminl('getprinc kvnoprinc') > if 'Number of keys: 6' not in out: > fail('After cpw -keepold, wrong number of keys')
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1156144
: 950024