From c32ef303e63b1db6fac990eccae646cca7bc9a14 Mon Sep 17 00:00:00 2001 From: Navid Nikaein <navid.nikaein@eurecom.fr> Date: Thu, 18 Dec 2014 15:33:43 +0000 Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6287 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/TEST/OAI/test02.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/TEST/OAI/test02.py b/targets/TEST/OAI/test02.py index cb702bd629..db4d48e456 100644 --- a/targets/TEST/OAI/test02.py +++ b/targets/TEST/OAI/test02.py @@ -149,9 +149,9 @@ if clean == 1 : # start te test cases #compile -rv=1 #case11.execute(oai, user, pw, host,logfile,logdir,debug) +rv=case11.execute(oai, user, pw, host,logfile,logdir,debug) if rv == 1 : - # case12.execute(oai, user, pw, host,logfile,logdir,debug,cpu) + case12.execute(oai, user, pw, host,logfile,logdir,debug,cpu) case13.execute(oai, user, pw, host,logfile,logdir,debug,cpu) else : print 'Compilation error: skip case 12 and 13' -- 2.26.2