Skip to content

tests: fixed failing tests for aarch64, s390x, ppc64le

Matej Berezny requested to merge mb/bugfix_other_archs into master

Fixed most of the failing tests running on the secondary architectures. Quick summary:

@simwifi... - added missing skips for non-x86_64 archs

@ethtool_features_(ring|coal|pause) - fixed the issue with Makefile entering non-existing directories due to the inconsistencies in architecture naming

@wireguard_activate_connection - fixed the issue with Makefile entering non-existing directories due to the inconsistencies in architecture naming

@stable_mem_consumption - upped the time limit for timeout, since test seems to fail on some of the slower ppc64le machines

@nmstate_upstream - upped the time limit for timeout, since test takes waaay longer to execute on ppc64le machines

@vlan_create_500_vlans - increased time limit for individual steps due to the slower execution on ppc64le machines

@ctc_device_recognition - added before_scenario that shows all previously ignored devices (sometimes ctc device is among them)

@ipv6_limited_router_solicitation - switched order of tags to not cause timeouts

@8021x_tls_pkcs11... - added skip for s390x, since there is no softhsm2-util package for s390x

@bridge_manipulation_with_1000_slaves - added extra waiting step to ensure proper execution on ppc64le

Edited by Matej Berezny

Merge request reports