From 317143ed300f1cbb9ba18831bdae569c4cbc197f Mon Sep 17 00:00:00 2001 From: Navid Nikaein <navid.nikaein@eurecom.fr> Date: Tue, 17 Sep 2013 13:30:35 +0000 Subject: [PATCH] add case03 to the test git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4152 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/TEST/OAI/test01.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/targets/TEST/OAI/test01.py b/targets/TEST/OAI/test01.py index 841e3133b9..ea43c79acc 100644 --- a/targets/TEST/OAI/test01.py +++ b/targets/TEST/OAI/test01.py @@ -104,9 +104,9 @@ log.set_debug_level(debug) oai.kill(user, pw) # start te test cases -#case01.execute(oai, user, pw, logfile) -#case02.execute(oai, user, pw, logfile) -#case03.execute(oai, user, pw, logfile) +case01.execute(oai, user, pw, logfile) +case02.execute(oai, user, pw, logfile) +case03.execute(oai, user, pw, logfile) oai.kill(user, pw) -- GitLab