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:
Angus Gratton 2019-08-27 13:30:35 +08:00
commit a3d232f053
3 changed files with 5 additions and 5 deletions

View File

@ -766,7 +766,7 @@ assign_test:
LOG_PATH: "$CI_PROJECT_DIR/$CI_COMMIT_SHA"
TEST_CASE_FILE_PATH: "$CI_PROJECT_DIR/components/idf_test/integration_test"
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
script:
# first test if config file exists, if not exist, exit 0

View File

@ -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'

View File

@ -26,7 +26,7 @@ test cases:
4. check if SoftAP config is correct
sub module: NVS
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 2: test if latest SDK work with pervious version of NVS data
version: v1 (2017-06-01)