diff options
Diffstat (limited to 'scripts/qemuimage-tests/sanity/ssh')
-rwxr-xr-x | scripts/qemuimage-tests/sanity/ssh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemuimage-tests/sanity/ssh b/scripts/qemuimage-tests/sanity/ssh index f9143d055..084530adf 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 `runqemu qemux86`. +# The case boot up the Qemu target with `poky-qemu qemuxxx`. # Then check if ssh service in qemu is up. # # Author: Jiajun Xu <jiajun.xu@intel.com> |