dragonboard: add ethernet test case

Signed-off-by: August <mingxin.android@gmail.com>
This commit is contained in:
August 2018-07-28 15:45:58 +08:00
parent 42d216e0ee
commit 6cce50ffe8
4 changed files with 64 additions and 1 deletions

View file

@ -59,7 +59,7 @@ run_type = 1
;-------------------------------------------------------------------------------
[wifi]
display_name= "网络"
activated = 1
activated = 0
program = "wifitester.sh"
category = 0
run_type = 1
@ -67,6 +67,15 @@ module_count= 1
module_path = "/system/vendor/modules/8723cs.ko"
module_args =
[ethernet]
display_name= "乙太網"
activated = 1
program = "nettester.sh"
category = 0
run_type = 1
module_path =
module_args =
;-------------------------------------------------------------------------------
; module_path
; The full path of g-sensor module file.