From f3fc4916d2bbadb7277d571daf84226d38a60646 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Sat, 27 Jul 2019 12:13:32 +0200 Subject: [PATCH] ci: add jobs for flash encryption tests --- tools/ci/config/target-test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/ci/config/target-test.yml b/tools/ci/config/target-test.yml index 6aa25316e..4609f10be 100644 --- a/tools/ci/config/target-test.yml +++ b/tools/ci/config/target-test.yml @@ -196,6 +196,12 @@ example_test_007: - ESP32 - Example_I2C_CCS811_SENSOR +example_test_008: + extends: .example_test_template + tags: + - ESP32 + - Example_Flash_Encryption + UT_001: extends: .unit_test_template parallel: 50 @@ -412,6 +418,12 @@ UT_030: - ESP32_IDF - UT_T1_1 +UT_031: + extends: .unit_test_template + tags: + - ESP32_IDF + - UT_T1_FlashEncryption + nvs_compatible_test: extends: .test_template artifacts: