File: spice.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 (28 lines) | stat: -rw-r--r-- 810 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
Feature: Spice

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

  @new_spice_localhost_box
  Scenario: New spice box
    * Create new box "Core-5"
    * Create new box from url "spice://127.0.0.1?port=5900;"
    * Wait for "sleep 2" end
    * Press "Create"
    Then Box "127.0.0.1" "does" exist
    * Go into "127.0.0.1" box
    * Wait for "sleep 1" end
    * Type text "sudo ifconfig eth0 down" and return
    * Wait for "sleep 5" end
    Then Cannot ping "Core-5"

  @spice_restart_persistence
  Scenario: Spice system persistence
    * Initiate new box "Core-5" installation
    * Create new box from url "spice://127.0.0.1?port=5900;"
    * Wait for "sleep 1" end
    * Press "Create"
    * Quit Boxes
    * Start Boxes
    Then Box "127.0.0.1" "does" exist