From e6896a606189e45ae03541335418c71f4d747094 Mon Sep 17 00:00:00 2001 From: lanqinglong Date: Wed, 21 Oct 2015 11:58:24 +0800 Subject: 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 --- framework/scripts/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'framework/scripts/README') 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 -- cgit 1.2.3-korg