Commit c139a76
test: extend test_max_devices to support aarch64
The test_max_devices test verifies the maximum number of devices that
can be attached, as permitted by the platform. It checks both that the
expected number of devices can be successfully attached and that
attaching more than the limit results in a failure.
Previously, this test was only executed on x86_64, where 18 devices are
expected. This update extends the test to run on aarch64 as well, which
supports up to 94 devices.
Signed-off-by: Sheng-Wei (Way) Chen <[email protected]>1 parent 4f50745 commit c139a76
File tree
2 files changed
+12
-9
lines changed- tests/integration_tests/functional
2 files changed
+12
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
12 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments