Lines Matching full:unit
3 # This build script is for running the Jenkins unit test builds using docker.
17 # WORKSPACE: Required, location of unit test scripts and repository
28 # EXTRA_UNIT_TEST_ARGS: Optional, pass arguments to unit-test.py
29 # INTERACTIVE: Optional, run a bash shell instead of unit-test.py
40 UNIT_TEST_PY="unit-test.py"
41 DBUS_UNIT_TEST_PY="dbus-unit-test.py"
51 echo "Unit test build started, $(date)"
53 # Check workspace, build scripts, and package to be unit tested exists
70 echo "Building docker image with build-unit-test-docker"
73 DOCKER_IMG_NAME=$(./scripts/build-unit-test-docker)
76 # Allow the user to pass options through to unit-test.py:
80 # Unit test and parameters
90 # Run the docker unit test container with the unit test execution script
123 echo "Unit test build completed, $(date)"