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

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