From 0a0852ba4378bff9b1cba619f20174f0a2e839d3 Mon Sep 17 00:00:00 2001 From: Wang Jun Date: Mon, 22 Jul 2019 16:23:52 +0800 Subject: [PATCH] Update yast_rdp.pm and add the dependence "xrdp" of yast2-rdp. --- tests/yast2_cmd/yast_rdp.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/yast2_cmd/yast_rdp.pm b/tests/yast2_cmd/yast_rdp.pm index 3d05704fc70c..b3bdc39346b9 100644 --- a/tests/yast2_cmd/yast_rdp.pm +++ b/tests/yast2_cmd/yast_rdp.pm @@ -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);