chore: add tests for chelsio drivers

Add tests for Chelsio drivers and firmware.

Ref: https://github.com/siderolabs/extensions/pull/232

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2023-09-19 21:59:22 +05:30
parent 5ca4d58dc9
commit 9c2ba7c6fa
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36
2 changed files with 23 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"path": "/machine/install/extensions",
"value": [
{
"image": map(select(. | contains("nvidia") or contains("tailscale") | not)) | .[]
"image": map(select(. | contains("nvidia") or contains("tailscale") or contains("xe-guest-utilities") | not)) | .[]
}
]
},
@ -29,6 +29,9 @@
{
"name": "ax88796b"
},
{
"name": "binfmt_misc"
},
{
"name": "btrfs"
},
@ -47,6 +50,18 @@
{
"name": "cdc_wdm"
},
{
"name": "cxgb"
},
{
"name": "cxgb3"
},
{
"name": "cxgb4"
},
{
"name": "cxgb4vf"
},
{
"name": "drbd"
},

View File

@ -69,6 +69,8 @@ func (suite *ExtensionsSuiteQEMU) TestExtensionsExpectedPaths() {
"/lib/firmware/amdgpu",
"/lib/firmware/amd-ucode",
"/lib/firmware/bnx2x",
"/lib/firmware/cxgb3",
"/lib/firmware/cxgb4/configs",
"/lib/firmware/i915",
"/lib/firmware/intel/ice/ddp",
"/lib/firmware/intel-ucode",
@ -100,12 +102,17 @@ func (suite *ExtensionsSuiteQEMU) TestExtensionsExpectedModules() {
"asix": "asix.ko",
"ax88179_178a": "ax88179_178a.ko",
"ax88796b": "ax88796b.ko",
"binfmt_misc": "binfmt_misc.ko",
"btrfs": "btrfs.ko",
"cdc_ether": "cdc_ether.ko",
"cdc_mbim": "cdc_mbim.ko",
"cdc_ncm": "cdc_ncm.ko",
"cdc_subset": "cdc_subset.ko",
"cdc_wdm": "cdc-wdm.ko",
"cxgb": "cxgb.ko",
"cxgb3": "cxgb3.ko",
"cxgb4": "cxgb4.ko",
"cxgb4vf": "cxgb4vf.ko",
"drbd": "drbd.ko",
"gasket": "gasket.ko",
"net1080": "net1080.ko",