diff options
author | lanqinglong <lanqinglong@huawei.com> | 2015-10-21 11:58:24 +0800 |
---|---|---|
committer | lanqinglong <lanqinglong@huawei.com> | 2015-10-21 12:00:20 +0800 |
commit | e6896a606189e45ae03541335418c71f4d747094 (patch) | |
tree | a04bef9545de1544656659b667e20f90cbe6aee6 /framework/scripts/README | |
parent | e9bb60be43af477f17b30ee1f2ba205565b7fa15 (diff) |
Create a new framework of running onos test
JIRA:ONOSFW-138
Onosfw need some test, so it need a new framework
Change-Id: Iaccdc1184767bdb1b794d36d92e09bf03a38d82f
Signed-off-by: lanqinglong <lanqinglong@huawei.com>
Diffstat (limited to 'framework/scripts/README')
-rw-r--r-- | framework/scripts/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/framework/scripts/README b/framework/scripts/README index e69de29b..df76de78 100644 --- a/framework/scripts/README +++ b/framework/scripts/README @@ -0,0 +1,12 @@ +1.Functon_test is a framework of running onosfw function testcases; +2.Folder tree: + ©¤function_test + ©¸©¤Teston + ©À©¤adapters + ©À©¤dependencies + ©¸©¤log +(1)adapters include some drivers of running onosfw test. +(2)dependencies include some dependency files. +(3)log inlude the running log. +3.How to run the test? +Easy to run, run "sudo python onosfunctest.py" in path "onosfw/framework/scripts/function_test/Teston"
\ No newline at end of file |