summaryrefslogtreecommitdiff
path: root/src/tests/t_replay.py
blob: 6ad58fe1320964dcdafce101c574c556561eb428 (plain)
1
2
3
4
5
6
from k5test import *

realm = K5Realm()
realm.run(['./replay', realm.host_princ])

success('Replay tests')