1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-08 17:47:22 +00:00
os-autoinst-distri-fedora/tests/_cockpit_setup.pm

19 lines
293 B
Perl
Raw Normal View History

use base "installedtest";
use strict;
use testapi;
use utils;
sub run {
my $self = shift;
# for update testing, ensure the update repos are set up
repo_setup if (get_var("ADVISORY_OR_TASK"));
}
sub test_flags {
return {fatal => 1, milestone => 1};
}
1;
# vim: set sw=4 et: