From 81f806e6760012e402bde20642594951b258789d Mon Sep 17 00:00:00 2001 From: He Yin Ling Date: Mon, 20 Nov 2017 13:32:01 +0800 Subject: [PATCH] test: change initial condition of unit test: now UT App will not print test menu by default. it will print a prompt to indicate it's ready. we can check this prompt instead of delay. --- .../idf_test/unit_test/InitialConditionAll.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/components/idf_test/unit_test/InitialConditionAll.yml b/components/idf_test/unit_test/InitialConditionAll.yml index 48045c286..6e5d898e7 100644 --- a/components/idf_test/unit_test/InitialConditionAll.yml +++ b/components/idf_test/unit_test/InitialConditionAll.yml @@ -2936,28 +2936,16 @@ initial condition: - check cmd set: - '' - - FREBOOT UT1 - - [''] - - - DELAY 3 - - [''] - - - UT UT1 - - - [R UT1 C Tests C Failures C Ignored] + - ['R UT1 C Press%20ENTER%20to%20see%20the%20list%20of%20tests'] force restore cmd set: - '' - - FREBOOT UT1 - - [''] - - - DELAY 3 - - [''] - - - UT UT1 - - - [R UT1 C Tests C Failures C Ignored] + - ['R UT1 C Press%20ENTER%20to%20see%20the%20list%20of%20tests'] initial condition detail: At UT menu page restore cmd set: - '' - - FREBOOT UT1 - - [''] - - - DELAY 3 - - [''] - - - UT UT1 - - - [R UT1 C Tests C Failures C Ignored] + - ['R UT1 C Press%20ENTER%20to%20see%20the%20list%20of%20tests'] restore post cmd set: - '' - - DELAY 0.1