From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id 4713AB6AB for ; Fri, 3 Apr 2015 21:28:36 +0200 (CEST) Received: by paboj16 with SMTP id oj16so43696984pab.0 for ; Fri, 03 Apr 2015 12:28:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=401oYRQgaTGmlyCnQTTFqGo+qoNoxf4D5XbSVCmf+cw=; b=0df+sHA/GESP+nXm8Ao82qLy/zi2faU3JLjhknyR2IGwpwYJMqR2fA39WuFRzBHmaD RxwNZ+NUHW6A2Tc4k4nS0Bi19Q+vpiLDh4mUZpG5S8TvmUz7bkZM0EdSVuPPwLCDcdOl G5M+wrMo/CE4hRNhxsZFEIT/cIHspZV8JlcVex6d4X58dbK8lrEGqbRoCVxcxa8N2INi GprUF0jSNmgqpkZD0MX+PWj7Sh29YmrLEtc+qvb6ab1NKJZwqNSGzhO6HCsigou/IszN SiTbnLW/Xm0z1Y0BcApZUgIMk8KXb4tOzlKinKUAR5PINGZsMhwnJXhl4mQkOJiIDWz2 2Sog== MIME-Version: 1.0 X-Received: by 10.70.96.194 with SMTP id du2mr6841217pdb.108.1428089315649; Fri, 03 Apr 2015 12:28:35 -0700 (PDT) Received: by 10.70.123.2 with HTTP; Fri, 3 Apr 2015 12:28:35 -0700 (PDT) Date: Fri, 3 Apr 2015 12:28:35 -0700 Message-ID: From: Ravi Kerur To: "dev@dpdk.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Q on "make test" 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: Fri, 03 Apr 2015 19:28:36 -0000 dpdk experts, I am running into issue with "make test" on Ubuntu x86_64 (12.04 and 14.04). i had this working when I tested couple of months back so I am not sure what steps I am missing, inputs appreciated. I have cloned latest code from dpdk.org/dpdk and did following things 1. make config T=x86_64-native-linuxapp-gcc 2. make install T=x86_64-native-linuxapp-gcc 3. make all T=x86_64-native-linuxapp-gcc 4. make test T=x86_64-native-linuxapp-gcc /home/rkerur/dpdk-tmp/dpdk/build/app/test -c f -n 4 Test name Test result Test Total ================================================================================ Start group_1: Fail [No prompt] [00m 00s] Timer autotest: Fail [No prompt] [00m 00s] Debug autotest: Fail [No prompt] [00m 00s] Errno autotest: Fail [No prompt] [00m 00s] Meter autotest: Fail [No prompt] [00m 00s] Common autotest: Fail [No prompt] [00m 00s] ... (All 52 cases fail) RTE_SDK is set to /home/rkerur/dpdk-tmp/dpdk. Sometimes running "make test" after "make install T=x86_64-native-linuxapp-gcc" gets following errors home/rkerur/dpdk-tmp/dpdk# make test T=x86_64-native-linuxapp-gcc No test found, please do a 'make build' first, or specify O= /home/rkerur/dpdk-tmp/dpdk# make build make: `build' is up to date. /home/rkerur/dpdk-tmp/dpdk# Errors go away after I run "make all" Thanks, Ravi