HomeSort by relevance Sort by last modified time
    Searched refs:boardlist (Results 1 - 3 of 3) sorted by null

  /device/linaro/hikey/uefi-tools/
uefi-build.sh 204 boardlist="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG shortlist`"
205 for board in $boardlist; do
  /external/autotest/site_utils/
lab_inventory.py 368 def create_inventory(cls, afe, start_time, end_time, boardlist=[]):
372 for all DUTs in the `_MANAGED_POOLS` list. If `boardlist`
382 @param boardlist List of boards to include. If empty,
390 if boardlist:
392 for board in boardlist:
    [all...]
lab_inventory_unittest.py     [all...]

Completed in 264 milliseconds