From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 6C6CC47D1 for ; Wed, 25 May 2016 13:41:05 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id n129so59141948wmn.1 for ; Wed, 25 May 2016 04:41:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=pOjJkHkMz1y5Ijp/axP71BZ9wx8hLL/UTFQctJEVm9M=; b=Qz0giMI7mfEAeXnxGh6Ba6vFkkF1H/dT+jivTwAiUOb3SoSFvI3AnJ0I16MZg6vz89 FZQA00XpKSqPsWgqMCmGSo2s3TpTCQ9u6O3FLG/WxT6UXgJq6678wnhCB2YnDZcL2BsI qyvp/eQ6BPi5MP8gAM+Fwn4hbIeyujzOdv+ir26eWOjXMFY99L1zebnD7Mt1BYUM6b03 VzmRi5XiBVlXrUvxqFjhTV7eV8H+Rhue64P3kT9/H/kT5YfmVMCCjhR0SnoV48+W7lVY 6+cfPQt9064TigCCM1llivw7uGARQ5Uwdi8yK8Gsog2P8pUZnL9JQJp/pSyo9LebDHg1 xEEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=pOjJkHkMz1y5Ijp/axP71BZ9wx8hLL/UTFQctJEVm9M=; b=IM/PWNp04O7e5Z/tMxSwYUD7J6bwBOcFKlf0a1SDtfW2UZef0umxeYLLK2XSWpnjay rGpG//wjqc8wFHLsSA+Z9WHYoxSah6K/xEMhPu74zZb9JOGi8KgTmZSY1SKsP194wMui I8R87egWXFV67nyVNLjUUEVq7UHcPbAsMNDAGI0JAlMIDCbIwYOhCTtQmr3KLv19E+sv 5lruqgYPC72ExZQc2b0KpgZGFO1hTSWvGdiSG2+EHgszNL0YcLiDTCr4af59kwwcQDsV tcu24AUbs0p2RAb8NL44vJvAhE8DuobYKszHUb/uyEp1wKPZs3gtB5ox/Qwj1fftkqt0 7dTg== X-Gm-Message-State: ALyK8tIzBXtrFHXKyhPxmf7TIiPzwJ4Y4FJ88b3bPTIIQLos1CwxLXD+dVFi53Et78E6AV6H X-Received: by 10.28.96.10 with SMTP id u10mr2352926wmb.93.1464176465188; Wed, 25 May 2016 04:41:05 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id d195sm2252658wmd.12.2016.05.25.04.41.04 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 May 2016 04:41:04 -0700 (PDT) From: Thomas Monjalon To: "Kantecki, Tomasz" Cc: "Dumitrescu, Cristian" , dev@dpdk.org Date: Wed, 25 May 2016 13:41:03 +0200 Message-ID: <17438858.1XjK0Grm1a@xps13> User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <2017180.gcuZq2Skul@xps13> <3EB4FA525960D640B5BDFFD6A3D89126479EC622@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] fast red autotest X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2016 11:41:05 -0000 2016-05-25 11:06, Kantecki, Tomasz: > I had a quick look through these tests and it will need some effort to rework them to run in shorter time. > I agree to remove this suite from the fast_test as long as it gets exercised in other test paths. Is it possible to split them in - short functional tests - long run / perf tests ? So we could keep some basic tests in fast_test. I expect that tests which are not part of fast_test won't be run often or in enough various environments.