os/kernelhwsrv/kerneltest/e32test/usb/t_usb_win/scripts/singleif1.uts
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // @SYMTestCaseID           PBASE-USB-SINGLEIF1-0797
     2 // @SYMTestCaseDesc			Testing multiple pipes on a single interface (part 1)
     3 // @SYMTestActions
     4 //    Default settings used unless otherwise specified
     5 //    1. Loop using 1 IN and 1 OUT
     6 //    2. Loop using 2 IN and 2 OUT
     7 //    3. Loop Compare using 2 IN and 2 OUT
     8 //    4. Loop Compare using 2 IN and 2 OUT on first alternate settings
     9 //    5. Stream using 1 IN
    10 //    6. Stream using 1 OUT
    11 //    7. Stream using 3 IN
    12 //    8. Stream using 2 IN on first alternate settings
    13 //    9. Stream using 2 IN on second alternate settings
    14 //    10. Stream using 2 OUT
    15 //    11. Stream using 3 OUT on first alternate settings
    16 //    12. Stream using 3 OUT on second alternate settings
    17 // @SYMTestExpectedResults
    18 //    No error reported
    19 // @SYMTestPriority         High
    20 //
    21 //		MIN	MAX	PACKET	IFACE	ALT	OUT	IN	REPEAT	DISPLAY	SETTING	BEFORE	AFTER	OUT_RATE	IN_RATE
    22 WaitConnect
    23 Loop		50	150	1000	0	0	2	1	1000	100	
    24 Wait
    25 Loop		50	150	1000	0	0	2	3	1000	100	
    26 Loop		50	150	1000	0	0	4	5	1000	100	
    27 Wait
    28 Compare		50	150	1000	0	0	2	1	1000	100	
    29 Compare		50	150	1000	0	0	4	3	1000	100	
    30 Wait
    31 Compare		50	750	1000	0	1	2	3	1000	100	
    32 Compare		90	750	1000	0	1	4	1	1000	100	
    33 Wait
    34 Stream			550	1000	0	0	99	1	1000	100
    35 Wait
    36 Stream			1500	1000	0	0	4	99	1000	100
    37 Wait
    38 Stream			50	1000	0	0	99	1	1000	100
    39 Stream			150	1000	0	0	99	3	1000	100
    40 Stream			250	1000	0	0	99	5	1000	100
    41 Wait
    42 Stream			50	1000	0	1	99	1	1000	100
    43 Stream			150	1000	0	1	99	3	1000	100
    44 Wait
    45 Stream			50	1000	0	2	99	1	1000	100
    46 Stream			150	1000	0	2	99	4	1000	100
    47 Wait
    48 Stream			50	1000	0	0	4	99	1000	100
    49 Stream			150	1000	0	0	2	99	1000	100
    50 Wait
    51 Stream			250	1000	0	1	2	99	1000	100
    52 Stream			450	1000	0	1	4	99	1000	100
    53 //Stream			250	1000	0	1	5	99	1000	100
    54 Wait
    55 Stream			250	1000	0	2	2	99	1000	100
    56 Stream			350	1000	0	2	3	99	1000	100
    57 //Stream			250	1000	0	1	5	99	1000	100
    58 Wait