Commit b57f45f0 authored by winckel's avatar winckel

Changed ping log name.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4692 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 8f897e06
......@@ -108,7 +108,7 @@ def execute(oai, user, pw, logfile,logdir):
for j in range(NUM_eNB) :
conf = '-a -A AWGN -l7 -u' + str(i+1) +' -b'+ str(j+1)
trace = logdir + '/log_' + case + test + '_' + str(i) + str(j) + '.txt'
trace_ping = logdir + '/log_ping_' + case + test + '_' + str(i) + str(j) + '.txt'
trace_ping = logdir + '/log_' + case + test + '_' + str(i) + str(j) + '_ping.txt'
tee = ' 2>&1 | tee ' + trace
tee_ping = ' 2>&1 | tee ' + trace_ping
if user == 'root' :
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment