Merge branch 'test/use_correct_config_for_nvs_compatible_case_v3.2' into 'release/v3.2'

test: fix nvs compatible case error (backport v3.2)

See merge request espressif/esp-idf!5893
This commit is contained in:
Angus Gratton 2019-09-05 16:51:30 +08:00
commit 73e040e584
3 changed files with 5 additions and 5 deletions

View file

@ -903,7 +903,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)