From 4c2d7885b0c8a7e7b7d3e3f0b1041d7bf1f8ac58 Mon Sep 17 00:00:00 2001 From: Samuli Leivo Date: Wed, 18 Dec 2024 08:32:48 +0200 Subject: [PATCH] Revert apps.robot to it's pervious state There were some temporary changes merged accidentally. This reverts those edits. Signed-off-by: Samuli Leivo --- Robot-Framework/test-suites/bat-tests/apps.robot | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Robot-Framework/test-suites/bat-tests/apps.robot b/Robot-Framework/test-suites/bat-tests/apps.robot index 91bfefd..77aa49e 100644 --- a/Robot-Framework/test-suites/bat-tests/apps.robot +++ b/Robot-Framework/test-suites/bat-tests/apps.robot @@ -41,8 +41,8 @@ Start Chrome on LenovoX1 Start Zathura on LenovoX1 [Documentation] Start Zathura in dedicated VM and verify process started [Tags] bat pre-merge SP-T105 lenovo-x1 - [Setup] Log in for apps - # Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD} + [Setup] Connect to netvm + Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD} Check if ssh is ready on vm ${ZATHURA_VM} Start XDG application 'PDF Viewer' Connect to VM ${ZATHURA_VM} @@ -54,9 +54,8 @@ Start Zathura on LenovoX1 Start Gala on LenovoX1 [Documentation] Start Gala in dedicated VM and verify process started [Tags] bat pre-merge SP-T104 lenovo-x1 - [Setup] Log in for apps - # Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD} - Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD} + [Setup] Connect to netvm + Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD} Check if ssh is ready on vm ${GALA_VM} Start XDG application GALA Connect to VM ${GALA_VM}