name: __audio__
plugin: local
description: Audio tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/audio.txt?(.in)

name: __benchmarks__
plugin: local
description: Benchmarks tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/benchmarks.txt?(.in)

name: __bluetooth__
plugin: local
description: Bluetooth tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/bluetooth.txt?(.in)

name: __camera__
plugin: local
description: Camera tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/camera.txt?(.in)

name: __codecs__
plugin: local
description: Codec tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/codecs.txt?(.in)

name: __cpu__
plugin: local
description: CPU tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/cpu.txt?(.in)

name: __daemons__
plugin: local
description: System Daemon tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/daemons.txt?(.in)

name: __disk__
plugin: local
description: Disk tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/disk.txt?(.in)

name: __ethernet__
plugin: local
description: Ethernet Device tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/ethernet.txt?(.in)

name: __esata__
plugin: local
description: eSATA disk tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/esata.txt?(.in)

name: __fingerprint__
plugin: local
description: Fingerprint reader tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/fingerprint.txt?(.in)

name: __firewire__
plugin: local
description: Firewire disk tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/firewire.txt?(.in)

name: __firmware__
plugin: local
description: Firmware tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/firmware.txt?(.in)

name: __floppy__
plugin: local
description: Floppy disk tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/floppy.txt?(.in)

name: __graphics__
plugin: local
description: Graphics tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/graphics.txt?(.in)

name: __hibernate__
plugin: local
description: Hibernation tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/hibernate.txt?(.in)

name: __info__
plugin: local
description: Informational tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/info.txt?(.in)

name: __input__
plugin: local
description: Input Devices tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/input.txt?(.in)

name: __install__
plugin: local
description: Software Installation tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/install.txt?(.in)

name: __keys__
plugin: local
description: Hotkey tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/keys.txt?(.in)

name: __led__
plugin: local
description: LED tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/led.txt?(.in)

name: __mediacard__
plugin: local
description: Media Card tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/mediacard.txt?(.in)

name: __memory__
plugin: local
description: Memory tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/memory.txt?(.in)

name: __rendercheck__
plugin: local
description: Rendercheck tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/rendercheck.txt?(.in)

name: __miscellanea__
plugin: local
description: Miscellaneous tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/miscellanea.txt?(.in)

name: __monitor__
plugin: local
description: Monitor tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/monitor.txt?(.in)

name: __networking__
plugin: local
description: Non-device specific networking tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/networking.txt?(.in)

name: __optical__
plugin: local
description: Optical Drive tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/optical.txt?(.in)

name: __panel_clock__
plugin: local
description: Panel Clock Verification tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/panel_clock_test.txt?(.in)

name: __panel_reboot__
plugin: local
description: Panel Reboot Verification tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/panel_reboot.txt?(.in)

name: __expresscard__
plugin: local
description: ExpressCard tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/expresscard.txt?(.in)

name: __peripheral__
plugin: local
description: Peripheral tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/peripheral.txt?(.in)

name: __piglit__
plugin: local
description: Piglit tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/piglit.txt?(.in)

name: __power-management__
plugin: local
description: Power Management tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/power-management.txt?(.in)

name: __server-services__
plugin: local
description: Server Services checks
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/server-services.txt?(.in)

name: __suspend__
plugin: local
description: Suspend tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/suspend.txt?(.in)

name: __touchpad__
plugin: local
description: Touchpad tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/touchpad.txt?(.in)

name: __touchscreen__
plugin: local
description: Touchscreen tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/touchscreen.txt?(.in)

name: __usb__
plugin: local
description: USB tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/usb.txt?(.in)

name: __user_apps__
plugin: local
description: User Applications
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/user_apps.txt?(.in)

name: __virtualization__
plugin: local
description: Virtualization tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/virtualization.txt?(.in)

name: __wireless__
plugin: local
description: Wireless networking tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/wireless.txt?(.in)

name: __mobilebroadband__
plugin: local
description: Mobile broadband tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/mobilebroadband.txt?(.in)

name: __stress__
plugin: local
description: Stress tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/stress.txt?(.in)

name: __smoke__
plugin: local
description: Smoke tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/smoke.txt?(.in)

name: __sniff__
plugin: local
description: Sniff Sniffers
command:
 shopt -s extglob
 cat $CHECKBOX_SHARE/jobs/sniff.txt?(.in)
