usbengines/usblocodplugin/tsrc/USBLocodPluginTest/conf/USBLocodPluginTest.cfg
changeset 35 9d8b04ca6939
child 63 ef2686f7597e
equal deleted inserted replaced
34:7858bc6ead78 35:9d8b04ca6939
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   
       
    15 *
       
    16 */
       
    17 
       
    18 // USBLocodPluginTest Module - total 8 tc
       
    19 
       
    20 // USBLocodPluginTest Api Tests (4 tc)
       
    21 
       
    22 [Test]
       
    23 title Initialization (USB Locod Plugin API Test) 
       
    24 create USBLocodPluginTest tester
       
    25 tester ExecuteApiTest InitializationTestL
       
    26 delete tester
       
    27 [Endtest] 
       
    28 
       
    29 [Test]
       
    30 title Implementatiation Uid Check (USB Locod Plugin API Test) 
       
    31 create USBLocodPluginTest tester
       
    32 tester ExecuteApiTest ImplementatiationIdTestL
       
    33 delete tester
       
    34 [Endtest] 
       
    35 
       
    36 [Test]
       
    37 title Set PC Suite Personality (USB Locod Plugin API Test) 
       
    38 create USBLocodPluginTest tester
       
    39 tester ExecuteApiTest USBPCSuitePersonalityTestL
       
    40 delete tester
       
    41 [Endtest] 
       
    42 
       
    43 [Test]
       
    44 title Set Default Personality (USB Locod Plugin API Test) 
       
    45 create USBLocodPluginTest tester
       
    46 tester ExecuteApiTest USBDefaultPersonalityTestL
       
    47 delete tester
       
    48 [Endtest] 
       
    49 
       
    50 // Add new api tests here
       
    51 // ...
       
    52 
       
    53 
       
    54 // USBLocodPluginTest Module Tests (3 tc)
       
    55 
       
    56 [Test]
       
    57 title Set MS Personality (USB Locod Plugin Module Test)
       
    58 create USBLocodPluginTest tester
       
    59 tester ExecuteModuleTest USBMSPersonalityTestL
       
    60 delete tester
       
    61 [Endtest]
       
    62 
       
    63 [Test]
       
    64 title Set PTP Personality (USB Locod Plugin Module Test)
       
    65 create USBLocodPluginTest tester
       
    66 tester ExecuteModuleTest USBPTPPersonalityTestL
       
    67 delete tester
       
    68 [Endtest]
       
    69 
       
    70 [Test]
       
    71 title Set MTP Personality (USB Locod Plugin Module Test)
       
    72 create USBLocodPluginTest tester
       
    73 tester ExecuteModuleTest USBMTPPersonalityTestL
       
    74 delete tester
       
    75 [Endtest]
       
    76 
       
    77 // Add new module tests here
       
    78 // ...
       
    79 
       
    80 
       
    81 // USBLocodPluginTest Branch Tests (1 tc)
       
    82 
       
    83 [Test]
       
    84 title Set PC Suite MTP Personality (USB Locod Plugin Branch Test)
       
    85 create USBLocodPluginTest tester
       
    86 tester ExecuteBranchTest USBPCSuiteMTPPersonalityTestL
       
    87 delete tester
       
    88 [Endtest]
       
    89 
       
    90 // Add new branch tests here
       
    91 // ...