From: Eduardo Ramos Testillano Date: Thu, 28 Sep 2017 20:26:53 +0000 (+0200) Subject: Help to check CEA received after run.sh X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=1e8a5bba6feb7cff4d72164a43ac9924cf6b088c Help to check CEA received after run.sh --- diff --git a/example/diameter/launcher/deployments/st-client/checkStatus.sh b/example/diameter/launcher/deployments/st-client/checkStatus.sh index 3106b86..7fb60cd 100755 --- a/example/diameter/launcher/deployments/st-client/checkStatus.sh +++ b/example/diameter/launcher/deployments/st-client/checkStatus.sh @@ -37,5 +37,10 @@ else echo fi +echo +echo "Check CEAs doing something like this:" +echo " ./operation.sh show-oam | grep CEAReceived | grep AccumulatedAmount > ceas.txt; cat ceas.txt | cut -d\\\" -f12 | paste -sd+ | bc" +echo + exit $RESULT_CODE