Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 25 of 129) sorted by relevance

123456

/openbmc/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml10 # gitlab-runner agent.
12 - name: Installation of gitlab-runner
23 name: gitlab-runner
27 user: gitlab-runner
28 group: gitlab-runner
31 home: /home/gitlab-runner
36 path: /home/gitlab-runner/.bash_logout
76 - name: Register the gitlab-runner
79 # The secondary runner will still run under the single gitlab-runner service
88 …command: "/usr/bin/gitlab-runner install --user gitlab-runner --working-directory /home/gitlab-run…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/
H A Drun-ptest5 while read runner; do
8 echo Testing $runner
9 ./$runner -ignore $oldpath/cppignore.lnx -all
14 while read runner; do
17 echo "FAIL: $runner"
19 echo "PASS: $runner"
/openbmc/openbmc/poky/meta/recipes-support/ptest-runner/
H A Dptest-runner_2.4.3.bb2 DESCRIPTION = "The ptest-runner2 package installs a ptest-runner \
18 FILES:${PN} = "${bindir}/ptest-runner ${bindir}/ptest-runner-collect-system-data"
27 install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner
28 …install -D -m 0755 ${S}/ptest-runner-collect-system-data ${D}${bindir}/ptest-runner-collect-system…
33 # pstree is called by ptest-runner-collect-system-data
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner/
H A D0001-memmove-and-memchr-are-C-APIs-not-C-std-namespace.patch7 ../git/src/deqp-runner.cc: In member function 'Line_reader::read_status Line_reader::read(char**, d…
8 ../git/src/deqp-runner.cc:249:10: error: 'memmove' is not a member of 'std'; did you mean 'wmemmove…
12 ../git/src/deqp-runner.cc:255:35: error: 'memchr' is not a member of 'std'; did you mean 'wmemchr'?
17 Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/parallel-deqp-runner/-/merge_reques…
20 src/deqp-runner.cc | 4 ++--
23 diff --git a/src/deqp-runner.cc b/src/deqp-runner.cc
25 --- a/src/deqp-runner.cc
26 +++ b/src/deqp-runner.cc
H A D0001-meson.build-WORKAROUND-Remove-vulkan-dependency.patch23 @@ -3,21 +3,15 @@ project('parallel-deqp-runner', ['c', 'cpp'],
35 deqp_runner = executable('deqp-runner',
36 'src/deqp-runner.cc',
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddump.py84 def __init__(self, cmds, parent_dir, runner): argument
86 self.runner = runner
98 (status, output) = self.runner.run_serial(cmd)
114 def __init__(self, cmds, parent_dir, runner): argument
116 self.runner = runner
120 if self.runner is None:
135 output = self.runner.run_monitor(cmd_name, cmd_data)
137 output = self.runner.run_monitor(cmd_name)
/openbmc/u-boot/test/py/
H A Du_boot_console_exec_attach.py40 runner = self.log.get_runner(cmd[0], sys.stdout)
41 runner.run(cmd)
42 runner.close()
63 runner = self.log.get_runner(cmd[0], sys.stdout)
64 runner.run(cmd)
65 runner.close()
H A Du_boot_utils.py174 runner = u_boot_console.log.get_runner(cmd[0], sys.stdout)
175 output = runner.run(cmd, ignore_errors=ignore_errors)
176 runner.close()
192 runner = u_boot_console.log.get_runner(cmd[0], sys.stdout)
193 runner.run(cmd)
195 assert(retcode == runner.exit_status)
196 assert(msg in runner.output)
201 runner.close()
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dqemu.py42 self.runner = QemuRunner(machine=machine, rootfs=rootfs, tmpdir=tmpdir,
53 … if self.runner.start(params, extra_bootparams=extra_bootparams, runqemuparams=runqemuparams):
54 self.ip = self.runner.ip
56 target_ip_port = self.runner.ip.split(':')
66 if self.runner.server_ip:
67 self.server_ip = self.runner.server_ip
94 self.runner.stop()
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py122 self.runner = QemuTinyRunner(machine=d.getVar("MACHINE"),
133 self.runner = QemuRunner(machine=d.getVar("MACHINE"),
146 self.monitor_dumper = MonitorDumper(dump_monitor_cmds, dump_dir, self.runner)
170 self.ip = self.runner.ip
171 self.server_ip = self.runner.server_ip
181 return self.runner.is_alive()
185 self.runner.stop()
195 if self.runner.restart(params):
196 self.ip = self.runner.ip
197 self.server_ip = self.runner.server_ip
[all …]
/openbmc/openbmc/poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/
H A D0001-fix-non-literal-format-string-issue-with-clang.patch14 src/gnome-desktop-testing-runner.c | 2 +-
17 diff --git a/src/gnome-desktop-testing-runner.c b/src/gnome-desktop-testing-runner.c
19 --- a/src/gnome-desktop-testing-runner.c
20 +++ b/src/gnome-desktop-testing-runner.c
/openbmc/openbmc/poky/meta/recipes-devtools/python/python-rfc3986-validator/
H A D0001-setup.py-move-pytest-runner-to-test_requirements.patch4 Subject: [PATCH] setup.py: move pytest-runner to test_requirements
7 pytest-runner is only needed when running tests.
22 -setup_requirements = ['pytest-runner', ]
26 +test_requirements = ['pytest>=3', 'pytest-runner']
/openbmc/openbmc/poky/meta/recipes-graphics/igt-gpu-tools/
H A Digt-gpu-tools_git.bb40 install -d ${D}/usr/share/${BPN}/runner
41 install -D ${B}/runner/igt_runner ${D}/usr/share/${BPN}/runner
42 install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner
/openbmc/qemu/docs/
H A Dimage-fuzzer.txt31 Test runner
34 The test runner generates test images, executes tests utilizing generated
39 By default, the test runner generates new tests and executes them until
42 the runner will exit.
44 The runner uses an external image fuzzer to generate test images. An image
45 generator should be specified as a mandatory parameter of the test runner.
46 Details about interactions between the runner and fuzzers see "Module
61 The runner accepts a JSON array of fields expected to be fuzzed via the
70 The runner accepts a list of commands under test as a JSON array via
134 * Test runner/image fuzzer
[all …]
/openbmc/u-boot/tools/concurrencytest/
H A DREADME.md51 runner = unittest.TextTestRunner()
54 runner.run(suite)
59 runner.run(concurrent_suite)
H A Dconcurrencytest.py136 runner = unittest.TextTestRunner() variable
139 runner.run(suite)
144 runner.run(concurrent_suite)
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0019-arm-corstone1000-esrt-support.patch87 + u8 *runner = (u8 *)image_info;
142 + runner += image_info_size_var;
151 + &image_info_name_size_var, runner);
156 + image_info->image_id_name = runner;
157 + runner += image_info_name_size_var;
163 + &image_info_version_size_var, runner);
167 + image_info->version_name = runner;
/openbmc/qemu/docs/devel/
H A Dci-runners.rst.inc11 be set up with GitLab's "agent", called gitlab-runner, which will take
14 gitlab-runner, is called a "custom runner".
63 gitlab-runner setup and registration
66 The gitlab-runner agent needs to be installed on each machine that
86 ansible-playbook -i inventory gitlab-runner.yml
88 Following the registration, it's necessary to configure the runner tags,
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/
H A Drunfvp.py96 from fvp import runner
98 fvp = runner.FVPRunner(self.logger)
128 from fvp import runner
130 fvp = runner.FVPRunner(self.logger)
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py15 from oeqa.core.runner import OETestRunner
82 self.runner = self.runnerClass(self, descriptions=False, verbosity=2)
90 self.runner.buffer = True
91 result = self.runner.run(self.prepareSuite(self.suites, processes))
97 self.runner = self.runnerClass(self, verbosity=2)
98 return self.runner.list_tests(self.suites, display_type)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drunqemu.py58 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
82 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
108 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
142 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
153 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
185 qemu.runner.allowexit()
/openbmc/openbmc/meta-arm/scripts/
H A Drunfvp17 from fvp import conffile, terminal, runner
53 fvp = runner.FVPRunner(logger)
64 parser = runner.ConsolePortParser(port_stdout)
/openbmc/openbmc/poky/meta/recipes-support/gnome-desktop-testing/
H A Dgnome-desktop-testing_2021.1.bb1 SUMMARY = "Test runner for GNOME-style installed tests"
10 …file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9da2ffcf7707dc11151fe00…
/openbmc/linux/drivers/gpu/drm/ci/
H A Digt_runner.sh52 igt-runner \
66 deqp-runner junit \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0006-Use-python3-and-pip3-instead-of-python-and-pip.patch58 - python -m test.integrationtests.skills.runner .
59 + python3 -m test.integrationtests.skills.runner .
61 - python -m test.integrationtests.skills.runner $@
62 + python3 -m test.integrationtests.skills.runner $@

123456