Restructured config.json to add separated testing and simulation functionalities

This commit is contained in:
Alberto Soutullo
2023-07-30 13:14:55 +02:00
parent e9091ca758
commit 7635bde21d

View File

@@ -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,