Skip to content

Commit

Permalink
tests: use gpt and fix unbound stuff by importing nested.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed Oct 3, 2024
1 parent 2cca331 commit dc4ff80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/nested/manual/install-volume-assignment/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ prepare: |
# append volume-assignments
cat <<EOF >> pc-gadget/meta/gadget.yaml
backup:
schema: mbr
schema: gpt
structure:
- filesystem: ext4
name: system-backup
Expand Down Expand Up @@ -56,6 +56,9 @@ prepare: |
tests.nested build-image core
execute: |
# shellcheck source=tests/lib/nested.sh
. "$TESTSLIB/nested.sh"
# create new disk for the gadget volume-assignments that we attach
# to the VM
BACKUP_VOLUME="$NESTED_IMAGES_DIR/$(nested_get_image_name_base core)-backup.img"
Expand Down

0 comments on commit dc4ff80

Please sign in to comment.