1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-03 11:52:36 +01:00

Adding missing descriptions for modules.

This commit is contained in:
Sergei Trofimov
2015-04-22 17:02:27 +01:00
parent aef7f52f96
commit 704324ca77
3 changed files with 27 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ from wlauto.utils.serial_port import open_serial_connection
class MbedFanActiveCooling(Module):
name = 'mbed-fan'
description = 'Controls a cooling fan via an mbed connected to a serial port.'
capabilities = ['active_cooling']
@@ -52,6 +53,14 @@ class MbedFanActiveCooling(Module):
class OdroidXU3ctiveCooling(Module):
name = 'odroidxu3-fan'
description = """
Enabled active cooling by controling the fan an Odroid XU3
.. note:: depending on the kernel used, it may not be possible to turn the fan
off completely; in such situations, the fan will be set to its minimum
speed.
"""
capabilities = ['active_cooling']