datacommsserver/esockserver/test/TE_DummyProvider/configs/te_dummyproviders.cfg
branchRCL_3
changeset 17 9ddb1d67ebaf
parent 13 0b0e9fce0b58
child 18 9644881fedd0
--- a/datacommsserver/esockserver/test/TE_DummyProvider/configs/te_dummyproviders.cfg	Tue Apr 27 17:53:34 2010 +0300
+++ b/datacommsserver/esockserver/test/TE_DummyProvider/configs/te_dummyproviders.cfg	Tue May 11 17:20:19 2010 +0300
@@ -108,6 +108,33 @@
 	FIELD_COUNT=8
 END_ADD
 ## CASE005 END ##
+#############################################################
+## CASE006 BEGIN ##
+ADD_SECTION
+# COMMDB_ID = 7
+	Id=60
+	Name=DummyVanillaWithNextVanillaLayer
+	Tier=Link.TierTable.0x1028302B
+	MCpr=MCprTable.1
+	AccessPointSelectionPolicy=Link.APPrioritySelectionPolicyTable.4
+	Cpr=CprTable.2
+	SCpr=SCprTable.2
+	Protocol=ProtocolTable.1
+	FIELD_COUNT=8
+END_ADD
+
+ADD_SECTION
+# COMMDB_ID = 8
+	Id=61
+	Name=DummyVanillaWithNoNextLayer
+	Tier=Link.TierTable.0x1028302B
+	MCpr=MCprTable.1
+	Cpr=CprTable.2
+	SCpr=SCprTable.2
+	Protocol=ProtocolTable.1
+	FIELD_COUNT=7
+END_ADD
+## CASE005 END ##
 
 ############################################################
 ## APPrioritySelectionPolicyTable
@@ -115,7 +142,7 @@
 [APPrioritySelectionPolicyTable]
 ADD_SECTION
 # COMMDB_ID = 1
-    Id=1
+  Id=1
 	Name=SelectionPolicyCase001
 	AP1=Link.AccessPointTable.11
 	APCOUNT=1
@@ -124,7 +151,7 @@
 
 ADD_SECTION
 # COMMDB_ID = 2
-    Id=2
+  Id=2
 	Name=SelectionPolicyCase002
 	AP1=Link.AccessPointTable.21
 	APCOUNT=1
@@ -133,7 +160,7 @@
 
 ADD_SECTION
 # COMMDB_ID = 3
-    Id=3
+  Id=3
 	Name=SelectionPolicyCase003
 	AP1=Link.AccessPointTable.21
 	AP2=Link.AccessPointTable.11
@@ -141,6 +168,15 @@
 	FIELD_COUNT=5
 END_ADD
 
+ADD_SECTION
+# COMMDB_ID = 4
+  Id=4
+	Name=SelectionPolicyCase002
+	AP1=Link.AccessPointTable.61
+	APCOUNT=1
+	FIELD_COUNT=4
+END_ADD
+
 
 ############################################################
 ## TierTable
@@ -173,6 +209,9 @@
 ############################################################
 ## CprTable
 ## 
+# The cpr below is:
+# The corecpr with some of its activities overriden in order to test the production code executed by the
+# peers of the cpr. See code.
 [CprTable]
 ADD_SECTION
 # COMMDB_ID = 1
@@ -181,10 +220,23 @@
 	FIELD_COUNT=2
 END_ADD
 
+# The cpr below is:
+# The corecpr with local test activities designed to test the production code on the local node. 
+# It is important than that the production code (to be tested) is unpolluted by the test code.
+ADD_SECTION
+# COMMDB_ID = 2
+	Name=dummyvanillacpr
+	CprUid=0x10283030
+	FIELD_COUNT=2
+END_ADD
+
 ############################################################
 ## SCprTable
 ## 
 [SCprTable]
+# The scpr below is:
+# The corescpr with some of its activities overriden in order to test the production code executed by the
+# peers of the scpr. See code.
 ADD_SECTION
 # COMMDB_ID = 1
 	Name=dummyscpr
@@ -192,6 +244,16 @@
 	FIELD_COUNT=2
 END_ADD
 
+# The scpr below is:
+# The corescpr with local test activities designed to test the production code on the local node. 
+# It is important than that the production code (to be tested) is unpolluted by the test code.
+ADD_SECTION
+# COMMDB_ID = 2
+	Name=dummyscprvanilla
+	SCprUid=0x10283031
+	FIELD_COUNT=2
+END_ADD
+
 ############################################################
 ## ProtocolTable
 ##