mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Add quick Json API test for edge
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
###
|
||||
|
||||
###
|
||||
[
|
||||
{
|
||||
"community": "test"
|
||||
}
|
||||
]
|
||||
|
||||
###
|
||||
[
|
||||
{
|
||||
"rx_pkt": 0,
|
||||
"tx_pkt": 2,
|
||||
"type": "transop"
|
||||
},
|
||||
{
|
||||
"rx_pkt": 0,
|
||||
"tx_pkt": 0,
|
||||
"type": "p2p"
|
||||
},
|
||||
{
|
||||
"rx_pkt": 0,
|
||||
"tx_pkt": 2,
|
||||
"type": "super"
|
||||
},
|
||||
{
|
||||
"rx_pkt": 0,
|
||||
"tx_pkt": 2,
|
||||
"type": "super_broadcast"
|
||||
}
|
||||
]
|
||||
|
||||
###
|
||||
[]
|
||||
|
||||
###
|
||||
[
|
||||
{
|
||||
"traceLevel": 2
|
||||
}
|
||||
]
|
||||
|
||||
###
|
||||
[
|
||||
{
|
||||
"traceLevel": 1
|
||||
}
|
||||
]
|
||||
|
||||
###
|
||||
[
|
||||
{
|
||||
"keep_running": 1
|
||||
}
|
||||
]
|
||||
|
||||
###
|
||||
[
|
||||
{
|
||||
"keep_running": 0
|
||||
}
|
||||
]
|
||||
|
||||
###
|
||||
[
|
||||
{
|
||||
"keep_running": 0
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# The integration tests
|
||||
|
||||
test_integration_supernode.sh
|
||||
test_integration_edge.sh
|
||||
|
||||
Reference in New Issue
Block a user