os/kernelhwsrv/kerneltest/e32test/usb/t_usb_win/scripts/multif2.uts
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// @SYMTestCaseID           PBASE-USB-MULTIF2-0800
sl@0
     2
// @SYMTestCaseDesc         Testing multiple pipes on a multiple interfaces (part 2)
sl@0
     3
// @SYMTestActions
sl@0
     4
//    1. Loop Compare using 7 IN and 7 OUT (on 3 interfaces and 6 settings)
sl@0
     5
//    2. Stream using 3 IN (interfaces 0, 1 & 2)
sl@0
     6
//    3. Stream using 7 OUT (on 3 interfaces and 6 settings)
sl@0
     7
// @SYMTestExpectedResults
sl@0
     8
//    No error reported
sl@0
     9
// @SYMTestPriority         High
sl@0
    10
//
sl@0
    11
//		MIN	MAX	PACKET	IFACE	ALT	OUT	IN	REPEAT	DISPLAY	SETTING	BEFORE	AFTER	OUT_RATE	IN_RATE
sl@0
    12
WaitConnect
sl@0
    13
Compare		50	150	1000	0	0	4	3	1000	100	100	6	1
sl@0
    14
Compare		50	150	1000	0	0	2	1	1000	100	100	0	2
sl@0
    15
Compare		50	150	1000	0	1	4	1	1000	100	100	1	3
sl@0
    16
Compare		50	150	1000	0	2	3	1	1000	100	100	2	4
sl@0
    17
Compare		50	350	3000	1	0	2	1	1000	100	100	3	5
sl@0
    18
Compare		50	350	3000	1	1	1	2	1000	100	100	4	6
sl@0
    19
Compare		60	450	4000	2	0	2	1	1000	100	100	5	0
sl@0
    20
Wait
sl@0
    21
Stream			50	1000	0	0	99	1	1000	100	100	2	1
sl@0
    22
Stream			50	1000	1	0	99	1	1000	100	100	0	2
sl@0
    23
Stream			150	1000	2	0	99	1	1000	100	100	1	0
sl@0
    24
Wait
sl@0
    25
Stream			150	1000	0	0	2	99	1000	100	100	6	1
sl@0
    26
Stream			50	1000	0	1	2	99	1000	100	100	0	2
sl@0
    27
Stream			150	1000	0	1	4	99	1000	100	100	1	3
sl@0
    28
Stream			150	1000	0	2	2	99	1000	100	100	2	4
sl@0
    29
Stream			250	1000	1	0	2	99	1000	100	100	3	5
sl@0
    30
Stream			150	1000	1	1	1	99	1000	100	100	4	6
sl@0
    31
Stream			150	1000	2	0	2	99	1000	100	100	5	0
sl@0
    32
Wait