Make Origin-Host the node identifier instead of origin-realm
[anna.git] / example / diameter / launcher / deployments / ft-client / tests / go.sh
index 0bf18a2..f4137aa 100755 (executable)
@@ -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 #