File: express-install.feature

package info (click to toggle)
gnome-boxes 49.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,836 kB
  • sloc: python: 883; ansic: 802; sh: 487; xml: 327; makefile: 14
file content (61 lines) | stat: -rw-r--r-- 2,324 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Feature: Express install

  Background:
    * Make sure that gnome-boxes is running
    * Wait until overview is loaded

  @express_install_fedora_20
  Scenario: Express install Fedora 20
    * Create new box from url "http://mirrors.nic.cz/pub/fedora-archive/fedora/linux/releases/20/Fedora/x86_64/iso/Fedora-20-x86_64-DVD.iso"
    * Hit "Tab"
    * Hit "Tab"
    * Type "test"
    * Press "Add Password"
    * Type "secretpasswordnumber1"
    * Press "Continue"
    * Press "Create"
    Then Installation of "Fedora 20" is finished in "30" minutes
    * Save IP for machine "Fedora 20"
    Then Box "Fedora 20" "does" exist
    Then Go into "Fedora 20" box
    Then Press "back" in "Fedora 20" vm
    Then Ping "Fedora 20"
    Then Verify "test" user with "secretpasswordnumber1" password in "Fedora 20"

  @express_install_fedora_21
  Scenario: Express install Fedora 21
    * Create new box from url "http://mirrors.nic.cz/pub/fedora/linux/releases/21/Server/x86_64/iso/Fedora-Server-netinst-x86_64-21.iso"
    * Hit "Tab"
    * Hit "Tab"
    * Type "test"
    * Press "Add Password"
    * Type "secretpasswordnumber1"
    * Press "Continue"
    * Press "Create"
    Then Installation of "Fedora 21" is finished in "30" minutes
    * Wait for "sleep 60" end
    Then Box "Fedora 21" "does" exist
    Then Go into "Fedora 21" box
    * Save IP for machine "Fedora 21"
    Then Press "back" in "Fedora 21" vm
    Then Ping "Fedora 21"
    Then Verify "test" user with "secretpasswordnumber1" password in "Fedora 21"

  @express_install_fedora_22
  Scenario: Express install Fedora 22
    * Create new box from url "http://mirrors.nic.cz/pub/fedora/linux/releases/22/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-22.iso"
    * Hit "Tab"
    * Hit "Tab"
    * Type "test"
    * Press "Add Password"
    * Type "secretpasswordnumber1"
    * Press "Continue"
    * Press "Create"
    Then Installation of "Fedora 22 Workstation" is finished in "30" minutes
    * Wait for "sleep 60" end
    Then Box "Fedora 22 Workstation" "does" exist
    Then Go into "Fedora 22 Workstation" box
    * Save IP for machine "Fedora 22 Workstation"
    Then Press "back" in "Fedora 22 Workstation" vm
    Then Ping "Fedora 22 Workstation"
    Then Verify "test" user with "secretpasswordnumber1" password in "Fedora 22 Workstation"