Skip to content

Commit

Permalink
test/filesystem: remove conditions on v94
Browse files Browse the repository at this point in the history
Version 94 of osbuild-composer is over a year old now.  It should be
fine to test these unconditionally.
  • Loading branch information
achilleas-k committed Dec 18, 2024
1 parent 010c6fe commit 4c09586
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/cases/filesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ size = 131072000
[[customizations.filesystem]]
mountpoint = "/boot"
size = 131072000
EOF

if nvrGreaterOrEqual "osbuild-composer" "94"; then
tee -a "$BLUEPRINT_FILE" > /dev/null << EOF
[[customizations.filesystem]]
mountpoint = "/boot/firmware"
Expand All @@ -195,7 +191,6 @@ size = 131072000
mountpoint = "/foobar"
size = 131072000
EOF
fi
}

write_fs_blueprint
Expand Down Expand Up @@ -297,10 +292,6 @@ size = 131072000
[[customizations.filesystem]]
mountpoint = "/sysroot"
size = 131072000
EOF

if nvrGreaterOrEqual "osbuild-composer" "94"; then
tee -a "$BLUEPRINT_FILE" > /dev/null << EOF
[[customizations.filesystem]]
mountpoint = "/usr/bin"
Expand All @@ -314,7 +305,6 @@ size = 131072000
mountpoint = "/var/lock"
size = 131072000
EOF
fi

# build_image "$BLUEPRINT_FILE" custom-filesystem-fail qcow2 true
build_image "$BLUEPRINT_FILE" custom-filesystem-fail qcow2 true
Expand Down

0 comments on commit 4c09586

Please sign in to comment.