From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [kvm-unit-tests PATCH] Use /bin/env in shebang to make scripts more portable Date: Fri, 17 Mar 2017 12:18:37 +0100 Message-ID: <4fb7bcae-4963-dbbe-d645-b866c99339aa@redhat.com> References: <20170315102550.GA44201@Sergeys-MacBook-Pro-2.local> <29e0ed97-d18a-acf8-2483-5c53db9ca053@redhat.com> <20170317051122.GA61717@Sergeys-MacBook-Pro-2.local> <9bcf5946-dd02-c312-0b00-3dcb09568fda@redhat.com> <20170317111118.GA67603@Sergeys-MacBook-Pro-2.local> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Sergey Bronnikov , Thomas Huth Return-path: Received: from mail-wm0-f66.google.com ([74.125.82.66]:35075 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751097AbdCQLTk (ORCPT ); Fri, 17 Mar 2017 07:19:40 -0400 Received: by mail-wm0-f66.google.com with SMTP id z133so2728928wmb.2 for ; Fri, 17 Mar 2017 04:18:39 -0700 (PDT) In-Reply-To: <20170317111118.GA67603@Sergeys-MacBook-Pro-2.local> Sender: kvm-owner@vger.kernel.org List-ID: On 17/03/2017 12:11, Sergey Bronnikov wrote: >>> OpenBSD >> Ok, then I'd say this patch simply does not make sense. We're talking >> about kvm-unit-tests here - and KVM is pretty much Linux-only as far as >> I know. > according to description on the project page: > "Unit tests provide KVM and virtual hardware functional testing by > targeting the features through minimal implementations of their use per > the hardware specification." > http://www.linux-kvm.org/page/KVM-unit-tests > So testsuite is applicable to any virtual machine with hardware > emulation. OpenBSD has QEMU in ports and it's own hypervisor vmd(8) > (http://man.openbsd.org/vmd). It would be perfect to use testsuite > for regression testing of these hypervisors on OpenBSD too. I agree with Sergey. Most unit tests in kvm-unit-tests are not limited to KVM, though some are. Otherwise, the tests would be in linux.git rather than a separate repo. I'm not sure if it makes sense to have a test driver for vmd, but that would be welcome as well (with the caveat that I would not use it). Paolo