Skip to content

Commit

Permalink
add allocation_units.yaml test config
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth committed Feb 21, 2024
1 parent 1bb5520 commit 62e2f31
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions pytest/configs/allocation_units.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
system:
name: minimal
type: vmx-14 vmx-20
os_vmw: vmw.vmwarePhoton64Guest

networks:
vm_network:
name: "None"
description: "The None network"

hardware:
cpus: 2
memory:
type: memory
size: 4096
sata1:
type: sata_controller
cdrom1:
type: cd_drive
parent: sata1
rootdisk:
type: hard_disk
parent: sata1
units: KB
disk_image: dummy.vmdk
usb1:
type: usb_controller
ethernet1:
type: ethernet
subtype: VmxNet3
network: vm_network
videocard1:
type: video_card
vmci1:
type: vmci

0 comments on commit 62e2f31

Please sign in to comment.