Files
clr-installer/tests/valid-network.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

42 lines
728 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: "/"
networkInterfaces:
- name: enp57s0u1u2
addrs:
- ip: 10.7.200.163
netmask: 255.255.255.0
version: 0
- ip: fe80::1adb:f2ff:fe5c:664b
netmask: 'ffff:ffff:ffff:ffff::'
version: 1
dhcp: "false"
gateway: 10.7.200.251
dns: 10.248.2.1
bundles: [os-core, os-core-update]
keyboard: us
language: us.UTF-8
telemetry: true
kernel: kernel-native