Skip to content

Commit

Permalink
Revert apps.robot to it's pervious state
Browse files Browse the repository at this point in the history
There were some temporary changes merged accidentally.
This reverts those edits.

Signed-off-by: Samuli Leivo <[email protected]>
  • Loading branch information
leivos-unikie committed Dec 18, 2024
1 parent fabe54b commit 4c2d788
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Robot-Framework/test-suites/bat-tests/apps.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
Expand Down

0 comments on commit 4c2d788

Please sign in to comment.