diff --git a/tests/functional/constants/ovms_openai.py b/tests/functional/constants/ovms_openai.py index f3fb0f6871..144dcd2d83 100644 --- a/tests/functional/constants/ovms_openai.py +++ b/tests/functional/constants/ovms_openai.py @@ -79,6 +79,7 @@ class ImagesRequestParamsValues: SIZE_DEFAULT = "512x512" SIZE_EDITS_DEFAULT = "336x224" STRENGTH_DEFAULT = 0.7 + STRENGTH_DEFAULT_NPU = 1.0 MIXED_NPU_DEVICE = "NPU NPU GPU" diff --git a/tests/sdl/whitelists.py b/tests/sdl/whitelists.py index 422c937830..c53529eaa3 100644 --- a/tests/sdl/whitelists.py +++ b/tests/sdl/whitelists.py @@ -95,8 +95,10 @@ class OvmsBaseType(Enum): # Libraries located in /ovms/lib/ libraries = { OvmsBaseType.COMMON: { - 'libazurestorage.so', - 'libcpprest.so', + 'libazure-core.so', + 'libazure-storage-blobs.so', + 'libazure-storage-common.so', + 'libazure-storage-files-shares.so', 'libespeak-ng.so', 'libgit2.so', 'libOpenCL.so',