From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0CAC5A00E6 for ; Thu, 8 Aug 2019 10:41:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E1061F04; Thu, 8 Aug 2019 10:41:04 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 53006A69 for ; Thu, 8 Aug 2019 10:41:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Aug 2019 01:41:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="174785523" Received: from dpdk-lihong-ub1604.sh.intel.com ([10.67.119.68]) by fmsmga008.fm.intel.com with ESMTP; 08 Aug 2019 01:41:01 -0700 From: lihong To: dts@dpdk.org Cc: lihong Date: Thu, 8 Aug 2019 09:17:57 +0800 Message-Id: <1565227077-8246-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1] tests/vhost_event_idx_interrupt: flush output buffer before launch l3fwd X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: lihong --- tests/TestSuite_vhost_event_idx_interrupt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestSuite_vhost_event_idx_interrupt.py b/tests/TestSuite_vhost_event_idx_interrupt.py index 24cd066..2d0bc38 100644 --- a/tests/TestSuite_vhost_event_idx_interrupt.py +++ b/tests/TestSuite_vhost_event_idx_interrupt.py @@ -111,6 +111,7 @@ class TestVhostEventIdxInterrupt(TestCase): command_line_client = command_client % ( self.core_mask_l3fwd, self.dut.get_memory_channels(), vdev_info, port_info, config_info) + self.vhost.get_session_before(timeout=2) self.vhost.send_expect(command_line_client, "POWER", 40) time.sleep(10) out = self.vhost.get_session_before() -- 2.7.4