Initial commit
This commit is contained in:
commit
4eef3a1d5a
153 changed files with 178754 additions and 0 deletions
1
lib/uci/test/references/add_section.result
Normal file
1
lib/uci/test/references/add_section.result
Normal file
|
|
@ -0,0 +1 @@
|
|||
+add.section=type
|
||||
6
lib/uci/test/references/export.data
Normal file
6
lib/uci/test/references/export.data
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
config 'type' 'section'
|
||||
option 'opt' 'val'
|
||||
list 'list_opt' 'val0'
|
||||
list 'list_opt' 'val1'
|
||||
|
||||
7
lib/uci/test/references/export.result
Normal file
7
lib/uci/test/references/export.result
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package 'export'
|
||||
|
||||
config 'type' 'section'
|
||||
option 'opt' 'val'
|
||||
list 'list_opt' 'val0'
|
||||
list 'list_opt' 'val1'
|
||||
|
||||
2
lib/uci/test/references/get.data
Normal file
2
lib/uci/test/references/get.data
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
config 'type' 'section'
|
||||
option 'opt' 'val'
|
||||
5
lib/uci/test/references/get_parsing.data
Normal file
5
lib/uci/test/references/get_parsing.data
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
config 'type' 'section'
|
||||
option 'opt' 'val'
|
||||
|
||||
config 'unnamed'
|
||||
option 'opt1' 'val1'
|
||||
7
lib/uci/test/references/import.data
Normal file
7
lib/uci/test/references/import.data
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package 'import'
|
||||
|
||||
config 'type' 'section'
|
||||
option 'opt' 'val'
|
||||
list 'list_opt' 'val0'
|
||||
list 'list_opt' 'val1'
|
||||
|
||||
6
lib/uci/test/references/import.result
Normal file
6
lib/uci/test/references/import.result
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
config 'type' 'section'
|
||||
option 'opt' 'val'
|
||||
list 'list_opt' 'val0'
|
||||
list 'list_opt' 'val1'
|
||||
|
||||
2
lib/uci/test/references/set_existing_option.data
Normal file
2
lib/uci/test/references/set_existing_option.data
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
config 'named' 'section'
|
||||
option 'opt' 'err'
|
||||
1
lib/uci/test/references/set_existing_option.result
Normal file
1
lib/uci/test/references/set_existing_option.result
Normal file
|
|
@ -0,0 +1 @@
|
|||
set.section.opt=val
|
||||
1
lib/uci/test/references/set_named_section.result
Normal file
1
lib/uci/test/references/set_named_section.result
Normal file
|
|
@ -0,0 +1 @@
|
|||
set.section=named
|
||||
1
lib/uci/test/references/set_nonexisting_option.data
Normal file
1
lib/uci/test/references/set_nonexisting_option.data
Normal file
|
|
@ -0,0 +1 @@
|
|||
config 'named' 'section'
|
||||
1
lib/uci/test/references/set_nonexisting_option.result
Normal file
1
lib/uci/test/references/set_nonexisting_option.result
Normal file
|
|
@ -0,0 +1 @@
|
|||
set.section.opt=val
|
||||
2
lib/uci/test/references/set_parsing.data
Normal file
2
lib/uci/test/references/set_parsing.data
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
config 'type' 'section'
|
||||
option 'opt' 'val'
|
||||
2
lib/uci/test/references/show_parsing.data
Normal file
2
lib/uci/test/references/show_parsing.data
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
config 'type' 'section'
|
||||
option 'opt' 'val'
|
||||
15
lib/uci/test/references/ucimap_example_1.result
Normal file
15
lib/uci/test/references/ucimap_example_1.result
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
New network section 'lan'
|
||||
type: static
|
||||
ifname: eth0
|
||||
ipaddr: 2.3.4.5
|
||||
test: 123
|
||||
enabled: off
|
||||
New alias: a
|
||||
New alias: b
|
||||
New network section 'wan'
|
||||
type: dhcp
|
||||
ifname: eth1
|
||||
ipaddr: 0.0.0.0
|
||||
test: -1
|
||||
enabled: on
|
||||
Configured aliases: c d
|
||||
14
lib/uci/test/references/ucimap_example_2.result
Normal file
14
lib/uci/test/references/ucimap_example_2.result
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
New network section 'lan'
|
||||
type: static
|
||||
ifname: eth0
|
||||
ipaddr: 0.0.0.0
|
||||
test: 123
|
||||
enabled: off
|
||||
Configured aliases: a b
|
||||
New network section 'wan'
|
||||
type: dhcp
|
||||
ifname: eth1
|
||||
ipaddr: 0.0.0.0
|
||||
test: -1
|
||||
enabled: on
|
||||
Configured aliases: c d
|
||||
Loading…
Add table
Add a link
Reference in a new issue