--- a/.hgtags Tue Sep 15 18:12:03 2009 +0100
+++ b/.hgtags Tue Sep 15 18:18:24 2009 +0100
@@ -1,3 +1,4 @@
29394d95b3e1a63e73a3f3e31f9bab42cc1437f5 fbf_configs_0.0.a
36d82a2f1f927cbe91926e19c69fe74d9170b7de PDK_2.0.c
633b96a83005daab9464a00b8fcbcfa96a247c26 PDK_2.0.d
+cc2965329dd1c545c3cad90c83f2c8cf2bc7e2d6 PDK_2.0.e
--- a/common/build.test.xml Tue Sep 15 18:12:03 2009 +0100
+++ b/common/build.test.xml Tue Sep 15 18:18:24 2009 +0100
@@ -172,7 +172,7 @@
<!-- Sending testdrop to ATS3 -->
- <target name="sf-send-testpkg" depends="sf-find-ATS-worker-root,sf-make-junction">
+ <target name="sf-send-testpkg" depends="sf-start-ats,sf-find-ATS-worker-root,sf-make-junction">
<mkdir dir="${sf.spec.test.workerroot}/${sf.spec.test.package.droppath}"/>
<echo message="Sending test package ${sf.spec.test.package.name} to ${sf.spec.test.host.name} path ${sf.spec.test.host.droppath}"/>
<exec executable="perl" dir="${sf.common.config.dir}/tools/ats" failonerror="false" output="${build.log.dir}/ATS_${build.id}_testdrop.log">
@@ -185,4 +185,9 @@
<arg value="--host-drop-path=${sf.spec.test.host.droppath}"/>
</exec>
</target>
+ <target name="sf-start-ats">
+ <exec executable="${ats.drive}/start.cmd" dir="${ats.drive}" failonerror="false" spawn="true" vmlauncher="false" />
+ <echo message="Waiting for 10 seconds to start the ATS Worker......."/>
+ <sleep seconds="10"/>
+ </target>
</project>
--- a/common/build.xml Tue Sep 15 18:12:03 2009 +0100
+++ b/common/build.xml Tue Sep 15 18:18:24 2009 +0100
@@ -13,7 +13,6 @@
<property name="core.build.version" value="${sf.spec.job.codeline}"/>
<property name="build.number" value="${sf.spec.job.number}"/>
<property name="build.drive" value="${sf.spec.job.drive}"/>
- <property name="build.family" value="${sf.project.type}"/>
<property name="email.from" value="${sf.spec.email.from}"/>
<property name="local.free.space" value="${sf.spec.job.freespace}"/>
<property name="network.free.space" value="${sf.spec.publish.network.freespace}"/>
@@ -28,6 +27,18 @@
<property name="base_release.path" value="${sf.spec.baseline.location}"/>
<property name="base_release.getenv_options" value="${sf.spec.baseline.getenv_options}"/>
<property name="ccm.user.password" value="set_to_any_value_to_skip_scm_checks__for_helium_5"/>
+ <property name="ats.drive" value="${sf.spec.ats_worker.drive}"/>
+
+ <if>
+ <equals arg1="${sf.spec.publish.diamonds.tag}" arg2="test"/>
+ <then>
+ <property name="sf.test.tag" value=".test"/>
+ </then>
+ <else>
+ <property name="sf.test.tag" value=""/>
+ </else>
+ </if>
+ <property name="build.family" value="${sf.spec.job.name}_${sf.spec.job.codeline}${sf.test.tag}"/>
<if>
<isset property="sf.spec.sbs.numberofjobs"/>
--- a/common/common_props.ant.xml Tue Sep 15 18:12:03 2009 +0100
+++ b/common/common_props.ant.xml Tue Sep 15 18:18:24 2009 +0100
@@ -59,6 +59,7 @@
<property name="sf.spec.publish.diamonds.port" value="80"/>
<property name="sf.spec.publish.diamonds.path" value="/diamonds/builds/"/>
<property name="sf.spec.publish.diamonds.tag" value="test"/>
+ <property name="sf.spec.ats_worker.drive" value="C:\apps\ATS3\bin"/>
<property name="sf.spec.tagafterbuild.enable" value="false"/>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/browser/browser.pl Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,31 @@
+#!/usr/bin/perl
+# Copyright (c) 2009 Symbian Foundation Ltd
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Symbian Foundation Ltd - initial contribution.
+#
+# Contributors:
+# Brendan Donegan <brendand@symbian.org>
+#
+# Description:
+# Script to build ATS test drop for BC Profiles Engine tests
+
+
+use strict;
+use File::Copy;
+use File::Path;
+
+unlink "browser.zip";
+##rmtree "temp";
+mkpath "temp/bcbrowser/winscw_udeb";
+
+my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
+copy("browser.xml", "temp/test.xml");
+
+copy($epoc . "release/winscw/udeb/favouritesbctest.dll", "temp/bcbrowser/winscw_udeb/favouritesbctest.dll");
+
+system("7z a -tzip browser.zip ./temp/*");
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/browser/browser.xml Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<test>
+ <id>1</id>
+ <owner>admin</owner>
+ <priority>10</priority>
+ <buildid></buildid>
+ <name>Browser BC Tests</name>
+ <target>
+ <device rank="master" alias="emulator_udeb">
+ <property name="HARNESS" value="ATSINTERFACE" />
+ <property name="NAME" value="emulator_udeb" />
+ </device>
+ </target>
+ <plan id="" name="Browser BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <target>
+ <device rank="master" alias="emulator_udeb"/>
+ </target>
+ <session id="" name="Browser Binary Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <set id="" name="Browser" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <case id="" name="Browser Favourites API" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="favouritesbctest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="favouritesbctest.dll"/>
+ <param dst="c:\sys\bin\favouritesbctest.dll"/>
+ <param component-path="bcbrowser" />
+ </params>
+ </step>
+ <step id="" name="favouritesbctest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule favouritesbctest"/>
+ <param result-file="c:\spd_logs\xml\favouritesbctest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="favouritesbctest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ </set>
+ </session>
+ </plan>
+ <files>
+ <file>bcwebsrv/winscw_udeb/favouritesbctest.dll</file>
+ </files>
+</test>
\ No newline at end of file
--- a/common/tools/ats/bctest/contacts/phonebook/phonebook.pl Tue Sep 15 18:12:03 2009 +0100
+++ b/common/tools/ats/bctest/contacts/phonebook/phonebook.pl Tue Sep 15 18:18:24 2009 +0100
@@ -12,7 +12,7 @@
# Louis Henry Nayegon <louisn@symbian.org>
#
# Description:
-# Script to build ATS test drop multimedia svs tests
+# Script to build ATS test drop contacts phonebook tests
use strict;
--- a/common/tools/ats/bctest/drm/drm.pl Tue Sep 15 18:12:03 2009 +0100
+++ b/common/tools/ats/bctest/drm/drm.pl Tue Sep 15 18:18:24 2009 +0100
@@ -12,7 +12,7 @@
# Louis Henry Nayegon <louisn@symbian.org>
#
# Description:
-# Script to build ATS test drop multimedia svs tests
+# Script to build ATS test drop DRM tests
use strict;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/locationsrv/landmarks_api/landmarks.xml Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,108 @@
+<?xml version="1.0"?>
+<test>
+ <id>1</id>
+ <owner>admin</owner>
+ <priority>10</priority>
+ <buildid></buildid>
+ <name>Landmarks API BCTests</name>
+ <target>
+ <device rank="master" alias="emulator_udeb">
+ <property name="HARNESS" value="ATSINTERFACE" />
+ <property name="NAME" value="emulator_udeb" />
+ </device>
+ </target>
+ <plan id="" name="Landmarks API BCTests WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <target>
+ <device rank="master" alias="emulator_udeb"/>
+ </target>
+ <session id="" name="Landmarks API BCTests" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <set id="" name="Landmarks" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <case id="" name="Landmarks" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="testlandmarksapi.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="testlandmarksapi.dll"/>
+ <param dst="c:\sys\bin\testlandmarksapi.dll"/>
+ <param component-path="landmarks" />
+ </params>
+ </step>
+ <step id="" name="testframework_Landmarks.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/testframework_Landmarks.ini"/>
+ <param dst="C:\TestFramework\TestFramework.ini"/>
+ <param component-path="landmarks" />
+ </params>
+ </step>
+ <step id="" name="testlandmarksapi.cfg (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework\testlandmarksapi.cfg"/>
+ <param dst="C:\testframework\testlandmarksapi.cfg"/>
+ <param component-path="landmarks" />
+ </params>
+ </step>
+ <step id="" name="smiltemplate.mif (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="smiltemplate.mif"/>
+ <param dst="C:\testing\data\smiltemplate.mif"/>
+ <param component-path="landmarks" />
+ </params>
+ </step>
+ <step id="" name="testEposLmImport.lmx (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testEposLmImport.lmx"/>
+ <param dst="C:\testing\data\testEposLmImport.lmx"/>
+ <param component-path="landmarks" />
+ </params>
+ </step>
+ <step id="" name="testEposLmImportCollection.lmx (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testEposLmImportCollection.lmx"/>
+ <param dst="C:\testing\data\testEposLmImportCollection.lmx"/>
+ <param component-path="landmarks" />
+ </params>
+ </step>
+ <step id="" name="landmarks (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule testscripter -config C:\testframework\testlandmarksapi.cfg"/>
+ <param result-file="c:\spd_logs\xml\testscripter.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="Landmarks_log (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ </set>
+ </session>
+ </plan>
+ <files>
+ <file>landmarks/winscw_udeb/testlandmarksapi.dll</file>
+ <file>landmarks/general/testframework/TestFramework_Landmarks.ini</file>
+ <file>landmarks/general/testframework/testlandmarksapi.cfg</file>
+ <file>landmarks/general/smiltemplate.mif</file>
+ <file>landmarks/general/testEposLmImport.lmx</file>
+ <file>landmarks/general/testEposLmImportCollection.lmx</file>
+ </files>
+</test>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/locationsrv/landmarks_api/landmarks_api.pl Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,34 @@
+#!/usr/bin/perl
+# Copyright (c) 2009 Symbian Foundation Ltd
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Symbian Foundation Ltd - initial contribution.
+#
+# Description:
+# Script to build ATS test drop for landmarks_api tests
+
+
+use strict;
+use File::Copy;
+use File::Path;
+
+unlink "landmarks_api.zip";
+##rmtree "temp";
+mkpath "temp/landmarks/general/testframework";
+mkpath "temp/landmarks/winscw_udeb";
+
+my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
+copy("landmarks.xml", "temp/test.xml");
+
+copy($epoc . "release/winscw/udeb/testlandmarksapi.dll", "temp/landmarks/winscw_udeb/testlandmarksapi.dll");
+copy($epoc . "winscw/c/testframework/TestFramework_Landmarks.ini", "temp/landmarks/general/testframework/TestFramework_Landmarks.ini");
+copy($epoc . "winscw/c/testframework/testlandmarksapi.cfg", "temp/landmarks/general/testframework/testlandmarksapi.cfg");
+copy($epoc . "winscw/c/testing/data/smiltemplate.mif", "temp/landmarks/general/smiltemplate.mif");
+copy($epoc . "winscw/c/testing/data/testEposLmImport.lmx", "temp/landmarks/general/testEposLmImport.lmx");
+copy($epoc . "winscw/c/testing/data/testEposLmImportCollection.lmx", "temp/landmarks/general/testEposLmImportCollection.lmx");
+
+system("7z a -tzip landmarks_api.zip ./temp/*");
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.pl Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,34 @@
+#!/usr/bin/perl
+# Copyright (c) 2009 Symbian Foundation Ltd
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Symbian Foundation Ltd - initial contribution.
+#
+# Contributors:
+# Maciej Seroka <maciejs@symbian.org>
+#
+# Description:
+# Script to build ATS test drop Landmarks Database Management BC tests
+
+
+use strict;
+use File::Copy;
+use File::Path;
+
+unlink "lmdbmanagementtest.zip";
+##rmtree "temp";
+mkpath "temp/lmdbmanagementtest/general/testframework";
+mkpath "temp/lmdbmanagementtest/winscw_udeb";
+
+my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
+copy("lmdbmanagement.xml", "temp/test.xml");
+
+copy($epoc . "release/winscw/udeb/testdbmanagementapi.dll", "temp/lmdbmanagementtest/winscw_udeb/testdbmanagementapi.dll");
+copy($epoc . "winscw/c/testframework/testframework_lmdbmanagement.ini", "temp/lmdbmanagementtest/general/testframework/testframework_lmdbmanagement.ini");
+copy($epoc . "winscw/c/testframework/testdbmanagementapi.cfg", "temp/lmdbmanagementtest/general/testframework/testdbmanagementapi.cfg");
+
+system("7z a -tzip lmdbmanagementtest.zip ./temp/*");
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.xml Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,80 @@
+<?xml version="1.0"?>
+<test>
+ <id>1</id>
+ <owner>admin</owner>
+ <priority>10</priority>
+ <buildid></buildid>
+ <name>Landmarks Database Management BC Tests</name>
+ <target>
+ <device rank="master" alias="emulator_udeb">
+ <property name="HARNESS" value="ATSINTERFACE" />
+ <property name="NAME" value="emulator_udeb" />
+ </device>
+ </target>
+ <plan id="" name="Landmarks Database Management BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <target>
+ <device rank="master" alias="emulator_udeb"/>
+ </target>
+ <session id="" name="Landmarks Database Management Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <set id="" name="Landmarks Database Management" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <case id="" name="Landmarks Database Management" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="testdbmanagementapi.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="testdbmanagementapi.dll"/>
+ <param dst="c:\sys\bin\testdbmanagementapi.dll"/>
+ <param component-path="lmdbmanagementtest" />
+ </params>
+ </step>
+ <step id="" name="TestFramework_lmdbmanagement.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/TestFramework_lmdbmanagement.ini"/>
+ <param dst="c:\testframework\testframework.ini"/>
+ <param component-path="lmdbmanagementtest" />
+ </params>
+ </step>
+ <step id="" name="testdbmanagementapi.cfg (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/testdbmanagementapi.cfg"/>
+ <param dst="c:\testframework\testdbmanagementapi.cfg"/>
+ <param component-path="lmdbmanagementtest" />
+ </params>
+ </step>
+
+
+ <step id="" name="testdbmanagementapi (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule testscripter -config c:\testframework\testdbmanagementapi.cfg"/>
+ <param result-file="c:\spd_logs\xml\testscripter.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="testdbmanagementapi (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ </set>
+ </session>
+ </plan>
+ <files>
+ <file>lmdbmanagementtest/winscw_udeb/testdbmanagementapi.dll</file>
+ <file>lmdbmanagementtest/general/testframework/testframework_lmdbmanagement.ini</file>
+ <file>lmdbmanagementtest/general/testframework/testdbmanagementapi.cfg</file>
+ </files>
+</test>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.pl Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,34 @@
+#!/usr/bin/perl
+# Copyright (c) 2009 Symbian Foundation Ltd
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Symbian Foundation Ltd - initial contribution.
+#
+# Contributors:
+# Maciej Seroka <maciejs@symbian.org>
+#
+# Description:
+# Script to build ATS test drop Landmarks Search BC tests
+
+
+use strict;
+use File::Copy;
+use File::Path;
+
+unlink "lmsearchtest.zip";
+##rmtree "temp";
+mkpath "temp/lmsearchtest/general/testframework";
+mkpath "temp/lmsearchtest/winscw_udeb";
+
+my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
+copy("lmsearch.xml", "temp/test.xml");
+
+copy($epoc . "release/winscw/udeb/testlmksearchapi.dll", "temp/lmsearchtest/winscw_udeb/testlmksearchapi.dll");
+copy($epoc . "winscw/c/testframework/TestFramework_lmsearch.ini", "temp/lmsearchtest/general/testframework/TestFramework_lmsearch.ini");
+copy($epoc . "winscw/c/testframework/testlmksearchapi.cfg", "temp/lmsearchtest/general/testframework/testlmksearchapi.cfg");
+
+system("7z a -tzip lmsearchtest.zip ./temp/*");
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.xml Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,78 @@
+<?xml version="1.0"?>
+<test>
+ <id>1</id>
+ <owner>admin</owner>
+ <priority>10</priority>
+ <buildid></buildid>
+ <name>Landmarks Search BC Tests</name>
+ <target>
+ <device rank="master" alias="emulator_udeb">
+ <property name="HARNESS" value="ATSINTERFACE" />
+ <property name="NAME" value="emulator_udeb" />
+ </device>
+ </target>
+ <plan id="" name="Landmarks Search BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <target>
+ <device rank="master" alias="emulator_udeb"/>
+ </target>
+ <session id="" name="Landmarks Search Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <set id="" name="Landmarks Search" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <case id="" name="Landmarks Search" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="testlmksearchapi.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="testlmksearchapi.dll"/>
+ <param dst="c:\sys\bin\testlmksearchapi.dll"/>
+ <param component-path="lmsearchtest" />
+ </params>
+ </step>
+ <step id="" name="TestFramework_lmsearch.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/TestFramework_lmsearch.ini"/>
+ <param dst="c:\testframework\testframework.ini"/>
+ <param component-path="lmsearchtest" />
+ </params>
+ </step>
+ <step id="" name="testlmksearchapi.cfg (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/testlmksearchapi.cfg"/>
+ <param dst="c:\testframework\testlmksearchapi.cfg"/>
+ <param component-path="lmsearchtest" />
+ </params>
+ </step>
+ <step id="" name="testlmksearchapi (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule testscripter -config c:\testframework\testlmksearchapi.cfg"/>
+ <param result-file="c:\spd_logs\xml\testscripter.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="testlmksearchapi (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ </set>
+ </session>
+ </plan>
+ <files>
+ <file>lmsearchtest/winscw_udeb/testlmksearchapi.dll</file>
+ <file>lmsearchtest/general/testframework/TestFramework_lmsearch.ini</file>
+ <file>lmsearchtest/general/testframework/testlmksearchapi.cfg</file>
+ </files>
+</test>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/locationsrv/locblid/locblid.pl Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,35 @@
+#!/usr/bin/perl
+# Copyright (c) 2009 Symbian Foundation Ltd
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Symbian Foundation Ltd - initial contribution.
+#
+# Contributors:
+# Maciej Seroka <maciejs@symbian.org>
+#
+# Description:
+# Script to build ATS test drop BLID Application Satellite Info BC tests
+
+
+use strict;
+use File::Copy;
+use File::Path;
+
+unlink "locblidtest.zip";
+##rmtree "temp";
+mkpath "temp/locblidtest/general/testframework";
+mkpath "temp/locblidtest/winscw_udeb";
+
+my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
+copy("locblid.xml", "temp/test.xml");
+
+copy($epoc . "release/winscw/udeb/BCBlidTest.dll", "temp/locblidtest/winscw_udeb/BCBlidTest.dll");
+copy($epoc . "winscw/c/testframework/testframework_locblid.ini", "temp/locblidtest/general/testframework/testframework_locblid.ini");
+copy($epoc . "winscw/c/testframework/tcLmkBlid.cfg", "temp/locblidtest/general/testframework/tcLmkBlid.cfg");
+copy($epoc . "winscw/c/testframework/UI_BCBLid.cfg", "temp/locblidtest/general/testframework/UI_BCBLid.cfg");
+
+system("7z a -tzip locblidtest.zip ./temp/*");
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/locationsrv/locblid/locblid.xml Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,88 @@
+<?xml version="1.0"?>
+<test>
+ <id>1</id>
+ <owner>admin</owner>
+ <priority>10</priority>
+ <buildid></buildid>
+ <name>Basic Location Info Display (BLID) Application Satellite Info BC Tests</name>
+ <target>
+ <device rank="master" alias="emulator_udeb">
+ <property name="HARNESS" value="ATSINTERFACE" />
+ <property name="NAME" value="emulator_udeb" />
+ </device>
+ </target>
+ <plan id="" name="Basic Location Info Display BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <target>
+ <device rank="master" alias="emulator_udeb"/>
+ </target>
+ <session id="" name="BLID Application Satellite Info Binary Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <set id="" name="BLID Application" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <case id="" name="BLID Application" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="BCBlidTest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="BCBlidTest.dll"/>
+ <param dst="c:\sys\bin\BCBlidTest.dll"/>
+ <param component-path="locblidtest" />
+ </params>
+ </step>
+ <step id="" name="testframework_testframework_locblid.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/testframework_locblid.ini"/>
+ <param dst="c:\testframework\testframework.ini"/>
+ <param component-path="locblidtest" />
+ </params>
+ </step>
+ <step id="" name="tcLmkBlid.cfg (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/tcLmkBlid.cfg"/>
+ <param dst="c:\testframework\tcLmkBlid.cfg"/>
+ <param component-path="locblidtest" />
+ </params>
+ </step>
+ <step id="" name="UI_BCBLid.cfg (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/UI_BCBLid.cfg"/>
+ <param dst="c:\testframework\UI_BCBLid.cfg"/>
+ <param component-path="locblidtest" />
+ </params>
+ </step>
+ <step id="" name="tcLmkBlid (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule testcombiner -config C:\testframework\tcLmkBlid.cfg"/>
+ <param result-file="c:\spd_logs\xml\testcombiner.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="tcLmkBlid (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ </set>
+ </session>
+ </plan>
+ <files>
+ <file>locblidtest/winscw_udeb/BCBlidTest.dll</file>
+ <file>locblidtest/general/testframework/testframework_locblid.ini</file>
+ <file>locblidtest/general/testframework/UI_BCBLid.cfg</file>
+ <file>locblidtest/general/testframework/tcLmkBlid.cfg</file>
+ </files>
+</test>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/messagingmw/sendui/sendui.pl Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,34 @@
+#!/usr/bin/perl
+# Copyright (c) 2009 Symbian Foundation Ltd
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Symbian Foundation Ltd - initial contribution.
+#
+# Contributors:
+# Brendan Donegan <brendand@symbian.org>
+#
+# Description:
+# Script to build ATS test drop for BC Profiles Engine tests
+
+
+use strict;
+use File::Copy;
+use File::Path;
+
+unlink "sendui.zip";
+##rmtree "temp";
+mkpath "temp/bcsendui/general/testframework";
+mkpath "temp/bcsendui/winscw_udeb";
+
+my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
+copy("sendui.xml", "temp/test.xml");
+
+copy($epoc . "release/winscw/udeb/senduiapitest.dll", "temp/bcsendui/winscw_udeb/senduiapitest.dll");
+copy($epoc . "winscw/c/testframework/testframework_sendui.ini", "temp/bcsendui/general/testframework/testframework_sendui.ini");
+copy($epoc . "winscw/c/testframework/ui_senduiapitest.cfg", "temp/bcsendui/general/testframework/ui_senduiapitest.cfg");
+
+system("7z a -tzip sendui.zip ./temp/*");
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/messagingmw/sendui/sendui.xml Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,78 @@
+<?xml version="1.0"?>
+<test>
+ <id>1</id>
+ <owner>admin</owner>
+ <priority>10</priority>
+ <buildid></buildid>
+ <name>Send UI BC Tests</name>
+ <target>
+ <device rank="master" alias="emulator_udeb">
+ <property name="HARNESS" value="ATSINTERFACE" />
+ <property name="NAME" value="emulator_udeb" />
+ </device>
+ </target>
+ <plan id="" name="Send UI BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <target>
+ <device rank="master" alias="emulator_udeb"/>
+ </target>
+ <session id="" name="Send UI Binary Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <set id="" name="Send UI" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <case id="" name="Send UI API" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="senduiapitest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="senduiapitest.dll"/>
+ <param dst="c:\sys\bin\senduiapitest.dll"/>
+ <param component-path="bcsendui" />
+ </params>
+ </step>
+ <step id="" name="testframework_sendui.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework\testframework_sendui.ini"/>
+ <param dst="c:\testframework\testframework_sendui.ini"/>
+ <param component-path="bcsendui" />
+ </params>
+ </step>
+ <step id="" name="ui_senduiapitest.cfg (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework\ui_senduiapitest.cfg"/>
+ <param dst="c:\testframework\ui_senduiapitest.cfg"/>
+ <param component-path="bcsendui" />
+ </params>
+ </step>
+ <step id="" name="senduiapitest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule testscripter -config c:\testframework\ui_senduiapitest.cfg"/>
+ <param result-file="c:\spd_logs\xml\testscripter.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="senduiapitest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ </set>
+ </session>
+ </plan>
+ <files>
+ <file>bcsendui/winscw_udeb/senduiapitest.dll</file>
+ <file>bcsendui/general/testframework/testframework_sendui.ini</file>
+ <file>bcsendui/general/testframework/ui_senduiapitest.cfg</file>
+ </files>
+</test>
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/pim/clock/clock.pl Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,36 @@
+#!/usr/bin/perl
+# Copyright (c) 2009 Symbian Foundation Ltd
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Symbian Foundation Ltd - initial contribution.
+#
+# Contributors:
+# Louis Henry Nayegon <louisn@symbian.org>
+#
+# Description:
+# Script to build ATS test drop contacts phonebook tests
+
+
+use strict;
+use File::Copy;
+use File::Path;
+
+unlink "clocktest.zip";
+##rmtree "temp";
+mkpath "temp/clocktest/general/testframework";
+mkpath "temp/clocktest/general/bcardtest2";
+mkpath "temp/clocktest/winscw_udeb/z/resource/plugins";
+
+my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
+copy("clock.xml", "temp/test.xml");
+
+copy($epoc . "release/winscw/udeb/bctestclock.dll", "temp/clocktest/winscw_udeb/bctestclock.dll");
+copy($epoc . "winscw/c/testframework/testframework_pimclock.ini", "temp/clocktest/general/testframework/testframework_pimclock.ini");
+copy($epoc . "winscw/c/testframework/tcbctestclock.cfg", "temp/clocktest/general/testframework/tcbctestclock.cfg");
+copy($epoc . "winscw/c/testframework/ui_bctestclock.cfg", "temp/clocktest/general/testframework/ui_bctestclock.cfg");
+
+system("7z a -tzip clocktest.zip ./temp/*");
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/pim/clock/clock.xml Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,88 @@
+<?xml version="1.0"?>
+<test>
+ <id>1</id>
+ <owner>admin</owner>
+ <priority>10</priority>
+ <buildid></buildid>
+ <name>PIM Clock BC Tests</name>
+ <target>
+ <device rank="master" alias="emulator_udeb">
+ <property name="HARNESS" value="ATSINTERFACE" />
+ <property name="NAME" value="emulator_udeb" />
+ </device>
+ </target>
+ <plan id="" name="PIM Clock BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <target>
+ <device rank="master" alias="emulator_udeb"/>
+ </target>
+ <session id="" name="PIM Clock Binary Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <set id="" name="PIM Clock" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <case id="" name="PIM Clock" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="bctestclock.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="bctestclock.dll"/>
+ <param dst="c:\sys\bin\bctestclock.dll"/>
+ <param component-path="clocktest" />
+ </params>
+ </step>
+ <step id="" name="testframework_pimclock.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/testframework_pimclock.ini"/>
+ <param dst="c:\testframework\testframework.ini"/>
+ <param component-path="clocktest" />
+ </params>
+ </step>
+ <step id="" name="tcbctestclock.cfg (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/tcbctestclock.cfg"/>
+ <param dst="c:\testframework\tcbctestclock.cfg"/>
+ <param component-path="clocktest" />
+ </params>
+ </step>
+ <step id="" name="ui_bctestclock.cfg (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/ui_bctestclock.cfg"/>
+ <param dst="c:\testframework\ui_bctestclock.cfg"/>
+ <param component-path="clocktest" />
+ </params>
+ </step>
+ <step id="" name="bctestclock (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule testcombiner -config C:\testframework\tcbctestclock.cfg"/>
+ <param result-file="c:\spd_logs\xml\testcombiner.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="bctestclock (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ </set>
+ </session>
+ </plan>
+ <files>
+ <file>clocktest/winscw_udeb/bctestclock.dll</file>
+ <file>clocktest/general/testframework/testframework_pimclock.ini</file>
+ <file>clocktest/general/testframework/tcbctestclock.cfg</file>
+ <file>clocktest/general/testframework/ui_bctestclock.cfg</file>
+ </files>
+</test>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/systemsw/group.txt Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,13 @@
+sf/os/devicesrv/devicesrv_pub/feature_discovery_api/tsrc/bc/featurediscovery/group
+sf/os/devicesrv/devicesrv_pub/find_item_api/tsrc/bc/finditem/group
+sf/os/devicesrv/devicesrv_pub/light_api/tsrc/bc/light/group
+sf/mw/appsupport/appsupport_pub/network_status_api/tsrc/bc/networkstatus/group
+sf/os/devicesrv/devicesrv_pub/phone_parser_api/tsrc/bc/phoneparser/group
+sf/os/devicesrv/devicesrv_pub/platform_environment_api/tsrc/bc/platformenv/group
+sf/os/devicesrv/devicesrv_pub/hwrm_power_state_api/tsrc/bc/powerstate/group
+sf/os/devicesrv/devicesrv_pub/sysutil_api/tsrc/bc/sysutil/group
+sf/os/devicesrv/devicesrv_pub/text_resolver_api/tsrc/bc/textresolver/group
+sf/os/devicesrv/devicesrv_pub/vibra_api/tsrc/bc/vibra/group
+sf/os/devicesrv/resourcemgmt/tsrc/public/basic/group
+sf/os/devicesrv/devicesrv_pub/version_info_api/tsrc/bc/platformvertest/group
+sf/os/devicesrv/devicesrv_pub/accessory_monitoring_api/tsrc/bc/accmonapibctests/group
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/systemsw/systemsw.pl Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,43 @@
+#!/usr/bin/perl
+# Copyright (c) 2009 Symbian Foundation Ltd
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Symbian Foundation Ltd - initial contribution.
+#
+# Contributors:
+# Louis Henry Nayegon <louisn@symbian.org>
+#
+# Description:
+# Script to build ATS test drop system software tests
+
+
+use strict;
+use File::Copy;
+use File::Path;
+
+unlink "systemswtest.zip";
+rmtree "temp";
+mkpath "temp/systemswtest/winscw_udeb";
+
+my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
+copy("systemsw.xml", "temp/test.xml");
+
+copy($epoc . "release/winscw/udeb/featuremanagertest.dll", "temp/systemswtest/winscw_udeb/featuremanagertest.dll");
+copy($epoc . "release/winscw/udeb/finditemenginetest.dll", "temp/systemswtest/winscw_udeb/finditemenginetest.dll");
+copy($epoc . "release/winscw/udeb/light.dll", "temp/systemswtest/winscw_udeb/light.dll");
+copy($epoc . "release/winscw/udeb/networkstatustest.dll", "temp/systemswtest/winscw_udeb/networkstatustest.dll");
+copy($epoc . "release/winscw/udeb/phoneparsertest.dll", "temp/systemswtest/winscw_udeb/phoneparsertest.dll");
+copy($epoc . "release/winscw/udeb/platformenvtest.dll", "temp/systemswtest/winscw_udeb/platformenvtest.dll");
+copy($epoc . "release/winscw/udeb/powerstatetest.dll", "temp/systemswtest/winscw_udeb/powerstatetest.dll");
+copy($epoc . "release/winscw/udeb/sysutiltest.dll", "temp/systemswtest/winscw_udeb/sysutiltest.dll");
+copy($epoc . "release/winscw/udeb/stiftextresolvertest.dll", "temp/systemswtest/winscw_udeb/stiftextresolvertest.dll");
+copy($epoc . "release/winscw/udeb/hwresmantest.dll", "temp/systemswtest/winscw_udeb/hwresmantest.dll");
+copy($epoc . "release/winscw/udeb/vibractrltest.dll", "temp/systemswtest/winscw_udeb/vibractrltest.dll");
+copy($epoc . "release/winscw/udeb/platformvertest.dll", "temp/systemswtest/winscw_udeb/platformvertest.dll");
+copy($epoc . "release/winscw/udeb/accmonapibctests.dll", "temp/systemswtest/winscw_udeb/accmonapibctests.dll");
+
+system("7z a -tzip systemswtest.zip ./temp/*");
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/systemsw/systemsw.xml Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,442 @@
+<?xml version="1.0"?>
+<test>
+ <id>1</id>
+ <owner>admin</owner>
+ <priority>10</priority>
+ <buildid></buildid>
+ <name>System Software BC Tests</name>
+ <target>
+ <device rank="master" alias="emulator_udeb">
+ <property name="HARNESS" value="ATSINTERFACE" />
+ <property name="NAME" value="emulator_udeb" />
+ </device>
+ </target>
+ <plan id="" name="System Software BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <target>
+ <device rank="master" alias="emulator_udeb"/>
+ </target>
+ <session id="" name="System Software Binary Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <set id="" name="System Software Binary" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <case id="" name="Feature Manager" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="featuremanagertest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="featuremanagertest.dll"/>
+ <param dst="c:\sys\bin\featuremanagertest.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="featuremanagertest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule featuremanagertest"/>
+ <param result-file="c:\spd_logs\xml\featuremanagertest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="featuremanagertest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="Find Item Engine" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="finditemenginetest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="finditemenginetest.dll"/>
+ <param dst="c:\sys\bin\finditemenginetest.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="finditemenginetest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule finditemenginetest"/>
+ <param result-file="c:\spd_logs\xml\finditemenginetest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="finditemenginetest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="Light" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="light.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="light.dll"/>
+ <param dst="c:\sys\bin\light.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="light (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule light"/>
+ <param result-file="c:\spd_logs\xml\light.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="light (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="Network Status" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="networkstatustest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="networkstatustest.dll"/>
+ <param dst="c:\sys\bin\networkstatustest.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="networkstatustest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule networkstatustest"/>
+ <param result-file="c:\spd_logs\xml\networkstatustest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="networkstatustest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="Phone Parser" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="phoneparsertest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="phoneparsertest.dll"/>
+ <param dst="c:\sys\bin\phoneparsertest.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="phoneparsertest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule phoneparsertest"/>
+ <param result-file="c:\spd_logs\xml\phoneparsertest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="phoneparsertest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="Platform Environment" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="platformenvtest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="platformenvtest.dll"/>
+ <param dst="c:\sys\bin\platformenvtest.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="platformenvtest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule platformenvtest"/>
+ <param result-file="c:\spd_logs\xml\platformenvtest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="platformenvtest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="Power State" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="powerstatetest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="powerstatetest.dll"/>
+ <param dst="c:\sys\bin\powerstatetest.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="powerstatetest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule powerstatetest"/>
+ <param result-file="c:\spd_logs\xml\powerstatetest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="powerstatetest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="System Utility" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="sysutiltest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="sysutiltest.dll"/>
+ <param dst="c:\sys\bin\sysutiltest.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="sysutiltest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule sysutiltest"/>
+ <param result-file="c:\spd_logs\xml\sysutiltest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="sysutiltest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="STIF Resolver" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="stiftextresolvertest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="stiftextresolvertest.dll"/>
+ <param dst="c:\sys\bin\stiftextresolvertest.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="stiftextresolvertest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule stiftextresolvertest"/>
+ <param result-file="c:\spd_logs\xml\stiftextresolvertest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="stiftextresolvertest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="Hardware Resource Manager" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="hwresmantest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="hwresmantest.dll"/>
+ <param dst="c:\sys\bin\hwresmantest.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="hwresmantest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule hwresmantest"/>
+ <param result-file="c:\spd_logs\xml\hwresmantest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="hwresmantest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="Vibration Control" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="vibractrltest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="vibractrltest.dll"/>
+ <param dst="c:\sys\bin\vibractrltest.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="vibractrltest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule vibractrltest"/>
+ <param result-file="c:\spd_logs\xml\vibractrltest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="vibractrltest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="Platform Version" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="platformvertest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="platformvertest.dll"/>
+ <param dst="c:\sys\bin\platformvertest.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="platformvertest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule platformvertest"/>
+ <param result-file="c:\spd_logs\xml\platformvertest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="platformvertest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ <case id="" name="Accessory Monitoring API" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="accmonapibctests.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="accmonapibctests.dll"/>
+ <param dst="c:\sys\bin\accmonapibctests.dll"/>
+ <param component-path="systemswtest" />
+ </params>
+ </step>
+ <step id="" name="accmonapibctests (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule accmonapibctests"/>
+ <param result-file="c:\spd_logs\xml\accmonapibctests.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="accmonapibctests (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ </set>
+ </session>
+ </plan>
+ <files>
+ <file>systemswtest/winscw_udeb/featuremanagertest.dll</file>
+ </files>
+</test>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/websrv/websrv.pl Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,38 @@
+#!/usr/bin/perl
+# Copyright (c) 2009 Symbian Foundation Ltd
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Symbian Foundation Ltd - initial contribution.
+#
+# Contributors:
+# Brendan Donegan <brendand@symbian.org>
+# Maciej Seroka <maciejs@symbian.org>
+#
+# Description:
+# Script to build ATS test drop for BC Web Services tests
+
+
+use strict;
+use File::Copy;
+use File::Path;
+
+unlink "websrv.zip";
+##rmtree "temp";
+mkpath "temp/bcwebsrv/general/testframework";
+mkpath "temp/bcwebsrv/winscw_udeb";
+
+my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
+copy("websrv.xml", "temp/test.xml");
+
+copy($epoc . "release/winscw/udeb/CSenServiceConnectionBCTest.dll", "temp/bcwebsrv/winscw_udeb/CSenServiceConnectionBCTest.dll");
+copy($epoc . "winscw/c/testframework/testframework_connection.ini", "temp/bcwebsrv/general/testframework/testframework_connection.ini");
+copy($epoc . "release/winscw/udeb/HostletConnectionBCTest.dll", "temp/bcwebsrv/winscw_udeb/HostletConnectionBCTest.dll");
+copy($epoc . "winscw/c/testframework/TestFramework_hostlet.ini", "temp/bcwebsrv/general/testframework/TestFramework_hostlet.ini");
+copy($epoc . "release/winscw/udeb/newsoapclassesbctest.dll", "temp/bcwebsrv/winscw_udeb/newsoapclassesbctest.dll");
+copy($epoc . "winscw/c/testframework/testframework_newsoapclasses.ini", "temp/bcwebsrv/general/testframework/testframework_newsoapclasses.ini");
+
+system("7z a -tzip websrv.zip ./temp/*");
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/websrv/websrv.xml Tue Sep 15 18:18:24 2009 +0100
@@ -0,0 +1,158 @@
+<?xml version="1.0"?>
+<test>
+ <id>1</id>
+ <owner>admin</owner>
+ <priority>10</priority>
+ <buildid></buildid>
+ <name>Web Services BC Tests</name>
+ <target>
+ <device rank="master" alias="emulator_udeb">
+ <property name="HARNESS" value="ATSINTERFACE" />
+ <property name="NAME" value="emulator_udeb" />
+ </device>
+ </target>
+ <plan id="" name="Web Services BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <target>
+ <device rank="master" alias="emulator_udeb"/>
+ </target>
+ <session id="" name="Web Services Binary Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <set id="" name="Web Service Connection" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <case id="" name="Connection API" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="csenserviceconnectionbctest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="csenserviceconnectionbctest.dll"/>
+ <param dst="c:\sys\bin\csenserviceconnectionbctest.dll"/>
+ <param component-path="bcwebsrv" />
+ </params>
+ </step>
+ <step id="" name="testframework_connection.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework\testframework_connection.ini"/>
+ <param dst="c:\testframework\testframework_connection.ini"/>
+ <param component-path="bcwebsrv" />
+ </params>
+ </step>
+ <step id="" name="senserviceconnection (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule csenserviceconnectionbctest"/>
+ <param result-file="c:\spd_logs\xml\csenserviceconnectionbctest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="senserviceconnection (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ </set>
+ <set id="" name="Hostlet Connection" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <case id="" name="Hostlet Connection API" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="HostletConnectionBCTest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="HostletConnectionBCTest.dll"/>
+ <param dst="c:\sys\bin\HostletConnectionBCTest.dll"/>
+ <param component-path="bcwebsrv" />
+ </params>
+ </step>
+ <step id="" name="TestFramework_hostlet.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework/TestFramework_hostlet.ini"/>
+ <param dst="c:\TestFramework\TestFramework.ini"/>
+ <param component-path="bcwebsrv" />
+ </params>
+ </step>
+ <step id="" name="HostletConnectionBCTest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule HostletConnectionBCTest"/>
+ <param result-file="c:\spd_logs\xml\HostletConnectionBCTest.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="HostletConnectionBCTest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ </set>
+ <set id="" name="Web Service Messaging" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <case id="" name="New SOAP Classes API" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>makedir</command>
+ <params>
+ <param dir="c:\spd_logs\xml" />
+ </params>
+ </step>
+ <step id="" name="newsoapclassesbctest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="binary"/>
+ <param src="newsoapclassesbctest.dll"/>
+ <param dst="c:\sys\bin\newsoapclassesbctest.dll"/>
+ <param component-path="bcwebsrv" />
+ </params>
+ </step>
+ <step id="" name="testframework_newsoapclasses.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
+ <command>install</command>
+ <params>
+ <param type="data"/>
+ <param src="testframework\testframework_newsoapclasses.ini"/>
+ <param dst="c:\testframework\testframework_newsoapclasses.ini"/>
+ <param component-path="bcwebsrv" />
+ </params>
+ </step>
+ <step id="" name="newsoapclassesbctest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>execute</command>
+ <params>
+ <param file="atsinterface.exe"/>
+ <param parameters="-testmodule newsoapclassesbctest"/>
+ <param result-file="c:\spd_logs\xml\newsoapclasses.xml"/>
+ <param timeout="3600"/>
+ </params>
+ </step>
+ <step id="" name="newsoapclassesbctest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
+ <command>fetch-log</command>
+ <params>
+ <param path="c:\logs\testframework\TestReport.txt" />
+ </params>
+ </step>
+ </case>
+ </set>
+ </session>
+ </plan>
+ <files>
+ <file>bcwebsrv/winscw_udeb/csenserviceconnectionbctest.dll</file>
+ <file>bcwebsrv/general/testframework/testframework_connection.ini</file>
+ <file>bcwebsrv/winscw_udeb/hostletconnectionbctest.dll</file>
+ <file>bcwebsrv/general/testframework/testframework_hostlet.ini</file>
+ <file>bcwebsrv/winscw_udeb/newsoapclassesbctest.dll</file>
+ <file>bcwebsrv/general/testframework/testframework_newsoapclasses.ini</file>
+ </files>
+</test>
\ No newline at end of file