Odoo 17 Test Suite Using Docker
Check the quality with Pylint: from test_lint to test_pylint
- install_module test_lint,test_pylint
- exec_odoo --db_port 5432 --log-level=test --max-cron-threads=0 --load=base,web,to_base --stop-after-init --test-enable --test-tags=/test_lint,/test_pylint,/test_lint,/test_pylint
Create Date | Level | Message |
---|---|---|
03/03/2025 15:49:42 | INFO |
Check the quality with Pylint: from test_lint to test_pylint:
Command: install_module args: test_lint,test_pylint |
03/03/2025 15:49:42 | INFO |
Check the quality with Pylint: from test_lint to test_pylint:
Command: exec_odoo args: --db_port 5432 --log-level=test --max-cron-threads=0 --load=base,web,to_base --stop-after-init --test-enable --test-tags=/test_lint,/test_pylint,/test_lint,/test_pylint |
03/03/2025 15:49:42 | INFO |
Docker command:
cd /data/build; python3 -m pip install --user --progress-bar off -r Viindoo-tvtmaaddons-17.0/requirements.txt && python3 -m pip install --user --progress-bar off -r Viindoo-erponline-enterprise-17.0/requirements.txt && python3 Viindoo-odoo-17.0/odoo-bin --addons-path Viindoo-odoo-17.0/odoo/addons,Viindoo-odoo-17.0/addons,Viindoo-tvtmaaddons-17.0,Viindoo-erponline-enterprise-17.0,rb-0c41964-213366 -d rb-0c41964-213366-306499 --data-dir /data/build/datadir -i test_lint,test_pylint --db_port 5432 --log-level=test --max-cron-threads=0 --load=base,web,to_base --stop-after-init --test-enable --test-tags=/test_lint,/test_pylint,/test_lint,/test_pylint ; |
03/03/2025 15:49:42 | INFO |
Using Dockerfile tag odoo17python310:DockerImage
|
03/03/2025 15:49:42 | INFO |
Container rb-0c41964-213366-306499 started !
|
03/03/2025 16:04:13 | INFO |
Container rb-0c41964-213366-306499 stopped !
|
03/03/2025 16:04:13 | INFO |
Cleaning all resource
|
03/03/2025 16:04:13 | INFO |
Cleanup finished
|