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

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