wait_fixture_ready

Source code: wait_fixture_ready.py

Waits Fixture until it’s ready.

Description

This test will try to set up a connection to the given fixture, when the connection is established, the test will pass. Otherwise, it will keep retrying.

Test Procedure

This is an automated test without user interaction.

Dependency

Depends on how to connect to the fixture, it can be SSH or ADB or something else.

Examples

NA.

Test Arguments

Name

Type

Description

bft_fixture

dict

A dictionary with the following items:

class_name

Fully-qualified class name of the BFTFixture implementation to use.

params

A dictionary of parameters for the BFTFixture class’s Init() method.

The default value of None means that no BFT fixture is used.