From 7687d91f73f4a116593315b3b1488ac3f0904905 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 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 b75b9b928..d3414d33d 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 29dbfd9bb..d224f3357 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 fca6a2784..d46ef0a89 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 5ed31b735..06a99485c 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 08017ffbe..d42c4c49b 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 c72cdc9d6..ce7279cdf 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 bc08cf0fd..22662ab25 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 2a0e93439..e4a20dc73 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 1ab6d2407..6dafe5e1f 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 d6bcd27a3..b96cbdad6 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