tests: Speed up tests/gss/check-gssmask

This commit is contained in:
Nicolas Williams
2024-01-17 16:55:27 -06:00
parent 1aa0a495c2
commit 366016b1f6

View File

@@ -111,18 +111,19 @@ echo "Starting client 2"
${gssmaskn2} --moniker=n2 &
n2pid=$!
echo "Starting client 3"
${gssmaskn3} --moniker=n3 &
n3pid=$!
#echo "Starting client 3"
#${gssmaskn3} --moniker=n3 &
#n3pid=$!
sleep 10
# --wrap-ext
# XXX Make --wrap-ext work (seems to fail)
#
# Add --slaves=localhost:8891 if re-enabling client 3
${gssmaestro} \
--slaves=localhost:8889 \
--slaves=localhost:8890 \
--slaves=localhost:8891 \
--principals=user1@${R}:u1 || exitcode=1
trap "" EXIT