Files
clr-installer/tests/real-example.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

37 lines
635 B
YAML

#clear-linux-config
targetMedia:
- name: sdc
model: 'Ultra USB 3.0 '
majMin: "8:32"
size: "30752636928"
ro: "false"
rm: "true"
type: disk
state: running
children:
- name: sdc1
fstype: vfat
mountpoint: /boot
size: "157286400"
ro: "false"
rm: "false"
type: part
- name: sdc2
fstype: swap
size: "2147483648"
ro: "false"
rm: "false"
type: part
- name: sdc3
fstype: ext4
mountpoint: /
size: "28447866880"
ro: "false"
rm: "false"
type: part
keyboard: us
language: en_US.UTF-8
bundles: [os-core, os-core-update]
telemetry: true
kernel: kernel-native