summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/t_stringattr.py
blob: 210134c8bfa8c734b7cce3129cb9da116d2c166e (plain)
1
2
3
4
5
6
#!/usr/bin/python
from k5test import *

realm = K5Realm(create_kdb=False)
realm.run_as_master(['./t_stringattr'])
success('String attribute unit tests.')