sl@0
|
1 |
// @SYMTestCaseID PBASE-USB-SINGLEIF2-0798
|
sl@0
|
2 |
// @SYMTestCaseDesc Testing multiple pipes on a single interface (part 2)
|
sl@0
|
3 |
// @SYMTestActions
|
sl@0
|
4 |
// 1. Loop Compare using 2 IN and 2 OUT on both default and first alternate
|
sl@0
|
5 |
// settings
|
sl@0
|
6 |
// 2. Stream using 3 IN on default, first and second alternate settings
|
sl@0
|
7 |
// 3. Stream using 7 OUT on default (2 pipes), first (3 pipes) and second
|
sl@0
|
8 |
// (2 pipes) alternate settings
|
sl@0
|
9 |
// @SYMTestExpectedResults
|
sl@0
|
10 |
// No error reported
|
sl@0
|
11 |
// @SYMTestPriority High
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// MIN MAX PACKET IFACE ALT OUT IN REPEAT DISPLAY SETTING BEFORE AFTER OUT_RATE IN_RATE
|
sl@0
|
14 |
WaitConnect
|
sl@0
|
15 |
Compare 50 150 1000 0 1 4 1 1000 100 100 3 1
|
sl@0
|
16 |
Compare 60 150 2000 0 0 4 3 1000 100 100 0 2
|
sl@0
|
17 |
Compare 70 150 3000 0 1 2 1 1000 100 100 1 3
|
sl@0
|
18 |
Compare 80 150 4000 0 0 4 3 1000 100 100 2 0
|
sl@0
|
19 |
Wait
|
sl@0
|
20 |
Stream 150 1000 0 1 99 1 1000 100 100 2 1
|
sl@0
|
21 |
Stream 50 1000 0 2 99 1 1000 100 100 0 2
|
sl@0
|
22 |
Stream 50 1000 0 0 99 3 1000 100 100 1 0
|
sl@0
|
23 |
Wait
|
sl@0
|
24 |
Stream 50 1000 0 0 4 99 1000 100 100 6 1
|
sl@0
|
25 |
Stream 150 1000 0 0 2 99 1000 100 100 0 2
|
sl@0
|
26 |
Stream 150 1000 0 1 2 99 1000 100 100 1 3
|
sl@0
|
27 |
Stream 150 1000 0 1 4 99 1000 100 100 2 4
|
sl@0
|
28 |
Stream 250 1000 0 1 5 99 1000 100 100 3 5
|
sl@0
|
29 |
Stream 150 1000 0 2 2 99 1000 100 100 4 6
|
sl@0
|
30 |
Stream 150 1000 0 2 3 99 1000 100 100 5 0
|
sl@0
|
31 |
Wait
|