Skip to content

Commit

Permalink
Update yast_rdp.pm and add the dependence "xrdp" of yast2-rdp.
Browse files Browse the repository at this point in the history
  • Loading branch information
badboywj committed Jul 22, 2019
1 parent a1807c2 commit 0a0852b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/yast2_cmd/yast_rdp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ use strict;
use warnings;
use testapi;
use utils;
use version_utils 'is_sle';

sub run {
select_console 'root-console';

# prepare the setup for test, this test just supports sle15+.
zypper_call("in yast2-rdp", exitcode => [0, 102, 103]);
zypper_call("in yast2-rdp xrdp", exitcode => [0, 102, 103]);
systemctl("stop xrdp.service", ignore_failure => 1);
systemctl("disable xrdp.service", ignore_failure => 1);

Expand Down

0 comments on commit 0a0852b

Please sign in to comment.