os/kernelhwsrv/kerneltest/e32test/usb/t_usb_win/scripts/multif1.uts
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// @SYMTestCaseID           PBASE-USB-MULTIF1-0799
sl@0
     2
// @SYMTestCaseDesc         Testing multiple pipes on a multiple interfaces (part 1)
sl@0
     3
// @SYMTestActions
sl@0
     4
//    1. Loop Compare using 1 IN and 1 OUT (interface 1)
sl@0
     5
//    2. Loop Compare using 1 IN and 1 OUT (interface 2)
sl@0
     6
//    3. Loop Compare using 4 IN and 4 OUT (interface 0, 1 & 2)
sl@0
     7
//    4. Stream using 5 IN (interface 0, 1 & 2)
sl@0
     8
//    5. Stream using 4 OUT (interface 0, 1 & 2)
sl@0
     9
//    6. Loop Compare using 3 IN and 3 OUT (alternate settings on interface 0 & 1)
sl@0
    10
// @SYMTestExpectedResults
sl@0
    11
//    No error reported
sl@0
    12
// @SYMTestPriority         High
sl@0
    13
//
sl@0
    14
//		MIN	MAX	PACKET	IFACE	ALT	OUT	IN	REPEAT	DISPLAY	SETTING	BEFORE	AFTER	OUT_RATE	IN_RATE
sl@0
    15
WaitConnect
sl@0
    16
Compare		50	150	1000	1	0	2	1	1000	100	
sl@0
    17
Wait
sl@0
    18
Compare		50	150	1000	2	0	2	1	1000	100	
sl@0
    19
Wait
sl@0
    20
Compare		50	150	1000	0	0	4	1	1000	100	
sl@0
    21
Compare		60	250	2000	0	0	2	3	1000	100	
sl@0
    22
Compare		50	350	3000	1	0	2	1	1000	100	
sl@0
    23
Compare		60	450	4000	2	0	2	1	1000	100	
sl@0
    24
Wait
sl@0
    25
Stream			150	1000	0	0	99	1	1000	100	
sl@0
    26
Stream			250	1000	0	0	99	5	1000	100	
sl@0
    27
Stream			350	1000	0	0	99	3	1000	100	
sl@0
    28
Stream			50	1000	1	0	99	1	1000	100	
sl@0
    29
Stream			250	1000	2	0	99	1	1000	100	
sl@0
    30
Wait
sl@0
    31
Stream			250	1000	0	0	4	99	1000	100	
sl@0
    32
Stream			150	1000	0	0	2	99	1000	100	
sl@0
    33
Stream			350	1000	1	0	2	99	1000	100	
sl@0
    34
Stream			50	1000	2	0	2	99	1000	100	
sl@0
    35
Wait
sl@0
    36
Compare		50	150	1000	0	1	2	1	1000	100	
sl@0
    37
Compare		60	250	2000	0	1	5	3	1000	100	
sl@0
    38
Compare		50	350	3000	1	1	1	2	1000	100	
sl@0
    39
Wait