Skip to content

Commit

Permalink
Update iprop tests for kadmind -k
Browse files Browse the repository at this point in the history
Test the use of the -k kprop-port option.

ticket: 8456
  • Loading branch information
Matt Rogers authored and greghudson committed Jul 18, 2016
1 parent 7ed18b1 commit 77c3f65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tests/t_iprop.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,9 @@ def check_ulog(num, first, last, entries, env=None):
slave1_out_dump_path = os.path.join(realm.testdir, 'dump.slave1.out')
slave2_in_dump_path = os.path.join(realm.testdir, 'dump.slave2.in')
slave2_kprop_port = str(realm.portbase + 9)
slave1m['KPROP_PORT'] = slave2_kprop_port
realm.start_server([kadmind, '-r', realm.realm, '-nofork', '-proponly', '-W',
'-p', kdb5_util, '-K', kprop, '-F', slave1_out_dump_path],
'starting...', slave1m)
'-p', kdb5_util, '-K', kprop, '-k', slave2_kprop_port,
'-F', slave1_out_dump_path], 'starting...', slave1m)

# Test similar default_realm and domain_realm map settings with -r realm.
slave3_in_dump_path = os.path.join(realm.testdir, 'dump.slave3.in')
Expand Down

0 comments on commit 77c3f65

Please sign in to comment.