Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 2205) sorted by relevance

12345678910>>...89

/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target28 run-float_%: float_%
29 $(call run-test,$<, $(QEMU) $(QEMU_OPTS) $<)
62 run-vma-pthread: vma-pthread
64 run-plugin-vma-pthread-with-%: vma-pthread
68 run-test-mmap: test-mmap
69 $(call run-test, test-mmap, $(QEMU) $<, $< (default))
72 GDB_SCRIPT=$(SRC_PATH)/tests/guest-debug/run-test.py
74 run-gdbstub-sha1: sha1
75 $(call run-test, $@, $(GDB_SCRIPT) \
81 run-gdbstub-qxfer-auxv-read: sha1
[all …]
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsmack.py20 status, output = cls.tc.target.run("grep smack /proc/mounts | awk '{print $2}'")
28 status,output = self.target.run("cat /proc/self/attr/current")
35 self.target.run("touch %s" %filename)
36 status, output = self.target.run("chsmack -a %s %s" %(LABEL, filename))
41 status, output = self.target.run("chsmack %s" %filename)
42 self.target.run("rm %s" %filename)
58 self.target.run("touch %s" %filename)
59 status, output = self.target.run("chsmack -e %s %s" %(LABEL, filename))
64 status, output = self.target.run("chsmack %s" %filename)
65 self.target.run("rm %s" %filename)
[all …]
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c71 if (eng->env.is_new_mdio_reg[eng->run.mdio_idx]) { in phy_write()
75 writel(wr_data, eng->run.mdio_base); in phy_write()
77 while (readl(eng->run.mdio_base) & MDIO_FIRE_BUSY) { in phy_write()
79 if (!eng->run.tm_tx_only) in phy_write()
82 readl(eng->run.mdio_base)); in phy_write()
89 writel(data, eng->run.mdio_base + 0x4); in phy_write()
93 eng->run.mdio_base); in phy_write()
95 while (readl(eng->run.mdio_base) & MDIO_WR_CODE_OLD) { in phy_write()
97 if (!eng->run.tm_tx_only) in phy_write()
100 readl(eng->run.mdio_base)); in phy_write()
[all …]
H A Dmactest.c100 if (p_eng->run.speed_sel[0]) { in Print_Header()
102 } else if (p_eng->run.speed_sel[1]) { in Print_Header()
370 if (!p_eng->run.tm_tx_only) in finish_check()
373 if (p_eng->run.TM_IOTiming) in finish_check()
378 if (!p_eng->run.tm_tx_only) in finish_check()
381 if (p_eng->run.TM_IOTiming) in finish_check()
386 if (!p_eng->run.tm_tx_only) in finish_check()
388 if (p_eng->run.TM_IOTiming) in finish_check()
407 p_eng->run.TM_IOTiming = 1; in check_test_mode()
410 p_eng->run.TM_IOTiming = 1; in check_test_mode()
[all …]
H A Dmac.c85 return readl(p_eng->run.mac_base + addr); in mac_reg_read()
121 writel(data, p_eng->run.mac_base + addr); in mac_reg_write()
139 printf("\nMAC%d base 0x%08x", p_eng->run.mac_idx, p_eng->run.mac_base); in dump_mac_ROreg()
372 uint32_t rgmii = (uint32_t)p_eng->run.is_rgmii; in mac_get_delay()
373 uint32_t mac_idx = p_eng->run.mac_idx; in mac_get_delay()
374 uint32_t speed_idx = p_eng->run.speed_idx; in mac_get_delay()
392 uint32_t rgmii = (uint32_t)p_eng->run.is_rgmii; in mac_get_max_available_delay()
393 uint32_t mac_idx = p_eng->run.mac_idx; in mac_get_max_available_delay()
419 uint32_t rgmii = (uint32_t)p_eng->run.is_rgmii; in mac_get_min_available_delay()
420 uint32_t mac_idx = p_eng->run.mac_idx; in mac_get_min_available_delay()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Ddnf.py21 status, output = self.target.run(command, 1500)
99 status, output = self.target.run('find /var/cache/dnf -name dnf-test-dep*rpm')
123 self.target.run('mkdir -p %s/etc' % rootpath, 1500)
124 …self.target.run('mkdir -p %s/bin %s/sbin %s/usr/bin %s/usr/sbin' % (rootpath, rootpath, rootpath, …
125 self.target.run('mkdir -p %s/dev' % rootpath, 1500)
127 self.target.run('mkdir -p %s/lib' % rootpath, 1500)
128 self.target.run('mkdir -p %s/libx32' % rootpath, 1500)
129 self.target.run('mkdir -p %s/lib64' % rootpath, 1500)
130 self.target.run('cp /lib/libtinfo.so.5 %s/lib' % rootpath, 1500)
131 self.target.run('cp /libx32/libtinfo.so.5 %s/libx32' % rootpath, 1500)
[all …]
H A Dlogrotate.py18 cls.tc.target.run('cp /etc/logrotate.d/wtmp $HOME/wtmp.oeqabak')
22 …cls.tc.target.run('mv -f $HOME/wtmp.oeqabak /etc/logrotate.d/wtmp && rm -rf /var/log//logrotate_di…
23 …cls.tc.target.run('rm -rf /var/log/logrotate_testfile && rm -rf /etc/logrotate.d/logrotate_testfil…
30 status, output = self.target.run('touch /var/log/wtmp')
34 status, output = self.target.run('mkdir /var/log//logrotate_dir')
38 …status, output = self.target.run('echo "create \n olddir /var/log//logrotate_dir \n include /etc/l…
43 _, logrotate_output = self.target.run('logrotate -vf /tmp/logrotate-test.conf')
44 status, _ = self.target.run('find /var/log//logrotate_dir -type f | grep wtmp.1')
51 … status, output = self.target.run('echo "oeqa logrotate test file" > /var/log/logrotate_testfile')
55 …status, output = self.target.run('echo "/var/log/logrotate_testfile {\n missingok \n monthly \n ro…
[all …]
H A Drpm.py22 status, output = self.target.run('rpm --help')
28 status, output = self.target.run('ls /var/lib/rpm/')
31 status, output = self.target.run('rpm -q rpm')
39 status, output = self.target.run('id -u %s' % u)
41 status, output = self.target.run('useradd %s' % u)
46 status, output = self.target.run('su -c id %s' % u)
50 status, output = self.target.run('su -c "rpm -qa" %s ' % u)
57 _, output = self.target.run(self.tc.target_cmds['ps'])
68 status, output = self.target.run('userdel -r %s' % u)
102 status, output = self.target.run('rpm -ivh /tmp/base-passwd-doc.rpm')
[all …]
/openbmc/qemu/tests/tcg/multiarch/system/
H A DMakefile.softmmu-target23 GDB_SCRIPT=$(SRC_PATH)/tests/guest-debug/run-test.py
25 run-gdbstub-memory: memory
26 $(call run-test, $@, $(GDB_SCRIPT) \
34 run-gdbstub-interrupt: interrupt
35 $(call run-test, $@, $(GDB_SCRIPT) \
43 run-gdbstub-untimely-packet: hello
44 $(call run-test, $@, $(GDB_SCRIPT) \
57 run-gdbstub-registers: memory
58 $(call run-test, $@, $(GDB_SCRIPT) \
67 run-gdbstub-%:
[all …]
/openbmc/openbmc-test-automation/data/boot_lists/
H A DOBMC_reboot3 OBMC Reboot (run)
4 OBMC Reboot (run) (mfg)
5 REST OBMC Reboot (run)
6 REST OBMC Reboot (run) (mfg)
7 Redfish OBMC Reboot (run)
8 Redfish OBMC Reboot (run) (mfg)
15 PDU AC Cycle (run)
16 PDU AC Cycle (run) (mfg)
19 IPMI MC Reset Warm (run)
20 IPMI MC Reset Warm (run) (mfg)
[all …]
H A DAll25 OBMC Reboot (run)
26 OBMC Reboot (run) (mfg)
27 REST OBMC Reboot (run)
28 REST OBMC Reboot (run) (mfg)
29 Redfish OBMC Reboot (run)
30 Redfish OBMC Reboot (run) (mfg)
37 PDU AC Cycle (run)
38 PDU AC Cycle (run) (mfg)
41 IPMI MC Reset Warm (run)
42 IPMI MC Reset Warm (run) (mfg)
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/
H A D030-ubiattach-or-format6 cat /run/format-persist
31 if ! mkdir -p /run/mnt-persist ; then
35 if ! mount -t tmpfs tmpfs /run/mnt-persist ; then
42 if [ ! -e /run/format-persist ]; then
44 echo "unformatted-ubi" >> /run/format-persist
50 echo "missing-ubi-volume" >> /run/format-persist
54 if [ -e /run/format-persist ]; then
60 mkdir -p /run/mnt-persist
62 if ! mount -t ubifs ubi0:rwfs /run/mnt-persist -o sync,compr=zstd; then
65 echo "mount-ubi0-rwfs-fail" > /run/format-persist
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A D0001-test-Fix-build-with-new-compiler-defaults-to-fno-com.patch10 sntp/tests/run-packetHandling.c | 2 +-
11 sntp/tests/run-t-log.c | 2 +-
12 sntp/tests/run-utilities.c | 2 +-
15 diff --git a/sntp/tests/run-packetHandling.c b/sntp/tests/run-packetHandling.c
17 --- a/sntp/tests/run-packetHandling.c
18 +++ b/sntp/tests/run-packetHandling.c
28 diff --git a/sntp/tests/run-t-log.c b/sntp/tests/run-t-log.c
30 --- a/sntp/tests/run-t-log.c
31 +++ b/sntp/tests/run-t-log.c
41 diff --git a/sntp/tests/run-utilities.c b/sntp/tests/run-utilities.c
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-skip-the-test-when-gcc-not-deployed.patch13 tests/run-disasm-x86-64.sh | 2 ++
14 tests/run-disasm-x86.sh | 2 ++
15 tests/run-strip-g.sh | 2 ++
16 tests/run-strip-nothing.sh | 2 ++
19 diff --git a/tests/run-disasm-x86-64.sh b/tests/run-disasm-x86-64.sh
21 --- a/tests/run-disasm-x86-64.sh
22 +++ b/tests/run-disasm-x86-64.sh
32 diff --git a/tests/run-disasm-x86.sh b/tests/run-disasm-x86.sh
34 --- a/tests/run-disasm-x86.sh
35 +++ b/tests/run-disasm-x86.sh
[all …]
/openbmc/qemu/tests/tcg/aarch64/
H A DMakefile.softmmu-target62 run-semiconsole: QEMU_OPTS=$(QEMU_BASE_MACHINE) $(QEMU_SEMIHOST) -kernel
63 run-semiconsole: semiconsole
66 run-plugin-semiconsole-with-%: semiconsole
72 run-vtimer: QEMU_OPTS=$(QEMU_EL2_MACHINE) $(QEMU_EL2_BASE_ARGS) -kernel
76 run-memory-record: memory-record memory
77 $(call run-test, $<, \
84 run-memory-replay: memory-replay run-memory-record
85 $(call run-test, $<, \
91 EXTRA_RUNS+=run-memory-replay
97 run-pauth-3: QEMU_BASE_MACHINE=-M virt -cpu max,pauth-qarma5=on -display none
[all …]
H A DMakefile.target17 run-fcvt: fcvt
18 $(call run-test,$<,$(QEMU) $<)
48 run-pauth-1: QEMU_OPTS += -cpu max
49 run-pauth-2: QEMU_OPTS += -cpu max
51 run-pauth-4: QEMU_OPTS += -cpu neoverse-v1
52 run-pauth-5: QEMU_OPTS += -cpu neoverse-v1
90 run-sha1-vector: sha1-vector run-sha1
91 $(call run-test, $<, $(QEMU) $(QEMU_OPTS) $<)
119 GDB_SCRIPT=$(SRC_PATH)/tests/guest-debug/run-test.py
121 run-gdbstub-sysregs: sysregs
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/
H A Drun-postinsts_1.0.bb7 SRC_URI = "file://run-postinsts \
8 file://run-postinsts.init \
9 file://run-postinsts.service"
18 INITSCRIPT_NAME = "run-postinsts"
21 SYSTEMD_SERVICE:${PN} = "run-postinsts.service"
33 install -m 0755 ${S}/run-postinsts ${D}${sbindir}/
36 install -m 0755 ${S}/run-postinsts.init ${D}${sysconfdir}/init.d/run-postinsts
39 install -m 0644 ${S}/run-postinsts.service ${D}${systemd_system_unitdir}/
45 ${D}${sbindir}/run-postinsts \
46 ${D}${systemd_system_unitdir}/run-postinsts.service
/openbmc/u-boot/board/aspeed/
H A Dast2600_openbmc_mmc.txt2 boota=setenv bootpart 2; setenv rootfs rofs-a; run bootmmc
3 bootb=setenv bootpart 3; setenv rootfs rofs-b; run bootmmc
4 bootcmd=setenv origbootargs ${bootargs}; run bootconfcmd; run bootsidecmd
7 bootmmc=run setmmcargs; ext4load mmc 0:${bootpart} ${loadaddr} fitImage && bootm ${loadaddr}${bootm…
9 bootsidecmd=if test ${bootside} = b; then run bootb; run boota; else run boota; run bootb; fi
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/
H A Du-boot-env-ast2600.txt2 boota=setenv bootpart 2; setenv rootfs rofs-a; run bootmmc
3 bootb=setenv bootpart 3; setenv rootfs rofs-b; run bootmmc
4 bootcmd=setenv origbootargs ${bootargs}; run bootconfcmd; run bootsidecmd
7 bootmmc=run setmmcargs; ext4load mmc 0:${bootpart} ${loadaddr} fitImage && bootm ${loadaddr}${bootm…
9 bootsidecmd=if test ${bootside} = b; then run bootb; run boota; else run boota; run bootb; fi
/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/
H A Dgpiod-sysfs-proxy.init.in32 mkdir -p /run/gpio/sys /run/gpio/class/gpio /run/gpio/work
33 mount -t sysfs sysfs /run/gpio/sys -o nosuid,nodev,noexec
37 -o upperdir=/run/gpio/class,lowerdir=/run/gpio/sys/class,workdir=/run/gpio/work,nosuid,nodev,noexec…
56 umount /run/gpio/sys
57 rm -rf /run/gpio
/openbmc/u-boot/board/k+p/bootscripts/
H A Dtpcboot.cmd45 run mmcargs;
46 run miscadj;
47 run boot_fitImage;
58 if run download_kernel; then
59 run mmcargs;
60 run miscadj;
61 run boot_fitImage;
72 if run download_kernel; then
73 run nfsargs;
74 run addip;
[all …]
/openbmc/u-boot/configs/
H A Daxm_defconfig19run flash_self\0bootdelay=3\0ethact=macb0\0flash_nfs=run nand_kernel;run nfsargs;run addip;upgrade…
/openbmc/openbmc/meta-google/recipes-google/ssh/authorized-keys-comp/
H A Dauthorized-keys-comp.sh42 rm -f /run/authorized_keys.tmp
43 touch /run/authorized_keys.tmp
46 cat "${basemap[$key]}" >>/run/authorized_keys.tmp
48 mkdir -p /run/authorized_keys
49 mv /run/authorized_keys.tmp /run/authorized_keys/"$user"
50 chown "$user" /run/authorized_keys/"$user"
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/
H A Dfvp.env7 bootcmd=setenv origbootargs ${bootargs}; run bootsidecmd
10 run bootb; \
11 run boota; \
13 run boota; \
14 run bootb; \
16 boota=setenv bootpart 2; setenv rootfs rofs-a; run bootmmc
17 bootb=setenv bootpart 3; setenv rootfs rofs-b; run bootmmc
18 bootmmc=run setmmcargs; ext4load mmc 0:${bootpart} ${loadaddr} fitImage && bootm ${loadaddr}${bootm…
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-init.sh4 rodir=run/initramfs/ro
5 rwdir=run/initramfs/rw
15 if ! grep run proc/mounts
17 mount tmpfs run -t tmpfs -o mode=755,nodev
22 cp -rp init shutdown update whitelist bin sbin usr lib etc var run/initramfs
78 runresolv=/run/systemd/resolve/resolv.conf
113 ! tftp -g -r "$path" -l /run/image-rofs "$host" ${port+"$port"}
123 if ! wget -O /run/image-rofs "$1"
159 After fixing run exit to continue this script, or reboot -f to retry, or
174 When finished exec new init or cleanup and run reboot -f.
[all …]

12345678910>>...89