Searched refs:UNIT_TEST_PKG (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc-build-scripts/ |
H A D | run-unit-test-docker.sh | 63 if [ ! -d "${WORKSPACE}/${UNIT_TEST_PKG}" ]; then 64 echo "Package(${UNIT_TEST_PKG}) not found in ${WORKSPACE}, exiting..." 85 -p,${UNIT_TEST_PKG},-b,$BRANCH,\
|
/openbmc/openbmc-build-scripts/jenkins/ |
H A D | run-build-script-ci | 15 UNIT_TEST_PKG=openbmc-build-scripts \ 26 UNIT_TEST_PKG=sdbusplus "${WORKSPACE}/openbmc-build-scripts/run-unit-test-docker.sh"
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 1391 UNIT_TEST_PKG = args.PACKAGE 1409 CODE_SCAN_DIR = os.path.join(WORKSPACE, UNIT_TEST_PKG) 1426 pkg = Package(UNIT_TEST_PKG, CODE_SCAN_DIR) 1435 dep_added[UNIT_TEST_PKG] = False 1438 dep_tree = DepTree(UNIT_TEST_PKG) 1439 build_dep_tree(UNIT_TEST_PKG, CODE_SCAN_DIR, dep_added, dep_tree, BRANCH) 1450 install_list.remove(UNIT_TEST_PKG) 1457 build_and_install(UNIT_TEST_PKG, True) 1385 UNIT_TEST_PKG = args.PACKAGE global() variable
|
/openbmc/docs/testing/ |
H A D | local-ci-build.md | 42 WORKSPACE=$(pwd) UNIT_TEST_PKG=phosphor-hwmon \ 65 WORKSPACE=$(pwd) UNIT_TEST_PKG=phosphor-hwmon NO_FORMAT_CODE=1 \ 80 WORKSPACE=$(pwd) UNIT_TEST_PKG=phosphor-hwmon TEST_ONLY=1 \
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | testing.md | 125 sudo WORKSPACE=$(pwd) UNIT_TEST_PKG=phosphor-host-ipmid \
|