|
50 | 50 | "PYTHONPATH": "${PYTHONPATH}:${workspaceRoot}" |
51 | 51 | }, |
52 | 52 | "args": [ |
53 | | - "-m8", |
54 | | - "-d4", |
| 53 | + "-m5", |
| 54 | + "-d9", |
55 | 55 | "-f", |
| 56 | + "-s", |
| 57 | + //"-xhttp://10.6.5.10:3128", |
56 | 58 | //"-ihttps://fwodemodata.cactus.de/demo04_cpr8x.json", |
57 | | - //"-c", |
| 59 | + //"-ihttps://fwodemodata.cactus.de/demo01_fortiMgrLab.json" |
| 60 | + //"-ihttps://fwodemodata.cactus.de/demo05_fortiMgr2.json" |
| 61 | + // "-ihttps://fwodemodata.cactus.de/big/fortiMgr_78111944ad43fe045687d8d6dc92256e.json" |
| 62 | + //"-c" |
58 | 63 | // 41 - lab fortimanager |
59 | | - //"-i/tmp/mgm_id_8_config_native.json", |
| 64 | + //"-i/home/tim/Downloads/mgm_id_9_config_native.json.anon" |
60 | 65 | //"-i/home/tim/tmp/configs/mgm_id_56_config_native.json.anon", // all rules, all objs local mgm_id 4 |
61 | 66 | // "-i/home/tim/tmp/configs/mgm_id_56_config_native.json.anon", // 30k rules, local mgm_id 45 |
62 | 67 | //"-i/home/tim/tmp/configs/mgm_id_52_config_native.json.anon", // many gateways, local mgm_id 49 |
|
74 | 79 | //"-i/home/tim/tmp/configs/mgm_id_54_config_native.json.anon", |
75 | 80 | //"-i/home/tim/tmp/configs/mgm_id_56_config_native.json.anon", // local id 55 |
76 | 81 | //"-i/home/tim/tmp/configs/mgm_id_1176_config_native.json.anon_error_in_fprs100-s999-rz99-xxx-PolicyNetwork.anon-with-broken-svc", |
77 | | - "-l250" |
| 82 | + //"-l250" |
| 83 | + ] |
| 84 | + }, |
| 85 | + { |
| 86 | + "name": "py-acquire-lock", |
| 87 | + "type": "python", |
| 88 | + "request": "launch", |
| 89 | + "program": "${workspaceFolder}/roles/common/files/acquire_lock.py", |
| 90 | + "console": "integratedTerminal", |
| 91 | + "env": { |
| 92 | + "PYTHONPATH": "${PYTHONPATH}:${workspaceRoot}" |
| 93 | + }, |
| 94 | + "args": [ |
| 95 | + "/var/fworch/lock/FWO.Middleware.Server_log.lock" |
78 | 96 | ] |
79 | 97 | }, |
| 98 | + { |
| 99 | + "name": "py-generate-tenant-data", |
| 100 | + "type": "python", |
| 101 | + "request": "launch", |
| 102 | + "program": "${workspaceFolder}/roles/test/files/tenant_networks/create_tenant_network_data.py", |
| 103 | + "console": "integratedTerminal", |
| 104 | + "env": { |
| 105 | + "PYTHONPATH": "${PYTHONPATH}:${workspaceRoot}" |
| 106 | + }, |
| 107 | + "args": [] |
| 108 | + }, |
80 | 109 | { |
81 | 110 | "name": "py-change-comment", |
82 | 111 | "type": "python", |
|
148 | 177 | "-rFirstLayer shared with inline layer" |
149 | 178 | ] |
150 | 179 | }, |
| 180 | + { |
| 181 | + "name": "py-cpr8x-api-test-call", |
| 182 | + "type": "python", |
| 183 | + "request": "launch", |
| 184 | + "program": "${workspaceFolder}/roles/importer/files/importer/checkpointR8x/api-test-call.py", |
| 185 | + "console": "integratedTerminal", |
| 186 | + "env": { |
| 187 | + "PYTHONPATH": "${PYTHONPATH}:${workspaceRoot}" |
| 188 | + }, |
| 189 | + "args": [ |
| 190 | + "--help" |
| 191 | + ] |
| 192 | + }, |
151 | 193 | { |
152 | 194 | "name": "py-get-config-fm7", |
153 | 195 | "type": "python", |
|
261 | 303 | "request": "launch", |
262 | 304 | "preLaunchTask": "build_test", |
263 | 305 | "program": "/usr/bin/dotnet", |
264 | | - "args": [ "test" ], |
| 306 | + "args": [ |
| 307 | + "test" |
| 308 | + ], |
265 | 309 | "cwd": "${workspaceFolder}/roles/test/files/FWO.Test", |
266 | 310 | "stopAtEntry": true, |
267 | 311 | "console": "integratedTerminal" |
|
0 commit comments