From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7008446828784910336 X-Received: by 2002:aa7:d7d5:: with SMTP id e21mr23157119eds.27.1632742298187; Mon, 27 Sep 2021 04:31:38 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6402:65a:: with SMTP id u26ls3942746edx.2.gmail; Mon, 27 Sep 2021 04:31:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzWkq+Kd5HniSLmDPGmUGMNHsQM9VOM4NSmhYhwNzgfYdiUtce2l/Kz7oNEpBXs4Z099j4x X-Received: by 2002:a50:9d82:: with SMTP id w2mr19284863ede.379.1632742297229; Mon, 27 Sep 2021 04:31:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632742297; cv=none; d=google.com; s=arc-20160816; b=KPnGqWLiE9ZONBI3iUAXI2zitXeZw8cV/in7WQJbejZx7dgXgKVUy+Q2HYx4whuPRs 48GM/OD1esRvNaSCzFVlPsvgGlr8dLIo/gMSwAQnG2C3GMrDCKSpOLS1GxwyS2/CqlmW xUW/CejN1kXYqDQgb3O+aDisAveuiYfGqJjRqPiwjmWaJ+2CAcWz5I+u+rcM24PzyL3Z KG9hYhCOb/gZhpYvjqToux8VL8np7wjyYPIqcAkLUykZJwYMZncYba9/uslZ86aoGteF 0Z2A0ldt9F8e2VcwbOLfnbEpQvxLktRw6F7MSTMHQNDOmPA6aKQpJeLfVVxLSWvXE0G2 xeKw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject; bh=kiA17g0LUQav6og8QVdsCvEOMfAUQ5RidT2vWPuMe8E=; b=ihq2K2zkrYPdyorao97AL1fl1AcaXYfdgXzbWwwsSmabfurMaqnvmGTVQf+sh9c7MC 5+V6ZaW3ch74V435JcRwsryQ3keIT8g3nD8T9x1jTnzSSZiAWU6ba+H5h30lMSdebe47 0r4jlAQIURruTe4+zHf368dGQLdMR9D3YDOjRnTE68uyG7cKVHg5ZWBmXKtHvg6YB5Vv IN93sOiHupwwAzljvTbSyTzi7QDuviIaKQ5MCFQ8KupOCI2TkdKn0rflWwQR5hK983m2 FOG+tRoFWgj8ioIPMXtsaRz8oxoDmunihmJ3bAv/4ml7qDMmirrcwrYsvRkvT3q1zE4+ I5GQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id l26si402844edw.2.2021.09.27.04.31.37 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 27 Sep 2021 04:31:37 -0700 (PDT) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [10.54.4.214] (leased-line-st-87-252-252-30.telecom.by [87.252.252.30]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 18RBVYd2004624 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 27 Sep 2021 13:31:34 +0200 Subject: Re: [PATCH v12 00/16] Update Avocado testsuite To: Henning Schild Cc: isar-users@googlegroups.com References: <20210917170033.74797-1-amikan@ilbers.de> <20210924141850.6cf5d6fd@md1za8fc.ad001.siemens.net> From: Anton Mikanovich Message-ID: Date: Mon, 27 Sep 2021 14:31:34 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210924141850.6cf5d6fd@md1za8fc.ad001.siemens.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TUID: C8+TZANS6jFf On 24.09.21 15:18, Henning Schild wrote: > Am Fri, 17 Sep 2021 20:00:17 +0300 > schrieb Anton Mikanovich : > >> This patchset provides implementation of build and vm_start tests >> functionality in Python with help of Avocado framework. >> Scripts ci_build and vm_smoke_test are rewritten to call Avocado. >> ci_build and vm_smoke_test are left for compatibility and >> should be replaced by direct avocado calls later. > What to stay compatible with? I think the old one should be dropped > right when the new one comes. Or do we maintain both wile we have both? > I am all for dropping the old and merging this rather soon. Because any > change made is likely to add tests ... and will have merge conflicts > with this not being in the tree yet. > > Henning I'm ok to remove old shell code, nobody would like to maintain both. Just send v13 without it and hope to merge the patchset in next days. -- Anton Mikanovich Promwad Ltd. External service provider of ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn, Germany +49 (89) 122 67 24-0 Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov