Skip to content

Commit

Permalink
Merge pull request #516 from pevik/ltp-rpi
Browse files Browse the repository at this point in the history
Tumbleweed: RPi4: Add LTP containers, commands, syscalls
  • Loading branch information
pevik authored Oct 16, 2024
2 parents 7ec761d + 21c07ab commit c7d88b3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion 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: '0x80013c01'
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 c7d88b3

Please sign in to comment.