Skip to content

Commit

Permalink
Merge pull request #508 from pevik/LTP_TAINT_EXPECTED.leap-fix
Browse files Browse the repository at this point in the history
Leap: Set LTP_TAINT_EXPECTED for LTP tests + missing setup on Tumbleweed
  • Loading branch information
pevik authored Aug 22, 2024
2 parents f47f71f + 0648342 commit 7d7bc83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 10 additions & 2 deletions job_groups/opensuse_leap_15.5_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ scenarios:
machine: 64bit_virtio-2G
- jeos-ltp-commands:
machine: 64bit_virtio
settings:
LTP_TAINT_EXPECTED: '0x80013801'
- jeos-ltp-containers:
machine: 64bit_virtio
- jeos-ltp-cve:
Expand All @@ -104,6 +106,8 @@ scenarios:
machine: 64bit_virtio
- jeos-ltp-syscalls:
machine: 64bit_virtio
settings:
LTP_TAINT_EXPECTED: '0x80013801'
- jeos-ltp-syscalls-ipc:
machine: 64bit_virtio
opensuse-Leap15.5-GNOME-Live-x86_64:
Expand Down Expand Up @@ -239,8 +243,12 @@ scenarios:
- jeos-ltp-containers
- jeos-ltp-cve
- jeos-ltp-dio
- jeos-ltp-syscalls
- jeos-ltp-commands
- jeos-ltp-syscalls:
settings:
LTP_TAINT_EXPECTED: '0x80013801'
- jeos-ltp-commands:
settings:
LTP_TAINT_EXPECTED: '0x80013801'
- jeos-ltp-syscalls-ipc
opensuse-15.5-JeOS-for-RPi-aarch64:
- jeos:
Expand Down
4 changes: 4 additions & 0 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,8 @@ scenarios:
machine: 64bit_virtio
- jeos-ltp-commands:
machine: uefi_virtio-2G
settings:
LTP_TAINT_EXPECTED: '0x13801'
- jeos-ltp-containers:
machine: uefi_virtio-2G
- jeos-ltp-cve:
Expand All @@ -1064,6 +1066,8 @@ scenarios:
machine: uefi_virtio-2G
- jeos-ltp-syscalls:
machine: uefi_virtio-2G
settings:
LTP_TAINT_EXPECTED: '0x13801'
- jeos-ltp-syscalls-ipc:
machine: uefi_virtio-2G
opensuse-Tumbleweed-KDE-Live-x86_64:
Expand Down

0 comments on commit 7d7bc83

Please sign in to comment.