Skip to content

Commit

Permalink
bot: zephyr: separate blob client test configuration
Browse files Browse the repository at this point in the history
Alinging the bot for mesh blob client tests with zephyr
tester.

zephyrproject-rtos/zephyr#81531

Signed-off-by: alperen sener <[email protected]>
  • Loading branch information
m-alperen-sener committed Nov 18, 2024
1 parent ca4acba commit fe75e17
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions autopts/bot/iut_config/zephyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,31 @@
'CONFIG_BT_MESH_BLOB_BLOCK_SIZE_MAX': '256'
},
"test_cases": [
'DFUM/SR/FU',
'MBTM/CL/BT'
'DFUM/SR/FU'
]
},

"mesh_blob_cli.conf": {
"pre_overlay": "overlay-mesh.conf",
"overlay": {
'CONFIG_BT_SETTINGS': 'y',
'CONFIG_FLASH': 'y',
'CONFIG_FLASH_PAGE_LAYOUT': 'y',
'CONFIG_FLASH_MAP': 'y',
'CONFIG_NVS': 'y',
'CONFIG_BT_MESH_SETTINGS_WORKQ_STACK_SIZE': '1200',
'CONFIG_BT_MESH_DFD_SRV': 'n',
'CONFIG_BT_MESH_DFU_SRV': 'n',
'CONFIG_BT_MESH_BLOB_SRV': 'n',
'CONFIG_BT_MESH_DFD_SRV_OOB_UPLOAD': 'y',
'CONFIG_BT_MESH_BLOB_SIZE_MAX': '5000',
'CONFIG_BT_MESH_BLOB_BLOCK_SIZE_MIN': '256',
'CONFIG_BT_MESH_BLOB_BLOCK_SIZE_MAX': '256'
},
"test_cases": [
'MBTM/CL/BT'
]
}
}

retry_config = {
Expand Down

0 comments on commit fe75e17

Please sign in to comment.