aboutsummaryrefslogtreecommitdiff
path: root/test-configs.yaml
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2019-08-29 14:55:01 +0100
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-08-29 18:37:37 +0100
commit3d6bc4c913fbe834b96260f484031bd0ec092e05 (patch)
tree4eb6f20d4be101703b3a5456612b0ce3f6835c66 /test-configs.yaml
parent2e18fee0d46b472f921c288f526f513ceb4c3977 (diff)
kernelci.configs.DeviceType: rename .type_name as .base_name
Rename DeviceType.type_name as .base_name and update the YAML and all places where this is used accordingly. Using .base_name removes some ambiguity that the "type:" attribute in YAML and DeviceType.type_name had introduced as it wasn't clear what the purpose if it was. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'test-configs.yaml')
-rw-r--r--test-configs.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test-configs.yaml b/test-configs.yaml
index fe77b16..8d294dd 100644
--- a/test-configs.yaml
+++ b/test-configs.yaml
@@ -762,7 +762,7 @@ device_types:
- blacklist: {kernel: ['v3.']}
qemu_arm:
- type: qemu
+ base_name: qemu
mach: qemu
arch: arm
boot_method: qemu
@@ -774,7 +774,7 @@ device_types:
- whitelist: {defconfig: ['multi_v7_defconfig', 'vexpress_defconfig']}
qemu_arm64:
- type: qemu
+ base_name: qemu
mach: qemu
arch: arm64
boot_method: qemu
@@ -786,7 +786,7 @@ device_types:
- whitelist: {defconfig: ['defconfig']}
qemu_i386:
- name: qemu
+ base_name: qemu
mach: qemu
arch: i386
boot_method: qemu
@@ -798,7 +798,7 @@ device_types:
- whitelist: {defconfig: ['i386_defconfig']}
qemu_x86_64:
- type: qemu
+ base_name: qemu
mach: qemu
arch: x86_64
boot_method: qemu