Skip to content

Commit

Permalink
tests: update image test cases with grow-fs flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed May 22, 2024
1 parent 66c6af4 commit 60aca35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ng/katsu-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ disk:

- label: root
type: root-arm64
flags:
- grow-fs
# size: 2.5MiB
filesystem: ext4
mountpoint: /
Expand Down
2 changes: 2 additions & 0 deletions tests/ng/katsu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ disk:

- label: root
type: root
flags:
- grow-fs
# size: 2.5MiB
filesystem: ext4
mountpoint: /
Expand Down

0 comments on commit 60aca35

Please sign in to comment.