All Tests
Job Groups
fedora (current)
Build Fedora-31-20191018.n.0
fedora
fedora-29
Fedora AArch64
Fedora AArch64 Updates
Fedora PowerPC
Fedora PowerPC Updates
Fedora Updates
Login
Test-Module:
/var/lib/openqa/share/tests/fedora/tests/_post_network_static.pm
use base "installedtest"; use strict; use testapi; use tapnet; use utils; sub run { my $self = shift; my ($ip, $hostname) = split(/ /, get_var("POST_STATIC")); $hostname //= 'localhost.localdomain'; bypass_1691487; # set up networking setup_tap_static($ip, $hostname); } sub test_flags { return { fatal => 1 }; } 1; # vim: set sw=4 et: