diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2022-05-30 13:42:14 +0200 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2022-06-01 13:18:26 +0200 |
commit | 613db5178832c0369cd05e26934e91279e8ec1ad (patch) | |
tree | f08558d3997fd7f1e96bcd88f5656300d4970197 /units/zapper | |
parent | ef59fb20b81b4ea2d186f1241f884b0e06072621 (diff) |
assign categories to the zapperized usb tests
Diffstat (limited to 'units/zapper')
-rw-r--r-- | units/zapper/jobs.pxu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/zapper/jobs.pxu b/units/zapper/jobs.pxu index 5850476..91d1d38 100644 --- a/units/zapper/jobs.pxu +++ b/units/zapper/jobs.pxu @@ -9,6 +9,7 @@ command: edid_cycle.py "$ZAPPER_HOST" unit: template template-resource: zapper_capabilities template-filter: zapper_capabilities.capability == 'USB hotplug' and zapper_capabilities.usb_version == '3' +category_id: com.canonical.plainbox::usb id: usb3/zapper-usb-insert-{{ port_alias }} template-engine: jinja2 _summary: Zapper-driven USB insertion test on port {{ port_alias }} @@ -27,6 +28,7 @@ estimated_duration: 20 unit: template template-resource: zapper_capabilities template-filter: zapper_capabilities.capability == 'USB hotplug' and zapper_capabilities.usb_version == '3' +category_id: com.canonical.plainbox::usb id: usb3/zapper-usb-remove-{{ port_alias }} template-engine: jinja2 _summary: Zapper-driven USB removal test on port {{ port_alias }} |