Fixed websrv bc test suite. Increased time-outs for selected bc tests.
authorMaciej Seroka <maciejs@symbian.org>
Mon, 25 Jan 2010 15:15:37 +0000
changeset 854 c0e6dd77e67f
parent 853 bde28f2b1d99
child 855 9d6a5309852c
Fixed websrv bc test suite. Increased time-outs for selected bc tests.
common/tools/ats/bctest/contacts/phonebook/phonebook.xml
common/tools/ats/bctest/locationsrv/locaqu/locaqu.xml
common/tools/ats/bctest/websrv/websrv.pl
common/tools/ats/bctest/websrv/websrv.xml
--- a/common/tools/ats/bctest/contacts/phonebook/phonebook.xml	Wed Jan 20 15:28:29 2010 +0000
+++ b/common/tools/ats/bctest/contacts/phonebook/phonebook.xml	Mon Jan 25 15:15:37 2010 +0000
@@ -328,7 +328,7 @@
 							<param file="atsinterface.exe"/>
 							<param parameters="-testmodule testcombiner -config C:\TestFramework\tcbctestpbkdatamngt.cfg"/>
                             <param result-file="c:\spd_logs\xml\testcombiner.xml"/>
-                            <param timeout="1800"/>
+                            <param timeout="3600"/>
 						</params>
 					</step>
 					<step id="" name="testpbkdatamngt (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
@@ -678,7 +678,7 @@
 							<param file="atsinterface.exe"/>
 							<param parameters="-testmodule testcombiner -config c:\testframework\tcbctestpbkfetch.cfg"/>
                             <param result-file="c:\spd_logs\xml\testcombiner.xml"/>
-                            <param timeout="1800"/>
+                            <param timeout="3600"/>
 						</params>
 					</step>
 					<step id="" name="testpbkfetch (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
--- a/common/tools/ats/bctest/locationsrv/locaqu/locaqu.xml	Wed Jan 20 15:28:29 2010 +0000
+++ b/common/tools/ats/bctest/locationsrv/locaqu/locaqu.xml	Mon Jan 25 15:15:37 2010 +0000
@@ -62,7 +62,7 @@
 							<param file="atsinterface.exe"/>
 							<param parameters="-testmodule testscripter -config c:\testframework\testlbslocacquisition.cfg"/>
 							<param result-file="c:\spd_logs\xml\testscripter.xml"/>
-                            <param timeout="1200"/>
+                            <param timeout="3600"/>
 						</params>
 					</step>
 					<step id="" name="testlbslocacquisition (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
--- a/common/tools/ats/bctest/websrv/websrv.pl	Wed Jan 20 15:28:29 2010 +0000
+++ b/common/tools/ats/bctest/websrv/websrv.pl	Mon Jan 25 15:15:37 2010 +0000
@@ -40,7 +40,7 @@
 copy($epoc . "winscw/c/testframework/testframework_senservicemanager.ini",  "temp/bcwebsrv/general/testframework/testframework_senservicemanager.ini") or die "failed : $!";
 copy($epoc . "release/winscw/udeb/SenUtilsBCTest.dll",                      "temp/bcwebsrv/winscw_udeb/SenUtilsBCTest.dll") or die "failed : $!";
 copy($epoc . "winscw/c/testframework/testframework_senutils.ini",           "temp/bcwebsrv/general/testframework/testframework_senutils.ini") or die "failed : $!";
-copy($epoc . "release/winscw/udeb/SenFragmentTester.dll",                   "temp/bcwebsrv/winscw_udeb/SenFragmentBCTest.dll") or die "failed : $!";
-#copy($epoc . "winscw/c/testframework/TestFramework_senfragment.ini",        "temp/bcwebsrv/general/testframework/TestFramework_senfragment.ini") or die "failed : $!";
+copy($epoc . "release/winscw/udeb/SenFragmentBCTest.dll",                   "temp/bcwebsrv/winscw_udeb/SenFragmentBCTest.dll") or die "failed : $!";
+copy($epoc . "winscw/c/testframework/TestFramework_senfragment.ini",        "temp/bcwebsrv/general/testframework/TestFramework_senfragment.ini") or die "failed : $!";
 
 system("7z a -tzip websrv.zip ./temp/*");
\ No newline at end of file
--- a/common/tools/ats/bctest/websrv/websrv.xml	Wed Jan 20 15:28:29 2010 +0000
+++ b/common/tools/ats/bctest/websrv/websrv.xml	Mon Jan 25 15:15:37 2010 +0000
@@ -94,7 +94,7 @@
 							<param file="atsinterface.exe"/>
 							<param parameters="-testmodule HostletConnectionBCTest"/>
 							<param result-file="c:\spd_logs\xml\HostletConnectionBCTest.xml"/>
-                            <param timeout="3600"/>
+                            <param timeout="1200"/>
 						</params>
 					</step>
 					<step id="" name="HostletConnectionBCTest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
@@ -284,6 +284,15 @@
 							<param component-path="bcwebsrv" />
 						</params>
 					</step>
+					<step id="" name="testframework_senfragment.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+						<command>install</command>
+						<params>
+							<param type="data"/>
+							<param src="testframework\testframework_senfragment.ini"/>
+							<param dst="c:\testframework\testframework_senfragment.ini"/>
+							<param component-path="bcwebsrv" />
+						</params>
+					</step>
 					<step id="" name="SenFragmentBCTest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
 						<command>execute</command>
 						<params>
@@ -317,5 +326,6 @@
 		<file>bcwebsrv/winscw_udeb/SenUtilsBCTest.dll</file>
 		<file>bcwebsrv/general/testframework/testframework_senutils.ini</file>
 		<file>bcwebsrv/winscw_udeb/SenFragmentBCTest.dll</file>
+		<file>bcwebsrv/general/testframework/testframework_senfragment.ini</file>
 	</files>
 </test>
\ No newline at end of file