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:
parent
5ca4d58dc9
commit
9c2ba7c6fa
@ -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"
|
||||
},
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user