Files
clr-installer/tests/invalid-no-kernel.yaml
T
Leandro Dorileo 0a52b8e030 model: add test for kernel validation
Kernel configuration is mandatory. This test makes sure we cover that.

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

25 lines
429 B
YAML

#clear-linux-config
targetMedia:
- name: sda
size: "30752636928"
type: disk
children:
- name: sda1
fstype: vfat
mountpoint: /boot
size: "157286400"
type: part
- name: sda2
fstype: swap
size: "2147483648"
type: part
- name: sda3
fstype: ext4
mountpoint: /
size: "28447866880"
type: part
bundles: [os-core, os-core-update]
telemetry: false
keyboard: us
language: en_US.UTF-8