-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mariia Azbeleva <[email protected]>
- Loading branch information
Showing
6 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,6 +159,9 @@ Start XDG application | |
${output} Execute Command cat /run/current-system/sw/share/applications/${app_name}.desktop | ||
${path} Get App Path From Desktop ${output} | ||
Execute Command nohup sh -c '${path}' > output.log 2>&1 & | ||
Sleep 8 | ||
${output} Execute Command cat output.log | ||
Log ${output} | ||
|
||
Start Firefox | ||
[Documentation] It's needed to set display variable manually because there is no real monitor connected to DUT | ||
|
@@ -491,6 +494,7 @@ Connect to VM if not already connected | |
|
||
Detect first boot | ||
[Documentation] Determine desktop state after boot by attempting login to gui-vm as testuser | ||
Connect | ||
Log To Console Detecting if this is first boot by trying test user credentials | ||
Verify service status range=15 [email protected] expected_status=active expected_state=running | ||
Connect to netvm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters