mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
Restructured config.json to add separated testing and simulation functionalities
This commit is contained in:
@@ -6,11 +6,23 @@
|
||||
"enclave_name": "wakurtosis",
|
||||
"topology_path": "./config/topology_generated/",
|
||||
"jobs": 4,
|
||||
"interconnect_nodes": false,
|
||||
"interconnection_batch": 10
|
||||
"interconnect_nodes": true,
|
||||
"interconnection_batch": 10,
|
||||
"monitoring": false,
|
||||
"injection": false,
|
||||
"testing": true,
|
||||
"assertions": {
|
||||
"nomos": {
|
||||
"waiting": 60,
|
||||
"nodes_to_check": 1,
|
||||
"endpoint": "/carnot/info",
|
||||
"jq_extract": ".current_view",
|
||||
"expected_value": 10.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"gennet": {
|
||||
"num_nodes": 9,
|
||||
"num_nodes": 5,
|
||||
"fanout": 3,
|
||||
"num_topics": 1,
|
||||
"num_partitions": 1,
|
||||
@@ -27,7 +39,7 @@
|
||||
},
|
||||
"wls": {
|
||||
"debug_level": "DEBUG",
|
||||
"simulation_time": 60,
|
||||
"simulation_time": 20,
|
||||
"message_rate": 10,
|
||||
"min_packet_size": 2,
|
||||
"max_packet_size": 1024,
|
||||
|
||||
Reference in New Issue
Block a user