mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Support for Flow OdooLocust
This commit is contained in:
@@ -76,6 +76,22 @@
|
||||
"args": [],
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "Odoo: Locust Load Testing",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "/flow/odoo/Locust/entrypoint.py",
|
||||
"args": [
|
||||
// -f /path/to/locustfiles.py
|
||||
// -d more-specific-db
|
||||
"--user", "admin",
|
||||
"--pass", "admin",
|
||||
"--host", "localhost",
|
||||
"--port", "8069",
|
||||
"--proto", "jsonrpc"
|
||||
],
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "Odoo: reload foreground server",
|
||||
"type": "python",
|
||||
|
||||
Reference in New Issue
Block a user