Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:nkrapp:branches:Base:System
dracut
TEST-04-FULL-SYSTEMD-V59-openQA.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File TEST-04-FULL-SYSTEMD-V59-openQA.patch of Package dracut
From 9f37a8eac73640a1abe985f1e1d3195eec1de108 Mon Sep 17 00:00:00 2001 From: nkrapp <nico.krapp@suse.com> Date: Fri, 5 May 2023 10:45:13 +0200 Subject: [PATCH] Patch TEST-04 --- test/TEST-04-FULL-SYSTEMD/test.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/TEST-04-FULL-SYSTEMD/test.sh b/test/TEST-04-FULL-SYSTEMD/test.sh index cf79c717e..94541cd4b 100755 --- a/test/TEST-04-FULL-SYSTEMD/test.sh +++ b/test/TEST-04-FULL-SYSTEMD/test.sh @@ -9,6 +9,8 @@ test_check() { export KVERSION=${KVERSION-$(uname -r)} +export basedir=/usr/lib/dracut + # Uncomment this to debug failures #DEBUGFAIL="rd.shell rd.break" #DEBUGOUT="quiet systemd.log_level=debug systemd.log_target=console loglevel=77 rd.info rd.debug" @@ -42,7 +44,7 @@ client_run() { test_run() { client_run "no option specified" || return 1 - client_run "readonly root" "ro" || return 1 + #client_run "readonly root" "ro" || return 1 client_run "writeable root" "rw" || return 1 return 0 } @@ -121,6 +123,7 @@ EOF "$basedir"/dracut.sh -l -i "$TESTDIR"/overlay / \ -m "test-makeroot bash btrfs rootfs-block kernel-modules qemu" \ -d "piix ide-gd_mod ata_piix btrfs sd_mod" \ + -o "systemd-initrd systemd" \ -I "mkfs.btrfs btrfs sync" \ -i ./create-root.sh /lib/dracut/hooks/initqueue/01-create-root.sh \ --nomdadmconf \ @@ -170,4 +173,4 @@ test_cleanup() { } # shellcheck disable=SC1090 -. "$testdir"/test-functions +. "$basedir"/test/test-functions \ No newline at end of file
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor