Define the schema
- update test configuration to schema changes
Issue-ID: OAM-415
Change-Id: Ieaad2ea395bff7cf9d5397664d643616034ab1f0
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
diff --git a/code/network-generator/test_config.json b/code/network-generator/test_config.json
index 9b70e65..dbff3f6 100644
--- a/code/network-generator/test_config.json
+++ b/code/network-generator/test_config.json
@@ -39,9 +39,13 @@
},
"outputFolder": "output",
"generationTasks": {
- "topology": {
+ "day0Config": {
+ "enabled": false,
+ "compressed": false
+ },
+ "rfc8345": {
"enabled": true,
- "compressed": true
+ "compressed": false
},
"svg": {
"enabled": true,