diff options
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 |