Skip to content

Commit

Permalink
kola: Add files to be verified in initrd test
Browse files Browse the repository at this point in the history
 - Validate gcp udev rules in initrd

Signed-off-by: Renata Ravanelli <[email protected]>
  • Loading branch information
ravanelli authored and HuijingHei committed Oct 10, 2023
1 parent 08d0833 commit c407944
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/kola/files/initrd/expected-contents
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ set -xeuo pipefail
. $KOLA_EXT_DATA/commonlib.sh

required_initrd_files=(
# Files from the 25azure-udev-rules overlay
"/usr/lib/udev/rules.d/66-azure-storage.rules"
"/usr/lib/udev/rules.d/99-azure-product-uuid.rules"
# Files from the 30gcp-udev-rules overlay
"/usr/lib/udev/rules.d/64-gce-disk-removal.rules"
"/usr/lib/udev/rules.d/65-gce-disk-naming.rules"
"/usr/lib/udev/google_nvme_id"
)

tmpd=$(mktemp -d)
Expand Down

0 comments on commit c407944

Please sign in to comment.