Skip to content

UnixPB: Add various fixes for issues with tests failing on s390x platform hosts - #4292

Merged
steelhead31 merged 3 commits into
adoptium:masterfrom
steelhead31:s390x_test_fixes
Mar 11, 2026
Merged

steelhead31 merged 3 commits into
adoptium:masterfrom
steelhead31:s390x_test_fixes

Conversation

@steelhead31

Copy link
Copy Markdown
Contributor

Fixes #4274

Contains 3 commits that :

  1. Update the SLES static docker containers to have some additional test packages
  2. Add those same test packages into the playbook for non docker hosts
  3. Add a role to perform some additional network configuration on s390x as these hosts seem to block multicast networking by default
Checklist

Currently testing this role, creating in draft for visibility

@steelhead31

Copy link
Copy Markdown
Contributor Author

New role works on sles15

TASK [iptables : Ensure default IPv4 interface is detected] ****************************************************************
ok: [148.100.74.157] => {
    "changed": false,
    "msg": "All assertions passed"
}

TASK [iptables : Add Ubuntu multicast route now] ***************************************************************************
skipping: [148.100.74.157]

TASK [iptables : Add multicast INPUT rule for SLES, RHEL and Ubuntu] *******************************************************
ok: [148.100.74.157]

TASK [iptables : Add Ubuntu multicast OUTPUT rule] *************************************************************************
skipping: [148.100.74.157]

TASK [iptables : Install persistent multicast script] **********************************************************************
changed: [148.100.74.157]

TASK [iptables : Persist multicast script on Ubuntu with if-up hook] *******************************************************
skipping: [148.100.74.157]

TASK [iptables : Persist multicast script on SLES and RHEL with rc.local] **************************************************
changed: [148.100.74.157]

@steelhead31
steelhead31 marked this pull request as ready for review March 10, 2026 13:41
@steelhead31
steelhead31 requested a review from Haroon-Khel March 10, 2026 13:58
@steelhead31
steelhead31 merged commit 638b5b0 into adoptium:master Mar 11, 2026
21 of 23 checks passed
@steelhead31
steelhead31 deleted the s390x_test_fixes branch March 11, 2026 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace defunct sles12 test node with sles15sp6 node

3 participants