Skip to content

ppc64le: tests timing-out on ppc64le fix

Matej Berezny requested to merge mb/ppc64le_timeout_fix into master
  1. Added @restart_if_needed tag for multiple tests to fix incorrect cleanup on ppc64le arch resulting in test timeouts.
  2. Added extra 5 min. to timeouts for @vlan_create_500_vlans and @vlan_create_1000_bridges_over_vlans to ensure their proper execution on different architectures without timing out.
  3. Added new @skip_in_kvm tag for long-running tests (@vlan_create_500_vlans, @vlan_create_1000_bridges_over_1000_vlans...) due to their significantly longer execution on non x86_64 machines with kvm hypervisor
Edited by Matej Berezny

Merge request reports