Lines Matching full:telemetry
5 """A class that sets up the environment for telemetry testing."""
49 """Class that sets up the environment for telemetry testing."""
52 _BASE_DIR_PATH = '/tmp/telemetry-workdir'
60 # Names of the telemetry dependency tarballs.
75 hostname: The host for which telemetry environment should be setup. This
77 build: The build for which telemetry environment should be setup. It is
83 self._setup_dir_path = tempfile.mkdtemp(prefix='telemetry-setupdir_')
89 """Sets up the environment for telemetry testing.
91 This method downloads the telemetry dependency tarballs and extracts
95 Path to the src directory where the telemetry dependencies have been
112 # of the telemetry code specifically hardcoded to exist inside
118 'Failure in telemetry setup for build %s. Appears '
188 'errors as following: %s. The telemetry dependency '
237 """Cleans up telemetry setup and work environment."""