Sha256: 77487221e6e5475c9be1a9bcbfaa183aaa47f4fe44c351f5d9347716fe1635fc
Contents?: true
Size: 834 Bytes
Versions: 19
Compression:
Stored size: 834 Bytes
Contents
Feature: Virtual Machine BIOS Settings As a virtualbox library user I want to read and update VM BIOS Background: Given I find a VM identified by "test_vm_A" And I set the VM properties: | name | value | | acpi | off | | ioapic | off | And I reload the VM And the "bios" relationship Scenario: Reading BIOS Then the "BIOS" properties should match @unsafe Scenario: Updating the BIOS When I set the relationship property "acpi_enabled" to "true" And I save the relationship And I reload the VM info Then the "BIOS" properties should match @unsafe Scenario: Updating the BIOS via the VM When I set the relationship property "io_apic_enabled" to "true" And I save the model And I reload the VM info Then the "BIOS" properties should match
Version data entries
19 entries across 19 versions & 3 rubygems