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/sanity/shutdown | |
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/sanity/shutdown')
-rwxr-xr-x | scripts/qemuimage-tests/sanity/shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 |