From 396ac822039467ff8bcc60dae78b5ac30a830ca0 Mon Sep 17 00:00:00 2001 From: David Cassany Date: Fri, 9 Nov 2018 15:54:31 +0100 Subject: [PATCH] Adding OEM and ISO image types for Fedora tests --- .../appliance.kiwi | 35 ++++++++++++++++++- .../config.sh | 0 .../root/etc/login.defs | 0 .../root/etc/selinux/config | 0 .../root/etc/sysconfig/authconfig | 0 .../root/etc/sysconfig/firstboot | 0 .../root/etc/sysconfig/network | 0 .../etc/sysconfig/network-scripts/ifcfg-lan0 | 0 .../etc/udev/rules.d/70-persistent-net.rules | 0 .../root/fastboot | 0 10 files changed, 34 insertions(+), 1 deletion(-) rename build-tests/x86/{test-image-fedora-vmx => test-image-fedora}/appliance.kiwi (56%) rename build-tests/x86/{test-image-fedora-vmx => test-image-fedora}/config.sh (100%) rename build-tests/x86/{test-image-fedora-vmx => test-image-fedora}/root/etc/login.defs (100%) rename build-tests/x86/{test-image-fedora-vmx => test-image-fedora}/root/etc/selinux/config (100%) rename build-tests/x86/{test-image-fedora-vmx => test-image-fedora}/root/etc/sysconfig/authconfig (100%) rename build-tests/x86/{test-image-fedora-vmx => test-image-fedora}/root/etc/sysconfig/firstboot (100%) rename build-tests/x86/{test-image-fedora-vmx => test-image-fedora}/root/etc/sysconfig/network (100%) rename build-tests/x86/{test-image-fedora-vmx => test-image-fedora}/root/etc/sysconfig/network-scripts/ifcfg-lan0 (100%) rename build-tests/x86/{test-image-fedora-vmx => test-image-fedora}/root/etc/udev/rules.d/70-persistent-net.rules (100%) rename build-tests/x86/{test-image-fedora-vmx => test-image-fedora}/root/fastboot (100%) diff --git a/build-tests/x86/test-image-fedora-vmx/appliance.kiwi b/build-tests/x86/test-image-fedora/appliance.kiwi similarity index 56% rename from build-tests/x86/test-image-fedora-vmx/appliance.kiwi rename to build-tests/x86/test-image-fedora/appliance.kiwi index e61f8b51..1b321f0b 100644 --- a/build-tests/x86/test-image-fedora-vmx/appliance.kiwi +++ b/build-tests/x86/test-image-fedora/appliance.kiwi @@ -1,11 +1,19 @@ + + + Marcus Schaefer ms@suse.com - vmx disk test build for Fedora + Fedora 28 JeOS + + + + + 1.28.1 dnf @@ -15,8 +23,23 @@ us UTC false + + + + + + + + + 2048 + true + 200 + false + + + @@ -41,6 +64,16 @@ + + + + + + + + + + diff --git a/build-tests/x86/test-image-fedora-vmx/config.sh b/build-tests/x86/test-image-fedora/config.sh similarity index 100% rename from build-tests/x86/test-image-fedora-vmx/config.sh rename to build-tests/x86/test-image-fedora/config.sh diff --git a/build-tests/x86/test-image-fedora-vmx/root/etc/login.defs b/build-tests/x86/test-image-fedora/root/etc/login.defs similarity index 100% rename from build-tests/x86/test-image-fedora-vmx/root/etc/login.defs rename to build-tests/x86/test-image-fedora/root/etc/login.defs diff --git a/build-tests/x86/test-image-fedora-vmx/root/etc/selinux/config b/build-tests/x86/test-image-fedora/root/etc/selinux/config similarity index 100% rename from build-tests/x86/test-image-fedora-vmx/root/etc/selinux/config rename to build-tests/x86/test-image-fedora/root/etc/selinux/config diff --git a/build-tests/x86/test-image-fedora-vmx/root/etc/sysconfig/authconfig b/build-tests/x86/test-image-fedora/root/etc/sysconfig/authconfig similarity index 100% rename from build-tests/x86/test-image-fedora-vmx/root/etc/sysconfig/authconfig rename to build-tests/x86/test-image-fedora/root/etc/sysconfig/authconfig diff --git a/build-tests/x86/test-image-fedora-vmx/root/etc/sysconfig/firstboot b/build-tests/x86/test-image-fedora/root/etc/sysconfig/firstboot similarity index 100% rename from build-tests/x86/test-image-fedora-vmx/root/etc/sysconfig/firstboot rename to build-tests/x86/test-image-fedora/root/etc/sysconfig/firstboot diff --git a/build-tests/x86/test-image-fedora-vmx/root/etc/sysconfig/network b/build-tests/x86/test-image-fedora/root/etc/sysconfig/network similarity index 100% rename from build-tests/x86/test-image-fedora-vmx/root/etc/sysconfig/network rename to build-tests/x86/test-image-fedora/root/etc/sysconfig/network diff --git a/build-tests/x86/test-image-fedora-vmx/root/etc/sysconfig/network-scripts/ifcfg-lan0 b/build-tests/x86/test-image-fedora/root/etc/sysconfig/network-scripts/ifcfg-lan0 similarity index 100% rename from build-tests/x86/test-image-fedora-vmx/root/etc/sysconfig/network-scripts/ifcfg-lan0 rename to build-tests/x86/test-image-fedora/root/etc/sysconfig/network-scripts/ifcfg-lan0 diff --git a/build-tests/x86/test-image-fedora-vmx/root/etc/udev/rules.d/70-persistent-net.rules b/build-tests/x86/test-image-fedora/root/etc/udev/rules.d/70-persistent-net.rules similarity index 100% rename from build-tests/x86/test-image-fedora-vmx/root/etc/udev/rules.d/70-persistent-net.rules rename to build-tests/x86/test-image-fedora/root/etc/udev/rules.d/70-persistent-net.rules diff --git a/build-tests/x86/test-image-fedora-vmx/root/fastboot b/build-tests/x86/test-image-fedora/root/fastboot similarity index 100% rename from build-tests/x86/test-image-fedora-vmx/root/fastboot rename to build-tests/x86/test-image-fedora/root/fastboot