mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-05 10:51:56 +01:00
chore: validate new system extensions
Validate the amdgpu and intel-ice firmware extensions. Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
bbeb489aa8
commit
d03dc7a8af
@ -66,9 +66,11 @@ func (suite *ExtensionsSuiteQEMU) TearDownTest() {
|
|||||||
// TestExtensionsExpectedPaths verifies expected paths are present.
|
// TestExtensionsExpectedPaths verifies expected paths are present.
|
||||||
func (suite *ExtensionsSuiteQEMU) TestExtensionsExpectedPaths() {
|
func (suite *ExtensionsSuiteQEMU) TestExtensionsExpectedPaths() {
|
||||||
expectedPaths := []string{
|
expectedPaths := []string{
|
||||||
|
"/lib/firmware/amdgpu",
|
||||||
"/lib/firmware/amd-ucode",
|
"/lib/firmware/amd-ucode",
|
||||||
"/lib/firmware/bnx2x",
|
"/lib/firmware/bnx2x",
|
||||||
"/lib/firmware/i915",
|
"/lib/firmware/i915",
|
||||||
|
"/lib/firmware/intel/ice/ddp",
|
||||||
"/lib/firmware/intel-ucode",
|
"/lib/firmware/intel-ucode",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user