Sha256: df260c3f42f5489f7ea2ab708357a206d419aa92f0e0b3d4dd7b236b70d072e6
Contents?: true
Size: 866 Bytes
Versions: 19
Compression:
Stored size: 866 Bytes
Contents
Feature: Virtual Machine HW Virtualization As a virtualbox library user I want to read and update HW Virtualization settings Background: Given I find a VM identified by "test_vm_A" And I set the VM properties: | name | value | | hwvirtex | on | | nestedpaging | on | And I reload the VM And the "hw_virt" relationship Scenario: Reading Then the "HW virt" properties should match @unsafe Scenario: Updating When I set the relationship property "enabled" to "false" And I save the relationship And I reload the VM info Then the "HW virt" properties should match @unsafe Scenario: Updating and saving via VM When I set the relationship property "nested_paging" to "false" And I save the model And I reload the VM info Then the "HW virt" properties should match
Version data entries
19 entries across 19 versions & 3 rubygems