mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
Rename poky-qemu to runqemu
(From OE-Core rev: 7687d91f73f4a116593315b3b1488ac3f0904905) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Boot Test Case for Sanity Test
|
||||
# The case boot up the Qemu target with `poky-qemu qemuxxx`.
|
||||
# The case boot up the Qemu target with `runqemu qemuxxx`.
|
||||
# Then check if qemu and qemu network is up.
|
||||
#
|
||||
# Author: Jiajun Xu <jiajun.xu@intel.com>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Compiler Test Case for Sanity Test
|
||||
# The case boot up the Qemu target with `poky-qemu qemuxxx`.
|
||||
# The case boot up the Qemu target with `runqemu qemuxxx`.
|
||||
# Then check if gcc/g++/make command can work in target.
|
||||
#
|
||||
# Author: Jiajun Xu <jiajun.xu@intel.com>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Conmman Check Test Case for Sanity Test
|
||||
# The case boot up the Qemu target with `poky-qemu qemuxxx`.
|
||||
# The case boot up the Qemu target with `runqemu qemuxxx`.
|
||||
# Then check if connman can work in target.
|
||||
#
|
||||
# Author: Jiajun Xu <jiajun.xu@intel.com>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Dmesg Check Test Case for Sanity Test
|
||||
# The case boot up the Qemu target with `poky-qemu qemuxxx`.
|
||||
# The case boot up the Qemu target with `runqemu qemuxxx`.
|
||||
# Then check if there is any error log in dmesg.
|
||||
#
|
||||
# Author: Jiajun Xu <jiajun.xu@intel.com>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# RPM Check Test Case for Sanity Test
|
||||
# The case boot up the Qemu target with `poky-qemu qemuxxx`.
|
||||
# The case boot up the Qemu target with `runqemu qemuxxx`.
|
||||
# Then check if rpm command can work in target.
|
||||
#
|
||||
# Author: Jiajun Xu <jiajun.xu@intel.com>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# SCP Test Case for Sanity Test
|
||||
# The case boot up the Qemu target with `poky-qemu qemuxxx`.
|
||||
# The case boot up the Qemu target with `runqemu qemuxxx`.
|
||||
# Then check if file can be copied into target with scp command.
|
||||
#
|
||||
# Author: Jiajun Xu <jiajun.xu@intel.com>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Shutdown Test Case for Sanity Test
|
||||
# The case boot up the Qemu target with `poky-qemu qemuxxx`.
|
||||
# The case boot up the Qemu target with `runqemu qemuxxx`.
|
||||
# Then check if target can shutdown
|
||||
# For qemux86/x86-64, we use command "poweroff" for target shutdown
|
||||
# For non-x86 targets, we use command "reboot" for target shutdown
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# SSH Test Case for Sanity Test
|
||||
# The case boot up the Qemu target with `poky-qemu qemuxxx`.
|
||||
# The case boot up the Qemu target with `runqemu qemuxxx`.
|
||||
# Then check if ssh service in qemu is up.
|
||||
#
|
||||
# Author: Jiajun Xu <jiajun.xu@intel.com>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Zypper Check Test Case for Sanity Test
|
||||
# The case boot up the Qemu target with `poky-qemu qemuxxx`.
|
||||
# The case boot up the Qemu target with `runqemu qemuxxx`.
|
||||
# Then check if zypper command can work in target.
|
||||
#
|
||||
# Author: Jiajun Xu <jiajun.xu@intel.com>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Zypper Check Test Case for Sanity Test
|
||||
# The case boot up the Qemu target with `poky-qemu qemuxxx`.
|
||||
# The case boot up the Qemu target with `runqemu qemuxxx`.
|
||||
# Then check if zypper command can work in target.
|
||||
#
|
||||
# Author: Jiajun Xu <jiajun.xu@intel.com>
|
||||
|
||||
Reference in New Issue
Block a user