generic_touchpad_examples

Examples for testing touchpad components. Touchpad is called “Touchpad Controller” in AVL.

Inherit

Touchpad100Seconds

pytest_name

touchpad

args

timeout_secs
100

TouchpadHover

pytest_name

touchpad_hover

TouchpadCalibrateAndHover

Serial subtests

  • {
      "args": {
        "device_data_key": "component.touchpad.calibration_trigger",
        "label": "Touchpad Calibration Trigger"
      },
      "label": "Scan Touchpad Calibration Trigger",
      "pytest_name": "scan"
    }
    
  • {
      "args": {
        "calibration_trigger": "eval! device.component.touchpad.calibration_trigger"
      },
      "inherit": "TouchpadHover",
      "label": "Touchpad Calibrate And Hover"
    }