File: import-vms.feature

package info (click to toggle)
gnome-boxes 49.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 10,836 kB
  • sloc: python: 883; ansic: 802; sh: 487; xml: 327; makefile: 14
file content (27 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (6)
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
Feature: Import Images

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

  @import_local_qcow2_image
  Scenario: Import local qcow2 image
    * Import machine "Core-5" from image "Downloads/Core-5.3.qcow2"
    Then Box "Core-5" "does" exist
    Then Ping "Core-5"

  @import_local_vmdk_image
  Scenario: Import local vmdk image
    * Import machine "Core-5" from image "Downloads/Core-5.3.vmdk"
    Then Box "Core-5" "does" exist
    Then Ping "Core-5"

  @restart_persistence
  Scenario: Restart persistence
    * Import machine "Core-5" from image "Downloads/Core-5.3.qcow2"
    * Import machine "Core-5" from image "Downloads/Core-5.3.vmdk"
    * Quit Boxes
    * Start Boxes
    Then Box "Core-5" "does" exist
    Then Box "Core-5 2" "does" exist