From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6473744435790217216 X-Received: by 10.223.142.227 with SMTP id q90mr153803wrb.32.1507286083232; Fri, 06 Oct 2017 03:34:43 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.38.134 with SMTP id m128ls362821wmm.4.gmail; Fri, 06 Oct 2017 03:34:42 -0700 (PDT) X-Google-Smtp-Source: AOwi7QADHqIQJ5A+Coory/W+OfmPq1I66NEN6WCa+xAT/XO1D3M9c8Xg7fN1R/QopNqEmhJpY/Ay X-Received: by 10.28.132.134 with SMTP id g128mr178108wmd.24.1507286082875; Fri, 06 Oct 2017 03:34:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1507286082; cv=none; d=google.com; s=arc-20160816; b=FyXpo8W1inGrCICVmgrCnhGsj/1t8F1J6Yz+djuHRAPWb6LgceXfpRnPJDNKb8e5cK qyFzBI3pg3ejbC9Ko4G3sbQ23OrBQOJ/s5DS0vXNnXb6J+AFs75TowMU+kXUYbGR1aqz AkGOTcShScCpXTnLjLVtImthPnnFNc3m9cgkSdh5BrjGCiG0/yvUjp0A0XFldhnVQueW dwEK9vTPA2S9mCoDHrtgokLYh17iWlwMRtfj/cRT7TN/6gmIjqafc/PUKh56nn8u9B9r LeDF6A9+QD7/m5PPwr/4X9ocDNtgHuJErCjtKOhYBpoWLweIu+8XMRbIdPYNVu1vfPJU Mviw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=kcpmzROqsItRnlXIUI1NwuUCRuQ2PahtGfXduH+x17c=; b=OTedd4tLCK6mpqnMuGsq2K7ItMTnG31BJtK4bYaSovFmL7jPorhR2e1tbfvS0c5U38 jqZkaEW1MGq/bbUYeJShNDa5h2T+nGpk1Gb0a8e45n8QzSgo4agbO/3BqUMifN+E92Vm eQYAMOlZe+1lHPS6IEgKR9XclfxWYhPTqL8MvWZRGHqtehq6GuAUBcPuHfBtAjym1peF +4jolv8iGYPv0qfqACRD/tlmNLlRFWEJYZB8LK6HPIRude7gzmg8DybF0R5IuJbmh9zC d0qNXktlCAQmDFyHATBlAupbrA513xV4U1TgnASwcIFB56ivsT/RU/BILgzuaiXAxsUY roJg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id m19si166289wmd.2.2017.10.06.03.34.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Oct 2017 03:34:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id v96AYTKR008354 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 6 Oct 2017 12:34:34 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH 0/4] Simple smoke test for QEMU Date: Fri, 6 Oct 2017 13:34:18 +0300 Message-Id: <20171006103422.25393-1-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.4 X-TUID: KlW5kfgAUu5B 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