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 0x13801 (from a68add8), which already contains 0x400.

Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Oct 11, 2024
1 parent 6e91191 commit 5d27aa4
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: '0x13801'
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 5d27aa4

Please sign in to comment.