aboutsummaryrefslogtreecommitdiffstats
path: root/framework/scripts/README
blob: df76de782418260befd00759c3c294c24814eacc (plain)
1
2
3
4
5
6
7
8
9
10
11
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"