# HG changeset patch # User brendand # Date 1257168854 0 # Node ID dc3b9f6bf48c9aa554067ea6dfb6e03f51c87885 # Parent 6b540cc856193d9b48386b0eacfe4ec88bd12774 updated smoketest plan to support both harnesses diff -r 6b540cc85619 -r dc3b9f6bf48c common/tools/ats/smoketest/Group/smoketest.pl --- a/common/tools/ats/smoketest/Group/smoketest.pl Mon Nov 02 13:12:44 2009 +0000 +++ b/common/tools/ats/smoketest/Group/smoketest.pl Mon Nov 02 13:34:14 2009 +0000 @@ -11,6 +11,7 @@ mkpath "temp/smoketest/sms/general"; mkpath "temp/smoketest/emailmessage/general"; mkpath "temp/smoketest/emailsettings/general"; +mkpath "temp/smoketest/general/TestFramework"; my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; copy("smoketest.xml", "temp/test.xml"); @@ -47,4 +48,7 @@ copy($epoc . "release/winscw/udeb/t_msgpopserver.exe", "temp/smoketest/winscw_udeb/t_msgpopserver.exe"); copy($epoc . "release/winscw/udeb/t_msgsmtpserver.exe", "temp/smoketest/winscw_udeb/t_msgsmtpserver.exe"); +copy($epoc . "release/winscw/udeb/ProfileSmokeTestModule.dll", "temp/smoketest/winscw_udeb/ProfileSmokeTestModule.dll"); +copy($epoc . "winscw/c/TestFramework/ProfileSmokeTestModule.cfg", "temp/smoketest/general/TestFramework/ProfileSmokeTestModule.cfg"); + system("7z a -tzip smoketest.zip ./temp/*"); diff -r 6b540cc85619 -r dc3b9f6bf48c common/tools/ats/smoketest/Group/smoketest.xml --- a/common/tools/ats/smoketest/Group/smoketest.xml Mon Nov 02 13:12:44 2009 +0000 +++ b/common/tools/ats/smoketest/Group/smoketest.xml Mon Nov 02 13:34:14 2009 +0000 @@ -8,18 +8,15 @@ DiamondsAction smoketest - - - - - - - - - - - - + + + + + + + + + install @@ -241,6 +238,48 @@ + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + @@ -273,5 +312,7 @@ smoketest/winscw_udeb/t_msgutilityserver.dll smoketest/winscw_udeb/t_msgpopserver.exe smoketest/winscw_udeb/t_msgsmtpserver.exe + smoketest/winscw_udeb/ProfileSmokeTestModule.dll + smoketest/general/TestFramework/ProfileSmokeTestModule.cfg