]> granicus.if.org Git - esp-idf/commitdiff
add note that test folder is for internal use.
authorYinling <heyinling@espressif.com>
Wed, 28 Sep 2016 11:52:04 +0000 (19:52 +0800)
committerAngus Gratton <angus@espressif.com>
Tue, 11 Oct 2016 06:23:45 +0000 (17:23 +1100)
Will move data in readme to wiki except first two notes.

components/test/README.md

index 3267e47caf4930f08027157e1e1f639ab06394cd..f23153bca6f296f2a357c853029544feb9cef0b3 100644 (file)
@@ -1,4 +1,7 @@
-# The test folder in SDK
+
+# Note: The test cases in this folder are for Espressif internal use.
+
+# Goto internal project wiki Testing page for detail about this folder.
 
 ## File Structure
 
@@ -45,3 +48,14 @@ After review it will be merged to SDK and will be The cases will be synced to da
     4. [config test environment](https://gitlab.espressif.cn:6688/yinling/auto_test_script/blob/master/public/Design/TestEnvConfig.DesignNote.md). All parameters in table "Parameters require config before use" MUST be configured.
 3. run test cases with [CIRunner.py](https://gitlab.espressif.cn:6688/yinling/auto_test_script/blob/master/public/Design/RunnerConfigs.DesignNote.md)
 
+
+
+## exclude known issues for CI
+the test cases listed in file "KnownIssues" will be excluded by CI when calculating results
+
+Editing KnownIssues file is very simple, one single line for the ID for each case.
+```
+TCPIP_TCP_0101
+TCPIP_TCP_0201
+...
+```
\ No newline at end of file