usbengines/usbremotepersonality/tsrc/USBRemotePersonalityTest/conf/USBRemotePersonalityTest.cfg
changeset 0 1e05558e2206
child 10 f6533aee8b2b
equal deleted inserted replaced
-1:000000000000 0:1e05558e2206
       
     1 [StifSettings]
       
     2 CapsModifier= USBRemotePersonalityTest.exe
       
     3 [EndStifSettings]
       
     4 
       
     5 // USBRemotePersonalityTest Module - total 9 tc
       
     6 
       
     7 // USBRemotePersonalityTest Api Tests (9 tc)
       
     8 
       
     9 [Test]
       
    10 title Create Plugin (USB Remote Personality Plugin Api Test)
       
    11 create USBRemotePersonalityTest tester
       
    12 tester ExecuteApiTest CreatePluginImplementationL
       
    13 delete tester
       
    14 [Endtest]
       
    15 
       
    16 [Test]
       
    17 title Initialize (USB Remote Personality Plugin Api Test)
       
    18 create USBRemotePersonalityTest tester
       
    19 tester ExecuteApiTest InitializeTestL
       
    20 delete tester
       
    21 [Endtest]
       
    22 
       
    23 [Test]
       
    24 title Check Last Result (USB Remote Personality Plugin Api Test)
       
    25 create USBRemotePersonalityTest tester
       
    26 tester ExecuteApiTest CheckLastResultTestL
       
    27 delete tester
       
    28 [Endtest]
       
    29 
       
    30 [Test]
       
    31 title Get All Personalities (USB Remote Personality Plugin Api Test)
       
    32 create USBRemotePersonalityTest tester
       
    33 tester ExecuteApiTest GetAllPersonalitiesTestL
       
    34 delete tester
       
    35 [Endtest]
       
    36 
       
    37 [Test]
       
    38 title Set Personality (USB Remote Personality Plugin Api Test)
       
    39 create USBRemotePersonalityTest tester
       
    40 tester ExecuteApiTest SetPersonalityTestL
       
    41 delete tester
       
    42 [Endtest]
       
    43 
       
    44 [Test]
       
    45 title Get Personality (USB Remote Personality Plugin Api Test)
       
    46 create USBRemotePersonalityTest tester
       
    47 tester ExecuteApiTest GetPersonalityTestL
       
    48 delete tester
       
    49 [Endtest]
       
    50 
       
    51 [Test]
       
    52 title Get Personality Descriptor (USB Remote Personality Plugin Api Test)
       
    53 create USBRemotePersonalityTest tester
       
    54 tester ExecuteApiTest GetPersonalityDesTestL
       
    55 delete tester
       
    56 [Endtest]
       
    57 
       
    58 [Test]
       
    59 title Get Lock State (USB Remote Personality Plugin Api Test)
       
    60 create USBRemotePersonalityTest tester
       
    61 tester ExecuteApiTest GetLockStateTestL
       
    62 delete tester
       
    63 [Endtest]
       
    64 
       
    65 [Test]
       
    66 title Set Lock State (USB Remote Personality Plugin Api Test)
       
    67 create USBRemotePersonalityTest tester
       
    68 tester ExecuteApiTest SetLockStateTestL
       
    69 delete tester
       
    70 [Endtest]
       
    71 
       
    72 // Add new api tests here
       
    73 // ...
       
    74 
       
    75 
       
    76 // USBRemotePersonalityTest Module Tests (... tc)
       
    77 
       
    78 /*
       
    79 [Test]
       
    80 title Example Api Test
       
    81 create USBRemotePersonalityTest tester
       
    82 tester ExecuteModuleTest ExampleModuleTest
       
    83 delete tester
       
    84 [Endtest]
       
    85 */
       
    86 
       
    87 // Add new module tests here
       
    88 // ...
       
    89 
       
    90 
       
    91 // USBRemotePersonalityTest Branch Tests (... tc)
       
    92 
       
    93 /*
       
    94 [Test]
       
    95 title Example Api Test
       
    96 create USBRemotePersonalityTest tester
       
    97 tester ExecuteBranchTest ExampleBranchTest
       
    98 delete tester
       
    99 [Endtest]
       
   100 */
       
   101 
       
   102 // Add new branch tests here
       
   103 // ...