test cases for doc and log
This commit is contained in:
parent
61aa586c78
commit
42168e04f3
9 changed files with 34 additions and 0 deletions
1
validation/test-cases/5-misc/010-logfile/description
Normal file
1
validation/test-cases/5-misc/010-logfile/description
Normal file
|
@ -0,0 +1 @@
|
|||
show the log
|
3
validation/test-cases/5-misc/010-logfile/input.curl
Normal file
3
validation/test-cases/5-misc/010-logfile/input.curl
Normal file
|
@ -0,0 +1,3 @@
|
|||
url https://_HOST_IP_DEFAULT_/cryptobox
|
||||
data action=show_log
|
||||
data weblang=_IFACE_LANG_
|
7
validation/test-cases/5-misc/010-logfile/output
Normal file
7
validation/test-cases/5-misc/010-logfile/output
Normal file
|
@ -0,0 +1,7 @@
|
|||
Data.Config.IP=_HOST_IP_DEFAULT_
|
||||
Data.Config.Language=en
|
||||
Data.Config.TimeOut=30
|
||||
Data.Status.Config=1
|
||||
Data.Status.InitRunning=0
|
||||
Data.Status.IP=_HOST_IP_DEFAULT_
|
||||
Data.Status.Mounted=0
|
|
@ -0,0 +1 @@
|
|||
show the first doc page
|
|
@ -0,0 +1,3 @@
|
|||
url https://_HOST_IP_DEFAULT_/cryptobox
|
||||
data action=doc
|
||||
data weblang=_IFACE_LANG_
|
7
validation/test-cases/5-misc/020-docpage-first/output
Normal file
7
validation/test-cases/5-misc/020-docpage-first/output
Normal file
|
@ -0,0 +1,7 @@
|
|||
Data.Config.IP=_HOST_IP_DEFAULT_
|
||||
Data.Config.Language=en
|
||||
Data.Config.TimeOut=30
|
||||
Data.Status.Config=1
|
||||
Data.Status.InitRunning=0
|
||||
Data.Status.IP=_HOST_IP_DEFAULT_
|
||||
Data.Status.Mounted=0
|
|
@ -0,0 +1 @@
|
|||
show another doc page
|
|
@ -0,0 +1,4 @@
|
|||
url https://_HOST_IP_DEFAULT_/cryptobox
|
||||
data action=doc
|
||||
data page=CryptoBoxDev
|
||||
data weblang=_IFACE_LANG_
|
7
validation/test-cases/5-misc/030-docpage-another/output
Normal file
7
validation/test-cases/5-misc/030-docpage-another/output
Normal file
|
@ -0,0 +1,7 @@
|
|||
Data.Config.IP=_HOST_IP_DEFAULT_
|
||||
Data.Config.Language=en
|
||||
Data.Config.TimeOut=30
|
||||
Data.Status.Config=1
|
||||
Data.Status.InitRunning=0
|
||||
Data.Status.IP=_HOST_IP_DEFAULT_
|
||||
Data.Status.Mounted=0
|
Loading…
Reference in a new issue