blob: 7938175566e06577c36947d385fc8df79992b016 [file] [log] [blame]
Richard Barnette45ac0332017-12-18 16:27:13 -08001#!/bin/bash
2
3# We have some very rudimentary command line processing, which we
4# share with run-pool-inventory.
5
6SCRIPT_DIR=$(dirname $(readlink -f $0))
7cd $SCRIPT_DIR/..
8. contrib/inventory_options
9
Richard Barnette1ca30e62018-04-09 16:45:58 -070010site_utils/lab_inventory.py $OPTIONS "${UNTESTABLE_DETECT[@]}"