After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750701 - Automated test for Fedora 21 express install
Automated test for Fedora 21 express install
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: tests
3.16.x
Other Linux
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
Vladimir Benes
Depends on: 748006 750700
Blocks:
 
 
Reported: 2015-06-10 12:29 UTC by vladimir benes
Modified: 2016-09-20 08:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tests: Add "Express install Fedora 21" test (3.17 KB, patch)
2015-07-29 08:20 UTC, vladimir benes
needs-work Details | Review
tests: Add "Express install Fedora 21" test (2.71 KB, patch)
2015-07-29 17:20 UTC, vladimir benes
committed Details | Review

Description vladimir benes 2015-06-10 12:29:27 UTC
adding Fedora 21 express install test.
Comment 1 vladimir benes 2015-07-29 08:20:20 UTC
Created attachment 308358 [details] [review]
tests: Add "Express install Fedora 21" test

Add test which downloads Fedora 21 1.3 GB netinstall iso and starts
express installation with it. Test user with password is added and
checked via ssh if present after installation.
Comment 2 Zeeshan Ali 2015-07-29 16:53:14 UTC
Review of attachment 308358 [details] [review]:

* iso -> ISO

* starts express installation with it -> express installs Fedora with it.

* Test user with password is added and checked via ssh if present after installation. -> Test checks if user account was successfully added and it's password set, using ssh after installation.

::: tests/steps/general.py
@@ +189,2 @@
         #this happens from time to time after express install
+        if out != "":

unrelated change.
Comment 3 vladimir benes 2015-07-29 17:20:45 UTC
Created attachment 308411 [details] [review]
tests: Add "Express install Fedora 21" test

Add test which downloads Fedora 21 1.3 GB netinstall ISO and express
installs Fedora with it. Test checks if user account was successfully
added and it's password set, using ssh after installation.
Comment 4 Zeeshan Ali 2015-07-29 18:07:29 UTC
Attachment 308411 [details] pushed as 3621a3c - tests: Add "Express install Fedora 21" test