Sha256: 16945ca2004467f12d5430276dbf82d868d2c5e9ccc0a4219ea50077005ce22b

Contents?: true

Size: 852 Bytes

Versions: 19

Compression:

Stored size: 852 Bytes

Contents

Feature: Virtual Machine CPU Settings
  As a virtualbox library user
  I want to read and update VM CPU settings

  Background:
    Given I find a VM identified by "test_vm_A"
    And I set the VM properties:
      | name     | value |
      | pae      | off   |
      | synthcpu | off   |
    And I reload the VM
    And the "cpu" relationship

  Scenario: Reading CPU settings
    Then the "CPU" properties should match

  @unsafe
  Scenario: Updating the CPU settings
    When I set the relationship property "pae" to "true"
    And I save the relationship
    And I reload the VM info
    Then the "CPU" properties should match

  @unsafe
  Scenario: Updating the CPU settings via the VM
    When I set the relationship property "synthetic" to "true"
    And I save the model
    And I reload the VM info
    Then the "CPU" properties should match

Version data entries

19 entries across 19 versions & 3 rubygems

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