From 08127d444e05d8d33ce39abdce677655bd4766ea Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 16:44:10 +0100 Subject: Rename poky-qemu to runqemu (From OE-Core rev: 7687d91f73f4a116593315b3b1488ac3f0904905) Signed-off-by: Richard Purdie --- scripts/qemuimage-tests/sanity/boot | 2 +- scripts/qemuimage-tests/sanity/compiler | 2 +- scripts/qemuimage-tests/sanity/connman | 2 +- scripts/qemuimage-tests/sanity/dmesg | 2 +- scripts/qemuimage-tests/sanity/rpm_query | 2 +- scripts/qemuimage-tests/sanity/scp | 2 +- scripts/qemuimage-tests/sanity/shutdown | 2 +- scripts/qemuimage-tests/sanity/ssh | 2 +- scripts/qemuimage-tests/sanity/zypper_help | 2 +- scripts/qemuimage-tests/sanity/zypper_search | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'scripts/qemuimage-tests') diff --git a/scripts/qemuimage-tests/sanity/boot b/scripts/qemuimage-tests/sanity/boot index b75b9b9285..d3414d33d3 100755 --- a/scripts/qemuimage-tests/sanity/boot +++ b/scripts/qemuimage-tests/sanity/boot @@ -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 diff --git a/scripts/qemuimage-tests/sanity/compiler b/scripts/qemuimage-tests/sanity/compiler index 29dbfd9bb9..d224f33571 100755 --- a/scripts/qemuimage-tests/sanity/compiler +++ b/scripts/qemuimage-tests/sanity/compiler @@ -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 diff --git a/scripts/qemuimage-tests/sanity/connman b/scripts/qemuimage-tests/sanity/connman index fca6a27845..d46ef0a890 100755 --- a/scripts/qemuimage-tests/sanity/connman +++ b/scripts/qemuimage-tests/sanity/connman @@ -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 diff --git a/scripts/qemuimage-tests/sanity/dmesg b/scripts/qemuimage-tests/sanity/dmesg index 5ed31b735f..06a99485ca 100755 --- a/scripts/qemuimage-tests/sanity/dmesg +++ b/scripts/qemuimage-tests/sanity/dmesg @@ -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 diff --git a/scripts/qemuimage-tests/sanity/rpm_query b/scripts/qemuimage-tests/sanity/rpm_query index 08017ffbe6..d42c4c49be 100755 --- a/scripts/qemuimage-tests/sanity/rpm_query +++ b/scripts/qemuimage-tests/sanity/rpm_query @@ -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 diff --git a/scripts/qemuimage-tests/sanity/scp b/scripts/qemuimage-tests/sanity/scp index c72cdc9d65..ce7279cdf8 100755 --- a/scripts/qemuimage-tests/sanity/scp +++ b/scripts/qemuimage-tests/sanity/scp @@ -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 diff --git a/scripts/qemuimage-tests/sanity/shutdown b/scripts/qemuimage-tests/sanity/shutdown index bc08cf0fdc..22662ab257 100755 --- a/scripts/qemuimage-tests/sanity/shutdown +++ b/scripts/qemuimage-tests/sanity/shutdown @@ -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 diff --git a/scripts/qemuimage-tests/sanity/ssh b/scripts/qemuimage-tests/sanity/ssh index 2a0e934392..e4a20dc73d 100755 --- a/scripts/qemuimage-tests/sanity/ssh +++ b/scripts/qemuimage-tests/sanity/ssh @@ -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 diff --git a/scripts/qemuimage-tests/sanity/zypper_help b/scripts/qemuimage-tests/sanity/zypper_help index 1ab6d2407f..6dafe5e1fd 100755 --- a/scripts/qemuimage-tests/sanity/zypper_help +++ b/scripts/qemuimage-tests/sanity/zypper_help @@ -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 diff --git a/scripts/qemuimage-tests/sanity/zypper_search b/scripts/qemuimage-tests/sanity/zypper_search index d6bcd27a34..b96cbdad66 100755 --- a/scripts/qemuimage-tests/sanity/zypper_search +++ b/scripts/qemuimage-tests/sanity/zypper_search @@ -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 -- cgit v1.2.3-54-g00ecf