Files
clr-installer/tests/basic-valid-descriptor.yaml
Leandro Dorileo b26135157b tests: fix descriptors without kernel config
Now the kernel configuration is mandatory, with that the tests will
break if no kernel configuration is provided.

Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
2018-09-25 09:56:40 -07:00

30 lines
473 B
YAML

---
targetMedia:
- name: sda
type: disk
children:
- name: sda1
size: 150M
type: part
fstype: vfat
mountpoint: "/boot"
- name: sda2
size: 1.364G
type: part
fstype: swap
- name: sda3
size: 2G
type: part
fstype: ext4
mountpoint: "/home"
- name: sda4
size: 4G
type: part
fstype: ext4
mountpoint: "/"
bundles: [os-core, os-core-update]
keyboard: us
language: us.UTF-8
telemetry: true
kernel: native-native