Lines Matching +full:openbmc +full:- +full:test +full:- +full:automation
10 # cd openbmc-test-automation/bin
11 # ln -s select_version python
13 # The PATH variable should contain the expanded path to openbmc-test-automation/bin.
28 local target_program_path_var="${1:-target_program_path}" ; shift
48 # ln -s select_version python
50 base_program_path=$(readlink -f "${0}")
55 echo -n "**ERROR** ${base_program_name} should never be called directly."
66 # Now use the "type" built-in to search the PATH variable for a list of target program candidates.
67 candidates=$(type -ap ${alternate_program_name})
70 # /home/robot/openbmc-test-automation/bin/python
74 # /home/robot/openbmc-test-automation/bin/select_version. As such it will be rejected.
78 if [ -L "${candidate}" ] ; then
103 if [ "${1}" == "--print_only" ] ; then