diff options
author | Kristin Chuang <kristin.chuang@canonical.com> | 2021-07-15 14:01:18 +0800 |
---|---|---|
committer | Pierre Equoy <pierre.equoy@canonical.com> | 2021-11-17 15:17:03 +0800 |
commit | f812a816df3f26953304b02f0e24b28615426933 (patch) | |
tree | c069b6d8cbe81a844510416599e73f248c247603 /units/bluetooth | |
parent | 1dacaa53ee78ed430c7856944e2a75b112fa2cc4 (diff) |
Change: replace also-after-suspend-manual flag dependencies into also-after-suspend
Diffstat (limited to 'units/bluetooth')
-rw-r--r-- | units/bluetooth/jobs.pxu | 4 | ||||
-rw-r--r-- | units/bluetooth/test-plan.pxu | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/units/bluetooth/jobs.pxu b/units/bluetooth/jobs.pxu index 7f3fb79..fbfef23 100644 --- a/units/bluetooth/jobs.pxu +++ b/units/bluetooth/jobs.pxu @@ -258,7 +258,7 @@ command: checkbox-support-eddystone_scanner -D {interface} plugin: shell user: root -flags: also-after-suspend also-after-suspend-manual +flags: also-after-suspend category_id: com.canonical.plainbox::bluetooth estimated_duration: 10 @@ -389,6 +389,6 @@ _steps: _verification: Confirm characters from Bluetooth input device are displayed correctly plugin: manual -flags: also-after-suspend-manual +flags: also-after-suspend category_id: com.canonical.plainbox::bluetooth estimated_duration: 5m diff --git a/units/bluetooth/test-plan.pxu b/units/bluetooth/test-plan.pxu index 9de4d37..9f1ec27 100644 --- a/units/bluetooth/test-plan.pxu +++ b/units/bluetooth/test-plan.pxu @@ -109,7 +109,7 @@ _name: Manual Bluetooth tests _description: Manual QA tests for Bluetooth estimated_duration: 5m include: - after-suspend-manual-bluetooth/keyboard-manual + after-suspend-bluetooth/keyboard-manual id: after-suspend-bluez-automated unit: test plan |