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