dragonboard: add ethernet test case
Signed-off-by: August <mingxin.android@gmail.com>
This commit is contained in:
parent
42d216e0ee
commit
6cce50ffe8
4 changed files with 64 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue