buildverification/smoketest/xml/xml.driver
changeset 0 9736f095102e
equal deleted inserted replaced
-1:000000000000 0:9736f095102e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <driver:driver xmlns:driver="http://www.symbian.com/TestDriver">
       
     3   <task name="xml" timeout="100000">
       
     4     <task name="smoketest">
       
     5       <executeOnPC>
       
     6         <build testBuild="true" URI="${sourceroot}\smoketest\agenda\group\">
       
     7           <componentName>smoketest_agenda</componentName>
       
     8         </build>
       
     9         <build testBuild="true" URI="${sourceroot}\smoketest\contacts\group\">
       
    10           <componentName>smoketest_contacts</componentName>
       
    11         </build>
       
    12         <build testBuild="true" URI="${sourceroot}\smoketest\utils\group\">
       
    13           <componentName>smoketest_utils</componentName>
       
    14           <componentName>smoketestsecurefsclient</componentName>
       
    15           <componentName>smoketestsecurefsserver</componentName>
       
    16         </build>
       
    17         <build testBuild="true" URI="${sourceroot}\smoketest\messaging\group\">
       
    18           <componentName>smoketest_mess</componentName>
       
    19         </build>
       
    20         <build testBuild="true" URI="${sourceroot}\smoketest\timew\consolealarmalertserver\">
       
    21           <componentName>consolealarmalertserver</componentName>
       
    22         </build>
       
    23         <build testBuild="true" URI="${sourceroot}\smoketest\timew\group\">
       
    24           <componentName>smoketest_timew</componentName>
       
    25         </build>
       
    26       </executeOnPC>
       
    27       <task name="smoketest_system" timeout="1000">
       
    28         <executeOnPC>
       
    29           <build testBuild="true" URI="${sourceroot}\smoketest\system\group\">
       
    30             <componentName>smoketest_system</componentName>
       
    31           </build>
       
    32         </executeOnPC>
       
    33         <executeOnSymbian>
       
    34           <testExecuteScript PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\smoketest_system.script" SymbianPath="c:\smoketest\smoketest_system.script"/>
       
    35         </executeOnSymbian>
       
    36       </task>
       
    37       <task name="smoketest_agenda" timeout="1000">
       
    38         <transferToSymbian>
       
    39           <transfer move="false" PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\smoketest_agenda.ini" SymbianPath="c:\smoketest\smoketest_agenda.ini"/>
       
    40         </transferToSymbian>
       
    41         <executeOnSymbian>
       
    42           <testExecuteScript PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\smoketest_agenda.script" SymbianPath="c:\smoketest\smoketest_agenda.script"/>
       
    43         </executeOnSymbian>
       
    44       </task>
       
    45       <task name="smoketest_mess" timeout="1000">
       
    46         <transferToSymbian>
       
    47           <transfer move="false" PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\smoketest_mess.ini" SymbianPath="c:\smoketest\smoketest_mess.ini"/>
       
    48           <transfer move="false" PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\sms\message1.txt" SymbianPath="c:\smoketest\sms\message1.txt"/>
       
    49           <transfer move="false" PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\smoketest_createsmsaccount.script" SymbianPath="c:\smoketest\smoketest_createsmsaccount.script"/>
       
    50         </transferToSymbian>
       
    51         <executeOnSymbian>
       
    52           <testExecuteScript PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\smoketest_mess.script" SymbianPath="c:\smoketest\smoketest_mess.script"/>
       
    53         </executeOnSymbian>
       
    54       </task>
       
    55       <task name="smoketest_timew" timeout="1000">
       
    56         <transferToSymbian>
       
    57           <transfer move="false" PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\smoketest_timew.ini" SymbianPath="c:\smoketest\smoketest_timew.ini"/>
       
    58         </transferToSymbian>
       
    59         <executeOnSymbian>
       
    60           <testExecuteScript PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\smoketest_timew.script" SymbianPath="c:\smoketest\smoketest_timew.script"/>
       
    61         </executeOnSymbian>
       
    62       </task>
       
    63       <task name="smoketest_phone" timeout="1000">
       
    64         <executeOnSymbian>
       
    65           <testExecuteScript PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\smoketest_phone.script" SymbianPath="c:\smoketest\smoketest_phone.script"/>
       
    66         </executeOnSymbian>
       
    67       </task>
       
    68       <task name="smoketest_contacts" timeout="1000">
       
    69         <transferToSymbian>
       
    70           <transfer move="false" PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\smoketest_contacts.ini" SymbianPath="c:\smoketest\smoketest_contacts.ini"/>
       
    71         </transferToSymbian>
       
    72         <executeOnSymbian>
       
    73           <testExecuteScript PCPath="${epocroot}\epoc32\release\winscw\udeb\z\smoketest\smoketest_contacts.script" SymbianPath="c:\smoketest\smoketest_contacts.script"/>
       
    74         </executeOnSymbian>
       
    75       </task>
       
    76     </task>
       
    77   </task>
       
    78 </driver:driver>