Add quick Json API test for edge

This commit is contained in:
Hamish Coleman
2022-02-05 20:06:31 +00:00
parent ecaba980ba
commit 004ef6eaaf
3 changed files with 119 additions and 0 deletions
+71
View File
@@ -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
}
]
+1
View File
@@ -2,3 +2,4 @@
# The integration tests
test_integration_supernode.sh
test_integration_edge.sh