Searched refs:SCRIPT_DIR (Results 1 – 11 of 11) sorted by relevance
/openbmc/bmcweb/ |
H A D | run-ci | 5 SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) 7 "$SCRIPT_DIR/scripts/parse_registries.py" 8 "$SCRIPT_DIR/scripts/update_schemas.py" 9 git --no-pager -C "$SCRIPT_DIR" diff --exit-code
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_bpftool.sh | 6 SCRIPT_DIR=$(dirname $(realpath $0)) 9 BPFTOOL_INSTALL_PATH="$SCRIPT_DIR"/tools/sbin 10 export PATH=$SCRIPT_DIR:$BPFTOOL_INSTALL_PATH:$PATH
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu-gen-tapdevs | 63 SCRIPT_DIR=`dirname $0` 64 RUNQEMU_IFUP="$SCRIPT_DIR/runqemu-ifup" 66 echo "Error: Unable to find the runqemu-ifup script in $SCRIPT_DIR"
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu-gen-tapdevs | 63 SCRIPT_DIR=`dirname $0` 64 RUNQEMU_IFUP="$SCRIPT_DIR/runqemu-ifup" 66 echo "Error: Unable to find the runqemu-ifup script in $SCRIPT_DIR"
|
/openbmc/linux/tools/testing/selftests/hid/ |
H A D | vmtest.sh | 19 SCRIPT_DIR="$(dirname $(realpath $0))" 20 OUTPUT_DIR="$SCRIPT_DIR/results" 21 KCONFIG_REL_PATHS=("${SCRIPT_DIR}/config" "${SCRIPT_DIR}/config.common" "${SCRIPT_DIR}/config.${ARC… 29 TARGETS="${TARGETS:=$(basename ${SCRIPT_DIR})}"
|
/openbmc/bmcweb/scripts/ |
H A D | generate_schema_enums.py | 8 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable 10 os.path.join(SCRIPT_DIR, "..", "redfish-core", "schema") 15 SCRIPT_DIR, "..", "redfish-core", "include", "generated", "enums"
|
H A D | replace_logs.py | 32 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable 35 ["git", "-C", os.path.join(SCRIPT_DIR, ".."), "grep", "-l", "BMCWEB_LOG_"]
|
H A D | generate_schema_collections.py | 24 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable 27 SCRIPT_DIR, "..", "redfish-core", "include", "aggregation_utils.hpp" 41 os.path.join(SCRIPT_DIR, "..", "redfish-core", "schema")
|
H A D | parse_registries.py | 37 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable 40 os.path.join(SCRIPT_DIR, "..", "redfish-core", "include", "registries") 59 SCRIPT_DIR,
|
H A D | update_schemas.py | 14 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable 27 redfish_core_path = os.path.join(SCRIPT_DIR, "..", "redfish-core")
|
H A D | generate_auth_certificates.py | 19 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) variable 182 certsDir = os.path.join(SCRIPT_DIR, "certs")
|