diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-20 17:03:57 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2019-08-21 11:04:44 +0100 |
commit | e3132937e325eb7c84a5daf33367140919ac8adc (patch) | |
tree | 33dc8adc96f7f095f29d347e8e423a1d5a5bfb69 /units/power-management | |
parent | 298875d241af75e8773168130ba45c0f9bad6380 (diff) |
power-management: remove superfluous power category
Diffstat (limited to 'units/power-management')
-rw-r--r-- | units/power-management/category.pxu | 3 | ||||
-rw-r--r-- | units/power-management/jobs.pxu | 10 |
2 files changed, 5 insertions, 8 deletions
diff --git a/units/power-management/category.pxu b/units/power-management/category.pxu deleted file mode 100644 index 1487d92..0000000 --- a/units/power-management/category.pxu +++ /dev/null @@ -1,3 +0,0 @@ -unit: category -id: power -_name: Power and Power Management diff --git a/units/power-management/jobs.pxu b/units/power-management/jobs.pxu index 23a3054..17cd323 100644 --- a/units/power-management/jobs.pxu +++ b/units/power-management/jobs.pxu @@ -262,7 +262,7 @@ _steps: _verification: System poweroff successfully plugin: manual -category_id: power +category_id: com.canonical.plainbox::power-management estimated_duration: 300 id: power-management/reboot-manual @@ -275,11 +275,11 @@ _steps: _verification: System reboot into system successfully plugin: manual -category_id: power +category_id: com.canonical.plainbox::power-management estimated_duration: 300 id: power-management/warm-reboot -category_id: power +category_id: com.canonical.plainbox::power-management _summary: Warm reboot _description: This tests reboots the system using the `reboot` command unit: job @@ -291,7 +291,7 @@ flags: preserve-locale noreturn autorestart estimated_duration: 180.0 id: power-management/cold-reboot -category_id: power +category_id: com.canonical.plainbox::power-management _summary: Cold reboot _description: This tests powers off the system and then powers it on using RTC unit: job @@ -311,7 +311,7 @@ unit: template template-resource: model_assertion template-unit: job plugin: shell -category_id: power +category_id: com.canonical.plainbox::power-management id: power-management/tickless_idle_{kernel} estimated_duration: 1.0 requires: cpuinfo.platform in ('i386', 'x86_64', 'ppc64el', 'pSeries') |