Odoo 16 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 |
---|---|---|
11/01/2024 08:24:00 | INFO |
Check the quality with Pylint: from test_lint to test_pylint:
Command: install_module args: test_lint,test_pylint |
11/01/2024 08:24:00 | 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 |
11/01/2024 08:24:00 | 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-08f9e2e-209784 -d rb-08f9e2e-209784-278915 --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 ; |
11/01/2024 08:24:00 | INFO |
Using Dockerfile tag odoo17python310:DockerImage
|
11/01/2024 08:24:00 | INFO |
Container rb-08f9e2e-209784-278915 started !
|
11/01/2024 08:29:22 | INFO |
Container rb-08f9e2e-209784-278915 stopped !
|
11/01/2024 08:29:22 | INFO |
Cleaning all resource
|
11/01/2024 08:29:22 | INFO |
Cleanup finished
|