os-autoinst-distri-fedora/tests/_cockpit_setup.pm

19 lines
293 B
Perl

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: