Sha256: 59a2cf6dc78652f2391e9052e4cf81752c19b75ad061813a6051ccc6a9137aad

Contents?: true

Size: 843 Bytes

Versions: 18

Compression:

Stored size: 843 Bytes

Contents

Feature: Virtual Machine Snapshots
  As a virtualbox library user
  I want to manage a VM's snapshots

  Background:
    Given I find a VM identified by "test_vm_A"
    And the snapshots are cleared
    And the "current_snapshot" relationship

  Scenario: Reading the snapshots
    Given the following snapshot tree is created:
      | key | children  |
      | foo | bar,baz   |
      | bar | bar1,bar2 |
    And I reload the VM
    Then the snapshots should match

  Scenario: Taking a snapshot
    When I take a snapshot "foo"
    And I reload the VM info
    Then the snapshot "foo" should exist

  Scenario: Deleting a snapshot
    Given the snapshot "foo" is created
    And I reload the VM
    When I find the snapshot named "foo"
    And I destroy the snapshot
    And I reload the VM info
    Then the snapshot "foo" should not exist

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
virtualbox-0.9.2 features/vm_snapshots.feature
virtualbox-0.9.1 features/vm_snapshots.feature
virtualbox-0.9.0 features/vm_snapshots.feature
virtualbox-0.8.6 features/vm_snapshots.feature
virtualbox-0.8.5 features/vm_snapshots.feature
virtualbox-0.8.4 features/vm_snapshots.feature
velir_virtualbox-0.8.4 features/vm_snapshots.feature
virtualbox-0.8.3 features/vm_snapshots.feature
virtualbox-0.8.2 features/vm_snapshots.feature
virtualbox-0.8.1 features/vm_snapshots.feature
virtualbox-0.8.0 features/vm_snapshots.feature
virtualbox-0.7.9 features/vm_snapshots.feature
virtualbox-0.7.8 features/vm_snapshots.feature
virtualbox-0.7.7 features/vm_snapshots.feature
virtualbox-0.7.6 features/vm_snapshots.feature
bbrowning-virtualbox-0.7.6.dev features/vm_snapshots.feature
virtualbox-0.7.5 features/vm_snapshots.feature
virtualbox-0.7.4 features/vm_snapshots.feature