- Fuzz for restconf and cli updated
This commit is contained in:
parent
965cce5e5d
commit
af88b974fd
11 changed files with 172 additions and 62 deletions
5
fuzz/restconf/input/1.http
Normal file
5
fuzz/restconf/input/1.http
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
GET /.well-known/host-meta HTTP/1.1
|
||||
Host: localhost
|
||||
Accept: application/yang-data+xml
|
||||
|
||||
|
||||
10
fuzz/restconf/input/2.http
Normal file
10
fuzz/restconf/input/2.http
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
PUT /restconf/data/ietf-interfaces:interfaces/interface=eth%2f0%2f0 HTTP/1.1
|
||||
Host: 127.0.0.1
|
||||
Accept: */*
|
||||
Content-Type: application/yang-data+json
|
||||
Content-Length: 91
|
||||
|
||||
{"ietf-interfaces:interface":{"name":"eth/0/0","type":"clixon-example:eth","enabled":true}}
|
||||
|
||||
|
||||
|
||||
5
fuzz/restconf/input/3.http
Normal file
5
fuzz/restconf/input/3.http
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
GET /restconf/data/ HTTP/1.1
|
||||
Host: localhost
|
||||
Accept: application/yang-data+xml
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue