system.sensord.tests package

Submodules

system.sensord.tests.test_sensord module

class system.sensord.tests.test_sensord.SensorConfig(type, sanity_min, sanity_max)

Bases: tuple

sanity_max

Alias for field number 2

sanity_min

Alias for field number 1

type

Alias for field number 0

class system.sensord.tests.test_sensord.TestSensord(methodName='runTest')[source]

Bases: TestCase

pytestmark = [Mark(name='tici', args=(), kwargs={})]
classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.

test_logmonottime_timestamp_diff()[source]
test_lsm6ds3_timing()[source]
test_sensor_frequency()[source]
test_sensor_values()[source]
test_sensor_verify_no_interrupts_after_stop()[source]
test_sensors_present()[source]
system.sensord.tests.test_sensord.get_irq_count(irq: int)[source]
system.sensord.tests.test_sensord.read_sensor_events(duration_sec)[source]

system.sensord.tests.ttff_test module

system.sensord.tests.ttff_test.kill()[source]

Module contents