Sha256: d8bce6b9eb4437c9f1ca256d6bdb8d8268cc2c35501607e418cc1b413478feec
Contents?: true
Size: 803 Bytes
Versions: 19
Compression:
Stored size: 803 Bytes
Contents
Feature: Virtual Machine Network Adapters As a virtualbox library user I want to read and update network adapters Background: Given I find a VM identified by "test_vm_A" And the "network_adapters" relationship @unsafe Scenario: Reading adapters Given the adapters are reset And the following adapters are set: | slot | type | | 1 | nat | Then the network adapter properties should match @unsafe Scenario: Updating adapters Given the adapters are reset And the following adapters are set: | slot | type | | 1 | nat | When I update the adapter in slot "1" And I set the property "cable_connected" to "false" And I save the VM And I reload the VM info Then the network adapter properties should match
Version data entries
19 entries across 19 versions & 3 rubygems