From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by passt.top (Postfix) with ESMTP id E408A5A005E for ; Thu, 17 Nov 2022 08:25:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1668669947; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rjFQxHp1KvpDFKLlGOLFcQCkfBv+XFgUrRs0gt9N25A=; b=iB0pv3J3JWbOEn/qc5bBKsNRtkgS+WzSW0ikA84A+NI5HlcbMGz3oeJsBr1CurdliDWTNN LPhJ2wwQf6MwA+ad0l67Fd3Iat8hy704ygGGN20zjEHyzQInecOfgX/Ft0bmCqTEW6Gq8m IKKn9PCR0FYGZRs89YL4pyOzl7/WIKE= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-645-ZJhKEwolM4yMuYScpGlQfg-1; Thu, 17 Nov 2022 02:25:46 -0500 X-MC-Unique: ZJhKEwolM4yMuYScpGlQfg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 304591C068C4; Thu, 17 Nov 2022 07:25:46 +0000 (UTC) Received: from maya.cloud.tilaa.com (ovpn-208-8.brq.redhat.com [10.40.208.8]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F00E040C83AA; Thu, 17 Nov 2022 07:25:45 +0000 (UTC) Date: Thu, 17 Nov 2022 08:25:43 +0100 From: Stefano Brivio To: David Gibson Subject: Re: [PATCH] test/lib/test: Clean up iperf3 JSON files before starting the server Message-ID: <20221117082543.6cd798a7@elisabeth> In-Reply-To: References: <20221116135331.248003-1-sbrivio@redhat.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: 4VLFJHLFLN4XN73SPAC44UIBGYCHDRLT X-Message-ID-Hash: 4VLFJHLFLN4XN73SPAC44UIBGYCHDRLT X-MailFrom: sbrivio@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: passt-dev@passt.top X-Mailman-Version: 3.3.3 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Thu, 17 Nov 2022 10:02:03 +1100 David Gibson wrote: > On Wed, Nov 16, 2022 at 02:53:31PM +0100, Stefano Brivio wrote: > > ...instead of doing it after the test. Now that we have pre-built > > guest images, we might also have old JSON files from previous, > > interrupted test runs. > > > > Signed-off-by: Stefano Brivio > > Reviewed-by: David Gibson > > Even better would be to put those in the STATEDIR, of course. Oops, right, I keep forgetting about that one too. -- Stefano