Searched refs:tmpdir_SDKQA (Results 1 – 1 of 1) sorted by relevance
19 def get_sdk_environment(tmpdir_SDKQA): argument20 pattern = os.path.join(tmpdir_SDKQA, "environment-setup-*")35 cls.tmpdir_SDKQA = tempfile.mkdtemp(prefix='SDKQA')36 cls.go_path = os.path.join(cls.tmpdir_SDKQA, "go")41 runCmd("sh %s -y -d \"%s\"" % (cls.sdk_path, cls.tmpdir_SDKQA))42 cls.env_SDK = oeGoToolchainSelfTest.get_sdk_environment(cls.tmpdir_SDKQA)46 shutil.rmtree(cls.tmpdir_SDKQA, ignore_errors=True)65 runCmd("cd %s; wget %s" % (self.tmpdir_SDKQA, url))66 runCmd("cd %s; tar -xf %s" % (self.tmpdir_SDKQA, ver+archive))69 % (self.tmpdir_SDKQA, self.go_path, proj, name))