X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fft-client%2Ftests%2Fgo.sh;h=f4137aaa40ba4ee0de47c89d283ac522bd391e9d;hb=d723d5bf571eb48c641b092058eaa38bb6c4fcc8;hp=0bf18a203592cea0c04d3cd791784b829f76dc1a;hpb=4c3f0a4d7e4db76996404d80c6f939548fca656f;p=anna.git diff --git a/example/diameter/launcher/deployments/ft-client/tests/go.sh b/example/diameter/launcher/deployments/ft-client/tests/go.sh index 0bf18a2..f4137aa 100755 --- a/example/diameter/launcher/deployments/ft-client/tests/go.sh +++ b/example/diameter/launcher/deployments/ft-client/tests/go.sh @@ -8,8 +8,8 @@ tmpdir=$(mktemp -d) SCR_BN=`basename $0` OPER_SCR=../operation.sh RESULT_LOG=result.log -realm=`cat ../services.xml | grep originRealm | awk -F'originRealm=' '{ print $2 }' | cut -d\" -f2` -RECV_LOG=../${realm}.launcher.log.recvfe +host=`cat ../services.xml | grep originHost | awk -F'originHost=' '{ print $2 }' | cut -d\" -f2` +RECV_LOG=../${host}.launcher.log.recvfe ############# # FUNCTIONS #