Add missing wifi data in AVM!Fritz Tools tests (#107373)

This commit is contained in:
Michael 2024-01-07 10:51:31 +01:00 committed by GitHub
parent c833f275d6
commit 84b20edeca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -132,6 +132,21 @@ MOCK_FB_SERVICES: dict[str, dict] = {
},
"GetPortMappingNumberOfEntries": {},
},
"WLANConfiguration1": {
"GetInfo": {
"NewEnable": True,
"NewStatus": "Up",
"NewSSID": "MyWifi",
"NewBeaconType": "11iandWPA3",
"NewX_AVM-DE_PossibleBeaconTypes": "None,11i,11iandWPA3",
"NewStandard": "ax",
"NewBSSID": "1C:ED:6F:12:34:13",
},
"GetSSID": {
"NewSSID": "MyWifi",
},
"GetSecurityKeys": {"NewKeyPassphrase": "1234567890"},
},
"X_AVM-DE_Homeauto1": {
"GetGenericDeviceInfos": [
{

View File

@ -62,6 +62,7 @@ async def test_entry_diagnostics(
"WANDSLInterfaceConfig1",
"WANIPConn1",
"WANPPPConnection1",
"WLANConfiguration1",
"X_AVM-DE_Homeauto1",
"X_AVM-DE_HostFilter1",
],