Skip to content

Commit

Permalink
Remove usb-c/hid job (New) (#1584)
Browse files Browse the repository at this point in the history
Remove usb-c/hid job

This job was originally written when support for USB-C ports was
introduced. However, it doesn't really make sense to have this, given
that:

- there is a `usb-c/c-to-a-adapter/hid` job
- when a HID is used over USB-C, it uses the USB 2.0 bus used by USB-A
HID
  • Loading branch information
pieqq authored Nov 7, 2024
1 parent 75c2eeb commit 76d8f30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions providers/base/units/usb/test-plan.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ _description: USB Type-C tests
include:
usb-c/c-to-a-adapter/hid certification-status=blocker
usb-c/c-to-a-adapter/storage-manual certification-status=blocker
usb-c/hid certification-status=blocker
usb-c/storage-manual certification-status=blocker
usb-c/c-to-ethernet-adapter-insert

Expand All @@ -91,7 +90,6 @@ _description: USB Type-C tests (after suspend)
include:
after-suspend-usb-c/c-to-a-adapter/hid certification-status=blocker
after-suspend-usb-c/c-to-a-adapter/storage-manual certification-status=blocker
after-suspend-usb-c/hid certification-status=blocker
after-suspend-usb-c/storage-manual certification-status=blocker
after-suspend-usb-c/c-to-ethernet-adapter-insert

Expand All @@ -118,7 +116,6 @@ _description: USB Type-C tests (certification blockers only)
include:
usb-c/c-to-a-adapter/hid certification-status=blocker
usb-c/c-to-a-adapter/storage-manual certification-status=blocker
usb-c/hid certification-status=blocker
usb-c/storage-manual certification-status=blocker

id: after-suspend-usb-cert-blockers
Expand All @@ -143,7 +140,6 @@ _description: USB Type-C tests (after suspend, certification blockers only)
include:
after-suspend-usb-c/c-to-a-adapter/hid certification-status=blocker
after-suspend-usb-c/c-to-a-adapter/storage-manual certification-status=blocker
after-suspend-usb-c/hid certification-status=blocker
after-suspend-usb-c/storage-manual certification-status=blocker

id: usb-preinserted
Expand Down Expand Up @@ -238,7 +234,6 @@ _description: Manual USB-C tests for Ubuntu Core devices
include:
usb-c/c-to-a-adapter/hid
usb-c/c-to-a-adapter/storage-manual
usb-c/hid
usb-c/storage-manual
usb-c-otg/g_serial
usb-c-otg/g_serial-cleanup
Expand Down Expand Up @@ -305,7 +300,6 @@ _description: Manual USB-C tests for Ubuntu Core devices
include:
after-suspend-usb-c/c-to-a-adapter/hid
after-suspend-usb-c/c-to-a-adapter/storage-manual
after-suspend-usb-c/hid
after-suspend-usb-c/storage-manual
after-suspend-usb-c-otg/g_serial
after-suspend-usb-c-otg/g_serial-cleanup
Expand Down
18 changes: 0 additions & 18 deletions providers/base/units/usb/usb-c.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,6 @@ requires:
manifest.has_usbc_data == 'True'
estimated_duration: 120

id: usb-c/hid
_summary: USB HID work on USB Type-C port
_purpose:
This test will check that you can use a USB HID device plugged in a USB
Type-C port
_steps:
1. Enable either a USB mouse or keyboard by plugging it in the USB Type-C port
2. For mice, perform actions such as moving the pointer, right and left button clicks and double clicks
3. For keyboards, switch to another tty and type some text
_verification:
Did the device work as expected?
plugin: manual
flags: also-after-suspend
category_id: com.canonical.plainbox::usb
imports: from com.canonical.plainbox import manifest
requires: manifest.has_usbc_data == 'True'
estimated_duration: 60

id: usb-c/storage-manual
_summary: USB 3.0 storage device insertion + read/write + removal on USB Type-C port
_purpose:
Expand Down

0 comments on commit 76d8f30

Please sign in to comment.