From patchwork Mon Feb 29 17:26:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 63233 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp1374845lbc; Mon, 29 Feb 2016 09:27:15 -0800 (PST) X-Received: by 10.107.149.18 with SMTP id x18mr23951090iod.170.1456766835683; Mon, 29 Feb 2016 09:27:15 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id l27si31557971iod.171.2016.02.29.09.27.14; Mon, 29 Feb 2016 09:27:15 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id C84C86174B; Mon, 29 Feb 2016 17:27:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 8FFE86161B; Mon, 29 Feb 2016 17:27:10 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id CB3A761620; Mon, 29 Feb 2016 17:27:08 +0000 (UTC) Received: from mail-qk0-f170.google.com (mail-qk0-f170.google.com [209.85.220.170]) by lists.linaro.org (Postfix) with ESMTPS id 1FB82610DE for ; Mon, 29 Feb 2016 17:27:08 +0000 (UTC) Received: by mail-qk0-f170.google.com with SMTP id o6so59149860qkc.2 for ; Mon, 29 Feb 2016 09:27:08 -0800 (PST) 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; bh=xOBJlXS+mveMFadkCR1J9MFUhnGHy8MvcbPmHTqW8Z8=; b=UophJ5xcsIXlcdEuvi6trphxeKhSt6d/pIXi14q9q8nlNGlsaZrFbQvoRJvLhu50lV iBnuBicG4mS8f9JU5HfIQ0ChDTUUkfOI1pYVMNfSZjPoDTTwJUuSAUwFJFtuKnOnQIBU NcZxgaKzUb8jo9vkdggzv9ZnuYEDkJgBZbt+X8YJMm/7NwatYR8Gzsvr1FSESTrjWO1t eC4HF8gNqchutddj6a8yzDXT6viNROhcYYJ2IOfvYil8TTkM15uNQUaaVFe9L6Dx4YAp rl9daJIKBM0MrNLwrd0yDh0UtGngYjCOqyod6MaIjeQavzr/i+KBHO7InoHqRFN/mFPL MguQ== X-Gm-Message-State: AD7BkJLUQ6Cs2F3vYSO25Hy23kO64QYU0OkHjxCAr7s/fMNEnaHY2ZIFtCZz81/+N//4zTUPa8o= X-Received: by 10.55.78.70 with SMTP id c67mr20503448qkb.37.1456766827835; Mon, 29 Feb 2016 09:27:07 -0800 (PST) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id 94sm4642071qgj.10.2016.02.29.09.27.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 29 Feb 2016 09:27:07 -0800 (PST) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Mon, 29 Feb 2016 12:26:43 -0500 Message-Id: <1456766803-5984-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCH] linux-generic: test: add traffic manager to validation X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Mike Holmes --- This now runs the TM test as part of make check, but it fails platform/linux-generic/test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/linux-generic/test/Makefile.am b/platform/linux-generic/test/Makefile.am index 4bf24cb..45c2293 100644 --- a/platform/linux-generic/test/Makefile.am +++ b/platform/linux-generic/test/Makefile.am @@ -29,6 +29,7 @@ TESTS = pktio/pktio_run \ ${top_builddir}/test/validation/thread/thread_main$(EXEEXT) \ ${top_builddir}/test/validation/time/time_main$(EXEEXT) \ ${top_builddir}/test/validation/timer/timer_main$(EXEEXT) \ + ${top_builddir}/test/validation/traffic_mngr/traffic_mngr_main$(EXEEXT) \ ${top_builddir}/test/validation/shmem/shmem_main$(EXEEXT) \ ${top_builddir}/test/validation/system/system_main$(EXEEXT)