Implemented FileStoreAction for BC tests
authorMaciej Seroka <maciejs@symbian.org>
Fri, 11 Dec 2009 11:20:31 +0000
changeset 822 1a356be50bf9
parent 821 b24df46a3102
child 823 65dc12e0fcac
Implemented FileStoreAction for BC tests
common/build.postbuild.xml
common/build.test.xml
common/tools/ats/bctest/appsupport/profilesengine/profilesengine.xml
common/tools/ats/bctest/base/basesvs.xml
common/tools/ats/bctest/browser/browser.xml
common/tools/ats/bctest/classicui/bctest.xml
common/tools/ats/bctest/connset/connset.xml
common/tools/ats/bctest/connsetui/connsetui.xml
common/tools/ats/bctest/contacts/phonebook/phonebook.xml
common/tools/ats/bctest/coretelephony/coretelephony.xml
common/tools/ats/bctest/drm/drm.xml
common/tools/ats/bctest/glib/glib.xml
common/tools/ats/bctest/graphics/graphicssvs.xml
common/tools/ats/bctest/locationsrv/landmarks_api/landmarks.xml
common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.xml
common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.xml
common/tools/ats/bctest/locationsrv/locaddedit/locaddedit.xml
common/tools/ats/bctest/locationsrv/locaqu/locaqu.xml
common/tools/ats/bctest/locationsrv/locblid/locblid.xml
common/tools/ats/bctest/locationsrv/locdbci/locdbci.xml
common/tools/ats/bctest/locationsrv/locsel/locsel.xml
common/tools/ats/bctest/messaging/messaging.xml
common/tools/ats/bctest/messagingmw/sendui/sendui.xml
common/tools/ats/bctest/multimedia/multimediatest.xml
common/tools/ats/bctest/pim/clock/clock.xml
common/tools/ats/bctest/ssl/ssl.xml
common/tools/ats/bctest/stdcpp/stdcpp.xml
common/tools/ats/bctest/syslibs/syslibstest.xml
common/tools/ats/bctest/systemsw/systemsw.xml
common/tools/ats/bctest/tlocale/tlocale.xml
common/tools/ats/bctest/tstl/tstl.xml
common/tools/ats/bctest/websrv/websrv.xml
--- a/common/build.postbuild.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/build.postbuild.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -689,7 +689,6 @@
 			   <include name="libraries_report.xml"/>
 		   </fileset>
         </copy>
-		<mkdir dir="${publish.dir}/ats_reports"/>
     </target>
 
     <!-- TODO: Make this work for package builds once we have sysmodel story worked out -->
--- a/common/build.test.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/build.test.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -117,7 +117,8 @@
                               <arg value="--test-drop-name=${env.COMPUTERNAME}-bctest-${build.id}_${program}"/> 
                               <arg value="--host-name=${env.COMPUTERNAME}.ad-sfpd.intra"/>
                               <arg value="--src=${sf.spec.test.package.location}/../bctest/${program}"/>
-                              <arg value="--dest=${sf.spec.test.package.location}\${env.COMPUTERNAME}-bctest-${build.id}_${program}" />						 
+                              <arg value="--dest=${sf.spec.test.package.location}\${env.COMPUTERNAME}-bctest-${build.id}_${program}" />
+                              <arg value="--publish=${publish.dir}\ats_reports\${program}"/>
                             </exec>
                             <!-- Now ready to send to ATS3 -->  
 					      <echo message="Sending Test drop :  ${program} ............" />									
--- a/common/tools/ats/bctest/appsupport/profilesengine/profilesengine.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/appsupport/profilesengine/profilesengine.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Profiles Engine BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/base/basesvs.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/base/basesvs.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -5,6 +5,12 @@
 	<priority>10</priority>
     <build></build>
     <buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Base SVS Tests</name>
 	<target>
 		<device alias="emulator_udeb" rank="master">
--- a/common/tools/ats/bctest/browser/browser.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/browser/browser.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Browser BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/classicui/bctest.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/classicui/bctest.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>bctest</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/connset/connset.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/connset/connset.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Connection Settings BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/connsetui/connsetui.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/connsetui/connsetui.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Connection Settings UI BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/contacts/phonebook/phonebook.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/contacts/phonebook/phonebook.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Contacts Phonebook BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/coretelephony/coretelephony.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/coretelephony/coretelephony.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>RTC Core Telephony BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/drm/drm.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/drm/drm.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Digital Rights Managment BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/glib/glib.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/glib/glib.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>GTK Library BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/graphics/graphicssvs.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/graphics/graphicssvs.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
     <owner>admin</owner>
     <priority>10</priority>
     <buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
     <name>Graphics SVS Tests</name>
     <target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/locationsrv/landmarks_api/landmarks.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/locationsrv/landmarks_api/landmarks.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Landmarks API BCTests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Landmarks Database Management BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Landmarks Search BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/locationsrv/locaddedit/locaddedit.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/locationsrv/locaddedit/locaddedit.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Landmarks Application Editor BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/locationsrv/locaqu/locaqu.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/locationsrv/locaqu/locaqu.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Location Acquisition BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/locationsrv/locblid/locblid.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/locationsrv/locblid/locblid.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Basic Location Info Display (BLID) Application Satellite Info BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/locationsrv/locdbci/locdbci.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/locationsrv/locdbci/locdbci.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Landmarks Item Id Db Combi Info BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/locationsrv/locsel/locsel.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/locationsrv/locsel/locsel.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Landmarks Selector BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/messaging/messaging.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/messaging/messaging.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Messaging BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/messagingmw/sendui/sendui.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/messagingmw/sendui/sendui.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Send UI BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/multimedia/multimediatest.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/multimedia/multimediatest.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>multimediaSVStest</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/pim/clock/clock.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/pim/clock/clock.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>PIM Clock BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/ssl/ssl.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/ssl/ssl.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Secure Socket Layer BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/stdcpp/stdcpp.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/stdcpp/stdcpp.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>STDCPP BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/syslibs/syslibstest.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/syslibs/syslibstest.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>OS Services SVS Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/systemsw/systemsw.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/systemsw/systemsw.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>System Software BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/tlocale/tlocale.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/tlocale/tlocale.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>TLocale BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/tstl/tstl.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/tstl/tstl.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Thread Safe Template Library BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">
--- a/common/tools/ats/bctest/websrv/websrv.xml	Thu Dec 10 15:51:05 2009 +0000
+++ b/common/tools/ats/bctest/websrv/websrv.xml	Fri Dec 11 11:20:31 2009 +0000
@@ -4,6 +4,12 @@
 	<owner>admin</owner>
 	<priority>10</priority>
 	<buildid></buildid>
+	<postAction>
+		<type>FileStoreAction</type>
+		<params>
+			<param name="report-type" value="ATS3_REPORT"/>
+		</params>
+    </postAction>
 	<name>Web Services BC Tests</name>
 	<target>
         <device rank="master" alias="emulator_udeb">