Skip to content

Commit

Permalink
base-host-check.sh: list more information related to the fs
Browse files Browse the repository at this point in the history
As part of the base host check:
 - list files / dirs in the FS root
 - list all mounts

This would be useful when testing images with filesystem customizations.

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Dec 19, 2023
1 parent ba72faf commit 67e9fb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/scripts/base-host-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,11 @@ cat /etc/os-release
echo "ℹ️ system information"
uname -a

echo "ℹ️ mounted filesystems"
mount

echo "ℹ️ list fs root"
ls -l /

echo "🕰️ uptime"
uptime

0 comments on commit 67e9fb0

Please sign in to comment.