From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb0-f171.google.com (mail-yb0-f171.google.com [209.85.213.171]) by dpdk.org (Postfix) with ESMTP id B132A2BD8 for ; Wed, 31 May 2017 07:51:02 +0200 (CEST) Received: by mail-yb0-f171.google.com with SMTP id 132so1383263ybq.1 for ; Tue, 30 May 2017 22:51:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=kTqtwEeMuZD04zA0ngIoCYWg0J0TWJCVXe7E/eSbFQE=; b=UTY1UFICn92yeZ5oPeFCHI/k0ZZEtxZ1wK0HKWItAovQR8ynSW6bwTZMZmBTQYJ8Ym LuhDJUhpSVrLaavxwouPOuvB0r38W6qHiiLy5uiDhzTLgbre83cGQMHI0yBZRdmKY8SN mYq4JTae8TAY6tohcQdaVfMEpD2NgIyYvhh165vAV9hjj4wye0jHRNTHB5vPTTvIkgC6 XXxyNJQWE3g4VookQQo2P2EOrXoiYvu44K3tRA+6uV3Zgh8N+bhVBT544lm96Ekz3vJq kkpx5oa5GNyG8sj1N9G12FevPaVxfMB0SBu7h/vb5rU6qeD2zzTZ/OKrRUaGYxQ+8WK6 ISLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=kTqtwEeMuZD04zA0ngIoCYWg0J0TWJCVXe7E/eSbFQE=; b=BHHlmvrsBgEVUErc1oXhyW2oIfLQHoui/fJAkkkTNZH2sFEnvrsOJcVcHHuVo5RmKq eZBiJLmBXyUNAKeYKsH08kXnhJFFxMuLlxKmqd65Rik1S0U4CxClpDyx6uuDcvSwJifh M0HF1nuknhshU5Dv0EIhnS5yRRXhkFdLrtNk97+lavH0/caZ1MKKPXQHlBTUKEDzwGZL xrb/l62uj46KK2E6E3Gkc1g+dCJ/E9VuezwADhO8cE7DDnSfb4PvvxIuoxBq2MdBxnSh ORAPPSZE49LgvPR4TPmyVyml2U01jNNNjLvEFY4a7eX2z9Qk1kls2fz+P2tv+XGnFMsB a2Sw== X-Gm-Message-State: AODbwcBA80Q0bsGouguh73RVXEtgdBITNEnAku3ml08SHpHMN4gtXkm4 m5d1j6Znrf3BON70IZoAA8WAfPa9UDy3 X-Received: by 10.37.128.203 with SMTP id c11mr4376332ybm.30.1496209861790; Tue, 30 May 2017 22:51:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.125.196 with HTTP; Tue, 30 May 2017 22:51:01 -0700 (PDT) From: Sandeep Sandy Date: Wed, 31 May 2017 11:21:01 +0530 Message-ID: To: dts@dpdk.org Content-Type: multipart/alternative; boundary="089e08230db05252d50550cb8151" Subject: [dts] Failing to parse configuration file 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: , X-List-Received-Date: Wed, 31 May 2017 05:51:03 -0000 --089e08230db05252d50550cb8151 Content-Type: text/plain; charset="UTF-8" Hi All, I am a naive user, The* following error is encountered* on triggering the test suite. kindly help me, am i missing something ? -------------------------------------------------- Traceback (most recent call last): File "./main.py", line 159, in args.debug, args.debugcase, args.commands) File "/root/sandeep/DPDK/dts/framework/dts.py", line 481, in run_all raise ConfigParseException(config_file) exception.ConfigParseException: Faile to parse config file [execution.cfg] ------------------------------------------------------ *snap of execution.cfg file:* ----------------------------------------------------- [root@hobbes dts]# cat executions/execution.cfg [Execution1] crbs=10.193.186.216 drivername=igb_uio test_suites=cmdline,hello_world,multiprocess,timer targets=x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true [Execution2] crbs=10.193.186.214 drivername=igb_uio test_suites=l2fwd,l3fwd,pmd targets=x86_64-native-linuxapp-gcc parameters=nic_type=niantic:perf=true ------------------------------------------------------------- *change set:*------------------------------------------ commit 924c30b603b61aa99f9a452a3220b41a87c2b4d7 Author: xu,huilong Date: Tue May 23 14:31:03 2017 +0800 Thanks Sandeep --089e08230db05252d50550cb8151 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi All,

I am a naive user, The= following error is encountered on triggering the test suite.
kindly help me, am i missing something ?

--------= ------------------------------------------
Traceback (most recent call l= ast):
=C2=A0 File "./main.py", line 159, in <module>
= =C2=A0=C2=A0=C2=A0 args.debug, args.debugcase, args.commands)
=C2=A0 Fil= e "/root/sandeep/DPDK/dts/framework/dts.py", line 481, in run_all=
=C2=A0=C2=A0=C2=A0 raise ConfigParseException(config_file)
exception= .ConfigParseException: Faile to parse config file [execution.cfg]
------= ------------------------------------------------

snap of ex= ecution.cfg file:
--------------------------------------------------= ---
[root@hobbes dts]# cat executions/execution.cfg
[Execution1]
= crbs=3D10.193.186.216
drivername=3Digb_uio
test_suites=3Dcmdline,hell= o_world,multiprocess,timer
targets=3Dx86_64-native-linuxapp-gcc
param= eters=3Dnic_type=3Dcfg:func=3Dtrue

[Execution2]
crbs=3D10.193.186= .214
drivername=3Digb_uio
test_suites=3Dl2fwd,l3fwd,pmd
targets=3D= x86_64-native-linuxapp-gcc
parameters=3Dnic_type=3Dniantic:perf=3Dtrue-------------------------------------------------------------

change set:
------------------------------------------
commi= t 924c30b603b61aa99f9a452a3220b41a87c2b4d7
Author: xu,huilong <huilongx.xu@intel.com>
Date:= =C2=A0=C2=A0 Tue May 23 14:31:03 2017 +0800

Thanks
Sandeep

--089e08230db05252d50550cb8151--