diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 16:44:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:29 +0100 |
commit | 08127d444e05d8d33ce39abdce677655bd4766ea (patch) | |
tree | 926947a62cc4b1cbed4afc31a717305de9b1c57d /scripts/qemuimage-tests | |
parent | 46d0cc3dc88307d69a7884c0e5c79e0c8d5e4dc7 (diff) | |
download | poky-08127d444e05d8d33ce39abdce677655bd4766ea.tar.gz |
Rename poky-qemu to runqemu
(From OE-Core rev: 7687d91f73f4a116593315b3b1488ac3f0904905)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/qemuimage-tests')
-rwxr-xr-x | scripts/qemuimage-tests/sanity/boot | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/compiler | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/connman | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/dmesg | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/rpm_query | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/scp | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/shutdown | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/ssh | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/zypper_help | 2 | ||||
-rwxr-xr-x | scripts/qemuimage-tests/sanity/zypper_search | 2 |
10 files changed, 10 insertions, 10 deletions
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # | 2 | # |
3 | # Boot Test Case for Sanity Test | 3 | # Boot Test Case for Sanity Test |
4 | # The case boot up the Qemu target with `poky-qemu qemuxxx`. | 4 | # The case boot up the Qemu target with `runqemu qemuxxx`. |
5 | # Then check if qemu and qemu network is up. | 5 | # Then check if qemu and qemu network is up. |
6 | # | 6 | # |
7 | # Author: Jiajun Xu <jiajun.xu@intel.com> | 7 | # Author: Jiajun Xu <jiajun.xu@intel.com> |
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # Compiler Test Case for Sanity Test | 2 | # Compiler Test Case for Sanity Test |
3 | # The case boot up the Qemu target with `poky-qemu qemuxxx`. | 3 | # The case boot up the Qemu target with `runqemu qemuxxx`. |
4 | # Then check if gcc/g++/make command can work in target. | 4 | # Then check if gcc/g++/make command can work in target. |
5 | # | 5 | # |
6 | # Author: Jiajun Xu <jiajun.xu@intel.com> | 6 | # Author: Jiajun Xu <jiajun.xu@intel.com> |
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # Conmman Check Test Case for Sanity Test | 2 | # Conmman Check Test Case for Sanity Test |
3 | # The case boot up the Qemu target with `poky-qemu qemuxxx`. | 3 | # The case boot up the Qemu target with `runqemu qemuxxx`. |
4 | # Then check if connman can work in target. | 4 | # Then check if connman can work in target. |
5 | # | 5 | # |
6 | # Author: Jiajun Xu <jiajun.xu@intel.com> | 6 | # Author: Jiajun Xu <jiajun.xu@intel.com> |
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # Dmesg Check Test Case for Sanity Test | 2 | # Dmesg Check Test Case for Sanity Test |
3 | # The case boot up the Qemu target with `poky-qemu qemuxxx`. | 3 | # The case boot up the Qemu target with `runqemu qemuxxx`. |
4 | # Then check if there is any error log in dmesg. | 4 | # Then check if there is any error log in dmesg. |
5 | # | 5 | # |
6 | # Author: Jiajun Xu <jiajun.xu@intel.com> | 6 | # Author: Jiajun Xu <jiajun.xu@intel.com> |
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # RPM Check Test Case for Sanity Test | 2 | # RPM Check Test Case for Sanity Test |
3 | # The case boot up the Qemu target with `poky-qemu qemuxxx`. | 3 | # The case boot up the Qemu target with `runqemu qemuxxx`. |
4 | # Then check if rpm command can work in target. | 4 | # Then check if rpm command can work in target. |
5 | # | 5 | # |
6 | # Author: Jiajun Xu <jiajun.xu@intel.com> | 6 | # Author: Jiajun Xu <jiajun.xu@intel.com> |
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # SCP Test Case for Sanity Test | 2 | # SCP Test Case for Sanity Test |
3 | # The case boot up the Qemu target with `poky-qemu qemuxxx`. | 3 | # The case boot up the Qemu target with `runqemu qemuxxx`. |
4 | # Then check if file can be copied into target with scp command. | 4 | # Then check if file can be copied into target with scp command. |
5 | # | 5 | # |
6 | # Author: Jiajun Xu <jiajun.xu@intel.com> | 6 | # Author: Jiajun Xu <jiajun.xu@intel.com> |
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # Shutdown Test Case for Sanity Test | 2 | # Shutdown Test Case for Sanity Test |
3 | # The case boot up the Qemu target with `poky-qemu qemuxxx`. | 3 | # The case boot up the Qemu target with `runqemu qemuxxx`. |
4 | # Then check if target can shutdown | 4 | # Then check if target can shutdown |
5 | # For qemux86/x86-64, we use command "poweroff" for target shutdown | 5 | # For qemux86/x86-64, we use command "poweroff" for target shutdown |
6 | # For non-x86 targets, we use command "reboot" for target shutdown | 6 | # 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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # SSH Test Case for Sanity Test | 2 | # SSH Test Case for Sanity Test |
3 | # The case boot up the Qemu target with `poky-qemu qemuxxx`. | 3 | # The case boot up the Qemu target with `runqemu qemuxxx`. |
4 | # Then check if ssh service in qemu is up. | 4 | # Then check if ssh service in qemu is up. |
5 | # | 5 | # |
6 | # Author: Jiajun Xu <jiajun.xu@intel.com> | 6 | # Author: Jiajun Xu <jiajun.xu@intel.com> |
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # Zypper Check Test Case for Sanity Test | 2 | # Zypper Check Test Case for Sanity Test |
3 | # The case boot up the Qemu target with `poky-qemu qemuxxx`. | 3 | # The case boot up the Qemu target with `runqemu qemuxxx`. |
4 | # Then check if zypper command can work in target. | 4 | # Then check if zypper command can work in target. |
5 | # | 5 | # |
6 | # Author: Jiajun Xu <jiajun.xu@intel.com> | 6 | # Author: Jiajun Xu <jiajun.xu@intel.com> |
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # Zypper Check Test Case for Sanity Test | 2 | # Zypper Check Test Case for Sanity Test |
3 | # The case boot up the Qemu target with `poky-qemu qemuxxx`. | 3 | # The case boot up the Qemu target with `runqemu qemuxxx`. |
4 | # Then check if zypper command can work in target. | 4 | # Then check if zypper command can work in target. |
5 | # | 5 | # |
6 | # Author: Jiajun Xu <jiajun.xu@intel.com> | 6 | # Author: Jiajun Xu <jiajun.xu@intel.com> |