From 90d2153d5f32f6892daadf8545d02a049b719812 Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Fri, 13 Dec 2013 14:37:38 +0000
Subject: [PATCH] Added tests for 802.21 RAL

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4722 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/TEST/OAI/README | 61 +++++++++++++++++++++++------------------
 1 file changed, 34 insertions(+), 27 deletions(-)

diff --git a/targets/TEST/OAI/README b/targets/TEST/OAI/README
index c3362b25105..b8f5fca182e 100644
--- a/targets/TEST/OAI/README
+++ b/targets/TEST/OAI/README
@@ -1,40 +1,47 @@
 OAI Test PLAN
 
-Obj.#	Case#	Test#	Description
-01			pre-commit test case
-01	01		Build OAI 
-01	01	00	Check Makefiles and 
-01	01	01	Build oaisim Rel8 	
-01	01	02	Build oaisim Rel8 + network device driver(nasmesh_fix)	
-01	01	03	Build lte-softmode Rel8 	
-01	01	04	Build dlsim  Rel8 	
-01	01	05	Build ulsim  Rel8 	
-01	01	06	Build oaisim Rel10
+Obj.#   Case#   Test#	Description
+
+01                      pre-commit test case
+01      01              Build OAI 
+01      01      00      Check Makefiles and 
+01      01      01      Build oaisim Rel8
+01      01      02      Build oaisim Rel8 + network device driver(nasmesh_fix)	
+01      01      03      Build lte-softmode Rel8 	
+01      01      04      Build dlsim  Rel8
+01      01      05      Build ulsim  Rel8
+01      01      06      Build oaisim Rel10
 01      01      07      Build oaisim Rel8 with cellular RRC for eNB
 01      01      08      Build oaisim Rel8 with cellular RRC for UE
+01      01      09      "commented test in targets/TEST/OAI/case01.py"
+01      01      10      "commented test in targets/TEST/OAI/case01.py" 
+01      01      11      "commented test in targets/TEST/OAI/case01.py" 
+01      01      12      "commented test in targets/TEST/OAI/case01.py" 
+01      01      13      Build oaisim Rel8 with RRC lite (new cellular+ITTI) + RAL (802.21) + network device driver(oai_nw_drv type ethernet)
+01      01      14      Build oaisim Rel10 with RRC lite (new cellular+ITTI) + RAL (802.21) + network device driver(oai_nw_drv type ethernet)
 
-01	02		Run OAI Rel8, and check the operation
-01	02	00	Run OAI Rel8, and search for segmentation fault or exit
-01	02	01	Run OAI Rel8, and search for execution errors
-01	02	02	Run OAI Rel8 in abstraction mode and check that RRC proc is finished completely for the configured number of eNB and UE
-01	02	03	Run OAI Rel8 in abstraction mode, send ping from from one eNB to each UE, and check that there is no packet losses
-01	02	04	Run OAI Rel8 with full PHY, and check that the RRC proc for eNBsxUEs
-01	02	05	Run OAI Rel8 with full PHY in FDD mode, and check that the RRC proc for eNBsxUEs
+01      02              Run OAI Rel8, and check the operation
+01      02      00      Run OAI Rel8, and search for segmentation fault or exit
+01      02      01      Run OAI Rel8, and search for execution errors
+01      02      02      Run OAI Rel8 in abstraction mode and check that RRC proc is finished completely for the configured number of eNB and UE
+01      02      03      Run OAI Rel8 in abstraction mode, send ping from from one eNB to each UE, and check that there is no packet losses
+01      02      04      Run OAI Rel8 with full PHY, and check that the RRC proc for eNBsxUEs
+01      02      05      Run OAI Rel8 with full PHY in FDD mode, and check that the RRC proc for eNBsxUEs
 
-01	03		Run OAI Rel10, and check the operation
-01	03	00	Run OAI Rel10, and search for segmentation fault or exit
-01	03	01	Run OAI Rel10, and search for execution errors
-01 	03	02	Run OAI Rel10 in abstraction mode, and check the RRC proc for eNBsxUEs	
-01	03	03	Run OAI Rel10 in full phy mode, and check the RRC proc for eNBsxUEs
-01	03	04	Run OAI Rel10 in full phy mode in FDD mode, and check the RRC proc for eNBsxUEs
+01      03              Run OAI Rel10, and check the operation
+01      03      00      Run OAI Rel10, and search for segmentation fault or exit
+01      03      01      Run OAI Rel10, and search for execution errors
+01      03      02      Run OAI Rel10 in abstraction mode, and check the RRC proc for eNBsxUEs	
+01      03      03      Run OAI Rel10 in full phy mode, and check the RRC proc for eNBsxUEs
+01      03      04      Run OAI Rel10 in full phy mode in FDD mode, and check the RRC proc for eNBsxUEs
 01      03      05      Run OAI Rel10 with eMBMS enabled, and check the SIB13 and MCCH
 01      03      06      Run OAI Rel10 with eMBMS enabled, and check the MTCH
 01      03      07      Run OAI Rel10 with eMBMS enabled and FDD mode, and check the MTCH
 
-02			Functional test case
+02                      Functional test case
 
-03			Non-Functional test case
+03                      Non-Functional test case
 
-04			Failure test case 
+04                      Failure test case 
  
-05 			Performance test case 
+05                      Performance test case 
-- 
GitLab