factory: Prevent code duplication by using bft_fixture or not |
|||||||
Issue descriptionCurrently lots of factory pytests have many if-else blocks (and pyargs) that makes execution branch difference due to having BFT or not. Those logic were made before we have the Device API architecture. We should review how BFT code works and see if we can prevent that by for example overriding DUT link and board class to something like BFTLink and BFTClass, that a test list can override few tests by creating a DUT via BFT classes.
,
Jul 14 2017
,
Jul 26 2017
Temporarily assign yllin as owner - not a high priority item
,
Sep 26 2017
Re-assign to noogler chenghan - not high priority.
,
Aug 15
,
Sep 7
,
Nov 27
Re-assign to noogler. |
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 Deleted