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 F16405A0265 for ; Thu, 3 Nov 2022 07:36:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667457366; 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=j3zR72ipY/Xg3SNRfLvInJV+oh8qd7+lrp8DZLA/EDU=; b=G9F4iu2IfanEy2ZARj2A7OaM6ilL9e6dLrzELlPf2I+83YtLQm591uowwpOxL1T6brjpKH cH4vVKvn47GRfN5xsi9rSNQOm+rn6rMpxFxTLZZL3/RuYvCbpjXs8Fgx3rLe9pfX0KyYaj KlV6sS3CDjuCa11m5oycos1i9bWkjXI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-553-2o0KBkQGP2WBHCQlDUum9A-1; Thu, 03 Nov 2022 02:36:02 -0400 X-MC-Unique: 2o0KBkQGP2WBHCQlDUum9A-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B9B6A858282; Thu, 3 Nov 2022 06:36:01 +0000 (UTC) Received: from maya.cloud.tilaa.com (ovpn-208-31.brq.redhat.com [10.40.208.31]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8DAE440C6EE9; Thu, 3 Nov 2022 06:36:01 +0000 (UTC) Date: Thu, 3 Nov 2022 07:35:58 +0100 From: Stefano Brivio To: David Gibson Subject: Re: [PATCH v3 5/5] test: Add memory/passt test cases Message-ID: <20221103073558.603c7d20@elisabeth> In-Reply-To: References: <20221102231307.378109-1-sbrivio@redhat.com> <20221102231307.378109-6-sbrivio@redhat.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: TA2LXPMY6ZTNGTIBH7K3NMJLTC2WIPQV X-Message-ID-Hash: TA2LXPMY6ZTNGTIBH7K3NMJLTC2WIPQV 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, 3 Nov 2022 14:51:00 +1100 David Gibson wrote: > On Thu, Nov 03, 2022 at 12:13:07AM +0100, Stefano Brivio wrote: > > [...] > > > diff --git a/test/lib/layout_ugly b/test/lib/layout_ugly > > index 9397b7d..e8daaa4 100644 > > --- a/test/lib/layout_ugly > > +++ b/test/lib/layout_ugly > > @@ -81,3 +81,37 @@ layout_pasta_simple() { > > > > sleep 1 > > } > > + > > +# layout_memory() - Screen-scraped panes for memory usage tests, big guest pane > > +layout_memory() { > > + sleep 3 > > + > > + tmux kill-pane -a -t 0 > > + cmd_write 0 clear > > + > > + tmux split-window -h -l '35%' -t passt_test > > + tmux split-window -v -l '15%' -t passt_test > > I see you still have the unnecessary host side passt. If you don't > want to fold my patch to remove that, it would at least make sense to > put it in the same series, no? I left that in so that I could still reasonably apply your series, but sure, if you actually wanted me to fold that... done in v4. -- Stefano