From f7f473a51f2a2cca0e98d934a808940fef8c5943 Mon Sep 17 00:00:00 2001 From: eutarass Date: Thu, 23 Dec 2010 20:13:27 +0000 Subject: TCF Tests: fixed intermittent error: Invalid peer info: ID is not unique --- tests/test-all | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/test-all') diff --git a/tests/test-all b/tests/test-all index a8b036feb..471a5d2d6 100755 --- a/tests/test-all +++ b/tests/test-all @@ -288,25 +288,25 @@ function build_and_test_agent() continue fi local AGENT_S_OPT=PIPE: - TESTURL1=ID=Test-Agent-$HOST-$SEQ:TransportName=PIPE + TESTURL1=ID=Test-Agent-$HOST-$SEQ-$PROTO:TransportName=PIPE ;; UNIX) if [ "$OPSYS" != GNU/Linux ] ; then continue; fi local AGENT_S_OPT=UNIX:/tmp/tcf - TESTURL1=ID=Test-Agent-$HOST-$SEQ:TransportName=UNIX:Host=/tmp/tcf + TESTURL1=ID=Test-Agent-$HOST-$SEQ-$PROTO:TransportName=UNIX:Host=/tmp/tcf ;; SSL) if [ "$OPSYS" != GNU/Linux ] ; then continue; fi local AGENT_S_OPT=SSL::1534 - TESTURL1=ID=Test-Agent-$HOST-$SEQ:TransportName=SSL:Host=localhost:Port=1534 + TESTURL1=ID=Test-Agent-$HOST-$SEQ-$PROTO:TransportName=SSL:Host=localhost:Port=1534 ;; *) local AGENT_S_OPT=TCP::1534 - TESTURL1=ID=Test-Agent-$HOST-$SEQ:TransportName=TCP:Host=localhost:Port=1534 + TESTURL1=ID=Test-Agent-$HOST-$SEQ-$PROTO:TransportName=TCP:Host=localhost:Port=1534 ;; esac $SSH "$TRUNK/agent/obj/$OPSYS/$MACHINE/$CONF/agent -s $AGENT_S_OPT $AGENT_L_OPT -l0" >>logs/$LOGFILE 2>&1 & -- cgit v1.2.3