mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'test/use_correct_config_for_nvs_compatible_case_v3.1' into 'release/v3.1'
test: fix nvs compatible case error (backport v3.1) See merge request espressif/esp-idf!5892
This commit is contained in:
commit
a3d232f053
@ -766,7 +766,7 @@ assign_test:
|
|||||||
LOG_PATH: "$CI_PROJECT_DIR/$CI_COMMIT_SHA"
|
LOG_PATH: "$CI_PROJECT_DIR/$CI_COMMIT_SHA"
|
||||||
TEST_CASE_FILE_PATH: "$CI_PROJECT_DIR/components/idf_test/integration_test"
|
TEST_CASE_FILE_PATH: "$CI_PROJECT_DIR/components/idf_test/integration_test"
|
||||||
MODULE_UPDATE_FILE: "$CI_PROJECT_DIR/components/idf_test/ModuleDefinition.yml"
|
MODULE_UPDATE_FILE: "$CI_PROJECT_DIR/components/idf_test/ModuleDefinition.yml"
|
||||||
CONFIG_FILE: "$CI_PROJECT_DIR/components/idf_test/integration_test/CIConfigs/$CI_JOB_NAME.yml"
|
CONFIG_FILE: "$CI_PROJECT_DIR/components/idf_test/integration_test/CIConfigs/${CI_JOB_NAME}_.yml"
|
||||||
before_script: *add_gitlab_key_before
|
before_script: *add_gitlab_key_before
|
||||||
script:
|
script:
|
||||||
# first test if config file exists, if not exist, exit 0
|
# first test if config file exists, if not exist, exit 0
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
BinPath:
|
BinPath:
|
||||||
path: SSC/ssc_bin/ESP32_IDF/SSC_BLE
|
path: SSC/ssc_bin/ESP32_IDF/SSC_BLE_WIFI
|
||||||
test app: SSC_BLE
|
test app: SSC_BLE_WIFI
|
||||||
|
|
||||||
DUT: [SSC1]
|
DUT: [SSC1]
|
||||||
|
|
||||||
Filter:
|
Filter:
|
||||||
- Add:
|
- Add:
|
||||||
SDK: ESP32_IDF
|
SDK: ESP32_IDF
|
||||||
Test App: SSC_BLE
|
Test App: SSC_BLE_WIFI
|
||||||
summary: 'use old NVS data WIFI function test'
|
summary: 'use old NVS data WIFI function test'
|
@ -26,7 +26,7 @@ test cases:
|
|||||||
4. check if SoftAP config is correct
|
4. check if SoftAP config is correct
|
||||||
sub module: NVS
|
sub module: NVS
|
||||||
summary: use old NVS data WIFI function test
|
summary: use old NVS data WIFI function test
|
||||||
test environment: SSC_T1_1
|
test environment: SSC_T1_5
|
||||||
test point 1: compatiable test
|
test point 1: compatiable test
|
||||||
test point 2: test if latest SDK work with pervious version of NVS data
|
test point 2: test if latest SDK work with pervious version of NVS data
|
||||||
version: v1 (2017-06-01)
|
version: v1 (2017-06-01)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user