/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/ |
H A D | build.py | 18 with tempfile.TemporaryDirectory(prefix='bitbake-build-', dir=self.tc.sdk_dir) as testdir: 21 self._run('. %s/oe-init-build-env %s' % (corebase, testdir)) 22 with open(os.path.join(testdir, 'conf', 'local.conf'), 'ta') as conf: 27 self._run('. %s/oe-init-build-env %s && bitbake virtual/libc' % (corebase, testdir)) 30 …while delay and (os.path.exists(testdir + "/bitbake.lock") or os.path.exists(testdir + "/cache/has…
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
H A D | autotools.py | 26 with tempfile.TemporaryDirectory(prefix="cpio-", dir=self.tc.sdk_dir) as testdir: 27 … tarball = self.fetch(testdir, self.td["DL_DIR"], "https://ftp.gnu.org/gnu/cpio/cpio-2.15.tar.gz") 30 dirs["source"] = os.path.join(testdir, "cpio-2.15") 31 dirs["build"] = os.path.join(testdir, "build") 32 dirs["install"] = os.path.join(testdir, "install") 34 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
|
H A D | makefile.py | 23 with tempfile.TemporaryDirectory(prefix="lzip", dir=self.tc.sdk_dir) as testdir: 24 …tarball = self.fetch(testdir, self.td["DL_DIR"], "http://downloads.yoctoproject.org/mirror/sources… 27 dirs["source"] = os.path.join(testdir, "lzip-1.19") 28 dirs["build"] = os.path.join(testdir, "build") 29 dirs["install"] = os.path.join(testdir, "install") 31 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
|
H A D | meson.py | 30 with tempfile.TemporaryDirectory(prefix="epoxy", dir=self.tc.sdk_dir) as testdir: 31 …tarball = self.fetch(testdir, self.td["DL_DIR"], "https://github.com/anholt/libepoxy/releases/down… 34 dirs["source"] = os.path.join(testdir, "libepoxy-1.5.3") 35 dirs["build"] = os.path.join(testdir, "build") 36 dirs["install"] = os.path.join(testdir, "install") 38 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
|
H A D | cmake.py | 31 with tempfile.TemporaryDirectory(prefix="assimp", dir=self.tc.sdk_dir) as testdir: 32 …tarball = self.fetch(testdir, self.td["DL_DIR"], "https://github.com/assimp/assimp/archive/v5.4.1.… 35 dirs["source"] = os.path.join(testdir, "assimp-5.4.1") 36 dirs["build"] = os.path.join(testdir, "build") 37 dirs["install"] = os.path.join(testdir, "install") 39 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
|
H A D | gtk3.py | 33 with tempfile.TemporaryDirectory(prefix="galculator", dir=self.tc.sdk_dir) as testdir: 34 …tarball = self.fetch(testdir, self.td["DL_DIR"], "http://galculator.mnim.org/downloads/galculator-… 37 dirs["source"] = os.path.join(testdir, "galculator-2.1.4") 38 dirs["build"] = os.path.join(testdir, "build") 39 dirs["install"] = os.path.join(testdir, "install") 41 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
|
H A D | kmod.py | 30 with tempfile.TemporaryDirectory(prefix="cryptodev", dir=self.tc.sdk_dir) as testdir: 35 sourcedir = os.path.join(testdir, "cryptodev-linux")
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-docs-cases/ |
H A D | build.py | 17 … with tempfile.TemporaryDirectory(prefix='docs-tarball-build-', dir=self.tc.sdk_dir) as testdir: 18 self._run('git clone git://git.yoctoproject.org/yocto-docs %s' % testdir) 19 self._run('cd %s/documentation && make html' % testdir)
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | targetcontrol.py | 29 self.testdir = d.getVar("TEST_LOG_DIR") 36 self.sshlog = os.path.join(self.testdir, "ssh_target_log.%s" % self.datetime) 37 sshloglink = os.path.join(self.testdir, "ssh_target_log") 105 self.qemulog = os.path.join(self.testdir, "qemu_boot_log.%s" % self.datetime) 114 bb.utils.mkdirhier(self.testdir) 115 self.qemurunnerlog = os.path.join(self.testdir, 'qemurunner_log.%s' % self.datetime) 119 …oe.path.symlink(os.path.basename(self.qemurunnerlog), os.path.join(self.testdir, 'qemurunner_log')… 152 bb.utils.mkdirhier(self.testdir) 154 qemuloglink = os.path.join(self.testdir, "qemu_boot_log")
|
H A D | runexported.py | 46 self.testdir = d.getVar("TEST_LOG_DIR") 50 self.sshlog = os.path.join(self.testdir, "ssh_target_log.%s" % self.datetime) 51 sshloglink = os.path.join(self.testdir, "ssh_target_log")
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/ |
H A D | runfvp.py | 12 testdir = pathlib.Path(__file__).parent / "tests" variable 28 …ret = subprocess.run(cli, cwd=testdir, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, … 44 cases = list(testdir.glob("auto-*.json")) 53 self.run_fvp(testdir / "test-parameter.json", "--", "--parameter", "board.dog=woof") 56 …output = self.run_fvp(testdir / "test-environment.json", env={"DISPLAY": "test_fvp_environment:42"…
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | go-ptest.bbclass | 42 testdir=`dirname $test` 44 install -d ${D}${PTEST_PATH}/$testdir 46 echo "run_test $testdir $testprog || RC=1" >> ${D}${PTEST_PATH}/run-ptest
|
/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus-glib/ |
H A D | test-install-makefile.patch | 22 +testdir = $(datadir)/@PACKAGE@/tests 36 +testdir = $(datadir)/@PACKAGE@/tests/core 50 +testdir = $(datadir)/@PACKAGE@/tests/interfaces
|
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest | 133 start_dir=PatchtestParser.testdir, 236 PatchtestParser.topdir = PatchtestParser.testdir
|
H A D | patchtest.README | 87 …If you want to use a different test suite or target repository, you can use the --testdir and --re… 89 patchtest --patch /path/to/patch/file --repodir /path/to/repo --testdir /path/to/test/dir
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/ |
H A D | geoip_1.6.12.bb | 68 -e 's:SRCDIR=\\"$(top_srcdir)\\":SRCDIR=\\"$(testdir)\\":' \ 71 if ! grep "^testdir = " ${S}/test/Makefile.am ; then
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | 0001-du-l-works-fix-to-use-145-instead-of-144.patch | 21 @@ -5,7 +5,7 @@ cd du.testdir
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | bootgraph.py | 57 testdir = '' variable in SystemValues 78 self.testdir = datetime.now().strftime('boot-%y%m%d-%H%M%S') 163 cmdline += ' -o "%s"' % os.path.abspath(self.testdir) 986 sysvals.testdir = sysvals.setOutputFolder(val) 1096 if testrun and os.path.isdir(sysvals.testdir) and \ 1099 call(cmd.format(os.environ['SUDO_USER'], sysvals.testdir), shell=True)
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/ |
H A D | sdkbuildproject.py | 16 self.testdir = testpath
|
/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/ |
H A D | Fix-the-test-output-format.patch | 46 @@ -9,12 +9,11 @@ testdir=`dirname "$0"`
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/ |
H A D | samba_4.19.8.bb | 184 testdir=${D}${datadir}/ctdb-tests/UNIT/$d 185 install -d $testdir 186 cp ${S}/ctdb/tests/UNIT/$d/*.sh $testdir 187 cp -r ${S}/ctdb/tests/UNIT/$d/scripts ${S}/ctdb/tests/UNIT/$d/stubs $testdir || true
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | targetbuild.py | 112 self.testdir = testpath
|
/openbmc/phosphor-logging/tools/ |
H A D | elog-gen.py | 331 options.testdir,
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | wic.py | 1727 testdir = os.path.join(self.resultdir, 'wic-test-cp-dir') 1728 testsubdir = os.path.join(testdir, 'subdir') 1730 copy(testfile.name, testdir) 1733 runCmd("wic cp %s %s:1/ -n %s" % (testdir, images[0], sysroot)) 1738 self.assertIn(os.path.basename(testdir), result.output)
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 771 for testdir in testdirs: 772 for root, dirnames, filenames in os.walk(testdir):
|