Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Samuli Leivo <[email protected]>
  • Loading branch information
leivos-unikie committed Jan 9, 2025
1 parent 917a5e5 commit 15c5638
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions Robot-Framework/test-suites/bat-tests/business_vm.robot
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Test Teardown Kill process @{APP_PIDS}
Start Microsoft Outlook on LenovoX1
[Documentation] Start Microsoft Outlook in Business-vm and verify process started
[Tags] outlook SP-T176
# Connect to netvm
Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD}
Start XDG application "Microsoft Outlook"
Connect to VM ${BUSINESS_VM}
Expand All @@ -28,7 +27,6 @@ Start Microsoft Outlook on LenovoX1
Start Microsoft 365 on LenovoX1
[Documentation] Start Microsoft 365 in Business-vm and verify process started
[Tags] microsoft365 SP-T178
# Connect to netvm
Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD}
Start XDG application "Microsoft 365"
Connect to VM ${BUSINESS_VM}
Expand All @@ -37,7 +35,6 @@ Start Microsoft 365 on LenovoX1
Start Microsoft Teams on LenovoX1
[Documentation] Start Microsoft Teams in Business-vm and verify process started
[Tags] teams SP-T177
# Connect to netvm
Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD}
Start XDG application Teams
Connect to VM ${BUSINESS_VM}
Expand All @@ -46,7 +43,6 @@ Start Microsoft Teams on LenovoX1
Start Trusted Browser on LenovoX1
[Documentation] Start Trusted Browser in Business-vm and verify process started
[Tags] trusted_browser SP-T179
# Connect to netvm
Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD}
Start XDG application "Trusted Browser"
Connect to VM ${BUSINESS_VM}
Expand All @@ -55,7 +51,6 @@ Start Trusted Browser on LenovoX1
Start Video Editor on LenovoX1
[Documentation] Start Video Editor in Business-vm and verify process started
[Tags] video_editor SP-T244
# Connect to netvm
Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD}
Start XDG application "Video Editor"
Connect to VM ${BUSINESS_VM}
Expand All @@ -64,7 +59,6 @@ Start Video Editor on LenovoX1
Start Text Editor on LenovoX1
[Documentation] Start Text Editor in Business-vm and verify process started
[Tags] text_editor SP-T243
# Connect to netvm
Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD}
Start XDG application "Text Editor"
Connect to VM ${BUSINESS_VM}
Expand All @@ -73,7 +67,6 @@ Start Text Editor on LenovoX1
Start Xarchiver on LenovoX1
[Documentation] Start Xarchiver in Business-vm and verify process started
[Tags] xarchiver SP-T242
# Connect to netvm
Connect to VM ${GUI_VM} ${USER_LOGIN} ${USER_PASSWORD}
Start XDG application "Xarchiver"
Connect to VM ${BUSINESS_VM}
Expand Down
1 change: 0 additions & 1 deletion Robot-Framework/test-suites/bat-tests/video.robot
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Test Timeout 2 minutes
Check Camera Application
[Documentation] Check that camera application is available in business-vm and not in other vm
[Tags] SP-T235
Sleep 250
Connect to netvm
FOR ${vm} IN @{VMS}
Connect to VM ${vm}
Expand Down

0 comments on commit 15c5638

Please sign in to comment.