From 954a23be37f58b7ff8a8dc7405503c2c67f686e7 Mon Sep 17 00:00:00 2001 From: He Yin Ling Date: Sun, 25 Aug 2019 14:09:17 +0800 Subject: [PATCH] test: fix nvs compatible case error: nvs compatible test case uses new test env and app. update test config file. --- .../integration_test/CIConfigs/nvs_compatible_test_.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/idf_test/integration_test/CIConfigs/nvs_compatible_test_.yml b/components/idf_test/integration_test/CIConfigs/nvs_compatible_test_.yml index 6318d4e425..917efd7481 100644 --- a/components/idf_test/integration_test/CIConfigs/nvs_compatible_test_.yml +++ b/components/idf_test/integration_test/CIConfigs/nvs_compatible_test_.yml @@ -1,11 +1,11 @@ BinPath: - path: SSC/ssc_bin/ESP32_IDF/SSC_BLE - test app: SSC_BLE + path: SSC/ssc_bin/ESP32_IDF/SSC_BLE_WIFI + test app: SSC_BLE_WIFI DUT: [SSC1] Filter: - Add: SDK: ESP32_IDF - Test App: SSC_BLE + Test App: SSC_BLE_WIFI summary: 'use old NVS data WIFI function test'