2.1.2.1.4. tests.utils.fvp_utils

2.1.2.1.4.1. Attributes

logger

2.1.2.1.4.2. Classes

FvpUtils

2.1.2.1.4.3. Module Contents

tests.utils.fvp_utils.logger[source]
class tests.utils.fvp_utils.FvpUtils[source]
cpu_utils[source]
check_rng(platform_base_obj, hw_random, dev)[source]

Validate RNG sysfs entry contains the expected device identifier.

Parameters:
Raises:

RuntimeError – when command execution fails on the target.

Return type:

None

check_devices(platform_base_obj, cls, min_count, search_drivers)[source]

Validate device class population and expected driver bindings.

Parameters:
Raises:

AssertionError – If device count is below minimum or no expected driver is found.

Return type:

None