xref: /aosp_15_r20/external/autotest/venv/autotest_lib/contrib/run-inventory (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1#!/bin/bash
2
3# Balance out the pools for the deputies before running any checks
4ARGS=( --production --all-models --force-rebalance all_critical_pools )
5BALANCE_POOL_LOG=balance_pool.log.$(date +%Y-%m-%d.%H)
6site_utils/balance_pools.py "${ARGS[@]}" &> logs/dut-data/$BALANCE_POOL_LOG
7
8site_utils/lab_inventory.py "$@"
9