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 747777 - tests: top bar selections
tests: top bar selections
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:
Blocks:
 
 
Reported: 2015-04-13 13:43 UTC by vladimir benes
Modified: 2016-09-20 08:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tests: machine selector (1.72 KB, patch)
2015-04-13 13:45 UTC, vladimir benes
needs-work Details | Review
tests: Selection menu (1.72 KB, patch)
2015-05-27 11:46 UTC, vladimir benes
committed Details | Review

Description vladimir benes 2015-04-13 13:43:50 UTC
tests for selecting running/none/all machines
Comment 1 vladimir benes 2015-04-13 13:45:23 UTC
Created attachment 301459 [details] [review]
tests: machine selector

Select machines by chosing select all/none/running.
Comment 2 Zeeshan Ali 2015-04-24 15:43:59 UTC
Review of attachment 301459 [details] [review]:

* machine -> box or vm.
* chosing -> choosing.
* description sounds like an order. How about "Add test scenario for box selection using select all/none/running menu items." ?

::: tests/general.feature
@@ +125,3 @@
 
+  @selections
+  Scenario: VM Selections

I'd call it "Selection menu" as this is what the test is about.

@@ +131,3 @@
+    * Wait for "sleep 10" end
+    * Quit Boxes
+    * Start Boxes

Why do we restart Boxes? Is this to suspend them? If so, Why not use the right click menu?

@@ +133,3 @@
+    * Start Boxes
+    * Go into "Core-5" box
+    * Press "back" in "Core-5" vm

I guess you are doing this to ensure one of the box is running. You won't need to do this if you simply suspend the boxes you need to suspend using the context menu.
Comment 3 vladimir benes 2015-05-27 11:46:58 UTC
Created attachment 304061 [details] [review]
tests: Selection menu

Add test scenario for box selection using select all/none/running
menu items.
Comment 4 Zeeshan Ali 2015-05-28 13:55:23 UTC
Review of attachment 304061 [details] [review]:

Looks really good.
Comment 5 Zeeshan Ali 2015-05-28 17:16:12 UTC
Attachment 304061 [details] pushed as 03a5fad - tests: Selection menu