usbclasses/usbmscpersonality/tsrc/UsbMscPersonalityTest/conf/UsbMscPersonalityTest.cfg
branchRCL_3
changeset 92 dde4619868dc
parent 86 703a2b94c06c
child 95 55a3258355ea
equal deleted inserted replaced
86:703a2b94c06c 92:dde4619868dc
     1 /*
       
     2 * Copyright (c) 2010 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 [StifSettings]
       
    19 CapsModifier = UsbMscPersonalityTest.exe
       
    20 [EndStifSettings]
       
    21 
       
    22 // UsbMscPersonalityTest Module - total 13 tc
       
    23 
       
    24 
       
    25 // UsbHidClassDriverTest Api Tests (8 tc)
       
    26 
       
    27 [Test]
       
    28 title Initialization Test
       
    29 create UsbMscPersonalityTest tester
       
    30 tester InitializationTestL API
       
    31 delete tester
       
    32 [Endtest]
       
    33 
       
    34 [Test]
       
    35 title Prepare Personality Start
       
    36 create UsbMscPersonalityTest tester
       
    37 tester PreparePersonalityStartTestL API
       
    38 delete tester
       
    39 [Endtest]
       
    40 
       
    41 [Test]
       
    42 title Finish Personality Start
       
    43 create UsbMscPersonalityTest tester
       
    44 tester FinishPersonalityStartTestL API
       
    45 delete tester
       
    46 [Endtest]
       
    47 
       
    48 [Test]
       
    49 title Prepare Personality Stop
       
    50 create UsbMscPersonalityTest tester
       
    51 tester PreparePersonalityStopTestL API
       
    52 delete tester
       
    53 [Endtest]
       
    54 
       
    55 [Test]
       
    56 title Finish Personality Stop
       
    57 create UsbMscPersonalityTest tester
       
    58 tester FinishPersonalityStopTestL API
       
    59 delete tester
       
    60 [Endtest]
       
    61 
       
    62 [Test]
       
    63 title State Change Notify
       
    64 create UsbMscPersonalityTest tester
       
    65 tester StateChangeNotifyTestL API
       
    66 delete tester
       
    67 [Endtest]
       
    68 
       
    69 [Test]
       
    70 title State Change Notify Undefined
       
    71 create UsbMscPersonalityTest tester
       
    72 tester StateChangeNotifyUndefinedTestL API
       
    73 delete tester
       
    74 [Endtest]
       
    75 
       
    76 [Test]
       
    77 title State Change Notify State Address
       
    78 create UsbMscPersonalityTest tester
       
    79 tester StateChangeNotifyStateAddressTestL API
       
    80 delete tester
       
    81 [Endtest]
       
    82 
       
    83 // UsbHidClassDriverTest Module Tests (5 tc)
       
    84 // Add new module tests here
       
    85 // ...
       
    86 
       
    87 [Test]
       
    88 title Confirm Personality Unload
       
    89 create UsbMscPersonalityTest tester
       
    90 tester ConfirmPersonalityUnloadTestL MODULE
       
    91 delete tester
       
    92 [Endtest]
       
    93 
       
    94 [Test]
       
    95 title Allow Dismount 2 sec
       
    96 create UsbMscPersonalityTest tester
       
    97 tester AllowDismountAfter2SecTestL MODULE
       
    98 delete tester
       
    99 [Endtest]
       
   100 
       
   101 [Test]
       
   102 title Allow Dismount
       
   103 create UsbMscPersonalityTest tester
       
   104 tester AllowDismountTestL MODULE
       
   105 delete tester
       
   106 [Endtest]
       
   107 
       
   108 [Test]
       
   109 title Not Allow Dismount
       
   110 create UsbMscPersonalityTest tester
       
   111 tester NotAllowDismountTestL MODULE
       
   112 delete tester
       
   113 [Endtest]
       
   114 
       
   115 [Test]
       
   116 title Allow Dismount Late
       
   117 create UsbMscPersonalityTest tester
       
   118 tester AllowDismountTooLateTestL MODULE
       
   119 delete tester
       
   120 [Endtest]
       
   121 // Add new module tests here
       
   122 // ...
       
   123 
       
   124