Skip to content

Commit 172a856

Browse files
authored
Added param for OTA E2E test (#40)
1 parent eefef4a commit 172a856

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

config_template/test_execution_config_template.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,18 @@
4040
* #define TRANSPORT_INTERFACE_TEST_ENABLED (0)
4141
*/
4242

43-
/**
43+
/**
4444
* @brief Configuration to enable the OTA PAL test.
4545
*
4646
* #define OTA_PAL_TEST_ENABLED (0)
4747
*/
4848

49+
/**
50+
* @brief Configuration to enable the OTA End-to-end test.
51+
*
52+
* #define OTA_E2E_TEST_ENABLED (0)
53+
*/
54+
4955
/**
5056
* @brief Configuration to enable the corePKCS11 test.
5157
*

config_template/test_param_config_template.h

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,29 @@
281281
* #define PKCS11_TEST_LABEL_ROOT_CERTIFICATE pkcs11configLABEL_ROOT_CERTIFICATE
282282
*/
283283

284+
/**
285+
* @brief The IoT Thing name for the device for OTA test.
286+
*
287+
* #define OTA_IOT_THING_NAME "PLACE_HOLDER"
288+
*/
289+
290+
/**
291+
* @brief Major version for OTA E2E test.
292+
*
293+
* #define OTA_APP_VERSION_MAJOR 0
294+
*/
295+
296+
/**
297+
* @brief Major version for OTA E2E test.
298+
*
299+
* #define OTA_APP_VERSION_MINOR 9
300+
*/
301+
302+
/**
303+
* @brief Major version for OTA E2E test.
304+
*
305+
* #define OTA_APP_VERSION_BUILD 1
306+
*/
307+
308+
284309
#endif /* TEST_PARAM_CONFIG_H */

0 commit comments

Comments
 (0)