bft_fixture =========== **Source code:** `bft_fixture.py `_ A generic interface to control the BFT fixture. Test Arguments -------------- .. list-table:: :widths: 20 10 60 :header-rows: 1 :align: left * - 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. * - method - str - BFTFixture method to call. * - args - list - (optional; default: ``[]``) args of the method. * - retry_secs - int, float, None - (optional; default: ``None``) retry interval in seconds (or None for no retry)