Commit fd337a58 authored by Navid Nikaein's avatar Navid Nikaein

fix the dlsim pre-ci search keyword

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6095 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent c55f315d
......@@ -92,7 +92,7 @@ def execute(oai, user, pw, host, logfile,logdir,debug):
trace = logdir + '/log_' + host + case + test + '.txt'
tee = ' 2>&1 | tee ' + trace
cmd = 'taskset -c 0 ./dlsim.rel8.' + host + ' ' + conf + tee
oai.send_expect(cmd, ' effective rate passed', 150)
oai.send_expect(cmd, 'passed', 150)
except log.err, e:
log.fail(case, test, name, conf, e.value, diag, logfile,trace)
else:
......
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