public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/4] Simple smoke test for QEMU
@ 2017-10-06 10:34 Alexander Smirnov
  2017-10-06 10:34 ` [PATCH 1/4] scripts: Remove bashism from sh script Alexander Smirnov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alexander Smirnov @ 2017-10-06 10:34 UTC (permalink / raw)
  To: isar-users; +Cc: Alexander Smirnov

Hi everybody,

this series is the first step to implement automated image testing. It
provides simple smoke test to check if Isar image that is running in
QEMU reaches login prompt.

This intermediate solution could be used until complete test framework
is implemented and integrated.


Now Isar has the following state:

-------------------------------------------------
Testing Isar [wheezy] image for [arm] machine:
Test: FAIL
-------------------------------------------------
Testing Isar [jessie] image for [arm] machine:
Test: PASSED
-------------------------------------------------
Testing Isar [stretch] image for [arm] machine:
Test: FAIL
-------------------------------------------------
Testing Isar [jessie] image for [amd64] machine:
Test: PASSED
-------------------------------------------------
Testing Isar [stretch] image for [amd64] machine:
Test: PASSED
-------------------------------------------------
Testing Isar [jessie] image for [i386] machine:
Test: PASSED
-------------------------------------------------
Testing Isar [stretch] image for [i386] machine:
Test: PASSED
-------------------------------------------------

With best regards,
Alex

Alexander Smirnov (4):
  scripts: Remove bashism from sh script
  scripts: Add option to route start_vm output to file
  scripts: Add option to store QEMU pid
  scripts: Add simple smoke test

 scripts/start_vm      | 15 ++++++++++++++-
 scripts/vm_smoke_test | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+), 1 deletion(-)
 create mode 100755 scripts/vm_smoke_test

-- 
2.1.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-06 10:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-06 10:34 [PATCH 0/4] Simple smoke test for QEMU Alexander Smirnov
2017-10-06 10:34 ` [PATCH 1/4] scripts: Remove bashism from sh script Alexander Smirnov
2017-10-06 10:34 ` [PATCH 2/4] scripts: Add option to route start_vm output to file Alexander Smirnov
2017-10-06 10:34 ` [PATCH 3/4] scripts: Add option to store QEMU pid Alexander Smirnov
2017-10-06 10:34 ` [PATCH 4/4] scripts: Add simple smoke test Alexander Smirnov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox