use base "installedtest"; use strict; use testapi; use utils; sub run { my $self=shift; # switch to tty and login as root $self->root_console(tty=>3); # Test if modules have default stream and profile defined. assert_script_run('/root/modularity/modular_functions.py -a checkdefaults -w whitelist'); } sub test_flags { return {always_rollback => 1}; } 1; # vim: set sw=4 et: