File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments