Skip to content

Commit

Permalink
Tumbleweed: RPi4: Add LTP containers, commands, syscalls
Browse files Browse the repository at this point in the history
It's useful to test these also on bare metal machine.

Generally containers runtest file should not need any LTP_TAINT_EXPECTED
setup, but RPi needs for any LTP job 0x400 (Staging driver was loaded).

The others jobs use 0x13c01 (0x13801 from a68add8 with RPi specific 0x400).

Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Oct 11, 2024
1 parent dfc1609 commit 28c932a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -641,11 +641,26 @@ scenarios:
machine: RPi4
settings:
PASSWORD: linux
- jeos-ltp-commands:
machine: RPi4
settings:
LTP_TAINT_EXPECTED: '0x13c01'
PASSWORD: linux
- jeos-ltp-containers:
machine: RPi4
settings:
PASSWORD: linux
LTP_TAINT_EXPECTED: '0x400'
- jeos-ltp-cve:
machine: RPi4
settings:
PASSWORD: linux
LTP_TAINT_EXPECTED: '0x13c01'
- jeos-ltp-syscalls:
machine: RPi4
settings:
LTP_TAINT_EXPECTED: '0x13c01'
PASSWORD: linux
- qemu:
machine: RPi4
settings:
Expand Down

0 comments on commit 28c932a

Please sign in to comment.