system.hardware.tici.tests package

Submodules

system.hardware.tici.tests.compare_casync_manifest module

system.hardware.tici.tests.test_agnos_updater module

class system.hardware.tici.tests.test_agnos_updater.TestAgnosUpdater(methodName='runTest')[source]

Bases: TestCase

test_manifest()[source]

system.hardware.tici.tests.test_amplifier module

class system.hardware.tici.tests.test_amplifier.TestAmplifier(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

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.

test_init()[source]
test_init_while_siren_play()[source]
test_shutdown()[source]

system.hardware.tici.tests.test_hardware module

class system.hardware.tici.tests.test_hardware.TestHardware(methodName='runTest')[source]

Bases: TestCase

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

system.hardware.tici.tests.test_power_draw module

class system.hardware.tici.tests.test_power_draw.Proc(procs: list[str], power: float, msgs: list[str], rtol: float = 0.05, atol: float = 0.12)[source]

Bases: object

atol: float = 0.12
msgs: list[str]
property name
power: float
procs: list[str]
rtol: float = 0.05
class system.hardware.tici.tests.test_power_draw.TestPowerDraw(methodName='runTest')[source]

Bases: TestCase

get_expected_messages(proc)[source]
get_power_with_warmup_for_target(proc, prev)[source]
pytestmark = [Mark(name='tici', args=(), kwargs={})]
setUp()[source]

Hook method for setting up the test fixture before exercising it.

tabulate_msg_counts(msgs_and_power)[source]
tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_camera_procs()[source]
valid_msg_count(proc, msg_counts)[source]
valid_power_draw(proc, used)[source]

Module contents