cleanup validation warnings

Bug #1922246 reported by Jeff Lane 
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Checkbox Provider - Base
Fix Released
Undecided
Jeff Lane 

Bug Description

There's a lot of noise when running `manage.py validate` against p-p-c. This bug is just to clean those up (all errors are about missing translation markers for translatable fields)

before:
bladernr@galactica:~/development/plainbox-provider-checkbox$ ./manage.py validate
warning: units/audio/manifest.pxu:19: manifest entry 'has_audio_loopback_connector', field 'prompt', field should be marked as translatable
warning: units/firmware/jobs.pxu:96: job 'firmware/tcglog-required-algs-sha256', field 'description', field should be marked as translatable
warning: units/firmware/jobs.pxu:94: job 'firmware/tcglog-required-algs-sha256', field 'summary', field should be marked as translatable
warning: units/firmware/jobs.pxu:111: job 'firmware/tcglog-require-pe-image-digests', field 'description', field should be marked as translatable
warning: units/firmware/jobs.pxu:109: job 'firmware/tcglog-require-pe-image-digests', field 'summary', field should be marked as translatable
warning: units/firmware/jobs.pxu:125: job 'firmware/tcglog-dump-attachment', field 'summary', field should be marked as translatable
warning: units/gpio/manifest.pxu:3: manifest entry 'gpio_loopback', field 'prompt', field should be marked as translatable
warning: units/image/jobs.pxu:6: job 'image/kernel-publisher-canonical', field 'description', field should be marked as translatable
warning: units/image/jobs.pxu:4: job 'image/kernel-publisher-canonical', field 'summary', field should be marked as translatable
warning: units/image/jobs.pxu:18: job 'image/kernel-tracking-stable', field 'description', field should be marked as translatable
warning: units/image/jobs.pxu:16: job 'image/kernel-tracking-stable', field 'summary', field should be marked as translatable
warning: units/image/jobs.pxu:30: job 'image/gadget-publisher-canonical', field 'description', field should be marked as translatable
warning: units/image/jobs.pxu:28: job 'image/gadget-publisher-canonical', field 'summary', field should be marked as translatable
warning: units/image/jobs.pxu:42: job 'image/gadget-tracking-stable', field 'description', field should be marked as translatable
warning: units/image/jobs.pxu:40: job 'image/gadget-tracking-stable', field 'summary', field should be marked as translatable
warning: units/image/jobs.pxu:54: job 'image/model-authority-canonical', field 'description', field should be marked as translatable
warning: units/image/jobs.pxu:52: job 'image/model-authority-canonical', field 'summary', field should be marked as translatable
warning: units/image/jobs.pxu:66: job 'image/model-brand-canonical', field 'description', field should be marked as translatable
warning: units/image/jobs.pxu:64: job 'image/model-brand-canonical', field 'summary', field should be marked as translatable
warning: units/image/jobs.pxu:80: job 'image/model-grade-not-dangerous', field 'description', field should be marked as translatable
warning: units/image/jobs.pxu:76: job 'image/model-grade-not-dangerous', field 'summary', field should be marked as translatable
warning: units/image/test-plan.pxu:4: test plan 'iot-cert-image-full', field 'name', field should be marked as translatable
warning: units/image/test-plan.pxu:12: test plan 'iot-cert-image-automated', field 'name', field should be marked as translatable
warning: units/image/test-plan.pxu:18: test plan 'iot-cert-image-manual', field 'name', field should be marked as translatable
warning: units/keys/jobs.pxu:310: job 'keys/power-button-event', field 'purpose', field should be marked as translatable
warning: units/keys/jobs.pxu:313: job 'keys/power-button-event', field 'steps', field should be marked as translatable
warning: units/monitor/test-plan.pxu:192-212: test plan 'after-suspend-manual-monitor-integrated-gpu-cert-blockers', field 'name', please stay under 80 characters
warning: units/socketcan/manifest.pxu:4: manifest entry 'socket_can_echo_server_running', field 'prompt', field should be marked as translatable
NOTE: 1 advice was hidden
Run 'manage.py validate --strict --deprecated' for details
The provider seems to be valid

after:
bladernr@galactica:~/development/plainbox-provider-checkbox$ ./manage.py validate
warning: units/monitor/test-plan.pxu:192-212: test plan 'after-suspend-manual-monitor-integrated-gpu-cert-blockers', field 'name', please stay under 80 characters
NOTE: 1 advice was hidden
Run 'manage.py validate --strict --deprecated' for details
The provider seems to be valid

Tags: cbox-38

Related branches

Changed in plainbox-provider-checkbox:
status: In Progress → Fix Committed
Changed in plainbox-provider-checkbox:
status: Fix Committed → Fix Released
Matias Piipari (mz2)
tags: added: cbox-38
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.