From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B65BA2C72 for ; Mon, 6 Jul 2015 11:29:03 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 06 Jul 2015 02:29:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,414,1432623600"; d="scan'208";a="759068700" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 06 Jul 2015 02:29:01 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t669T0tJ009078; Mon, 6 Jul 2015 17:29:00 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t669SvID022282; Mon, 6 Jul 2015 17:28:59 +0800 Received: (from dayuqiu@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t669Svwv022278; Mon, 6 Jul 2015 17:28:57 +0800 From: Michael Qiu To: dts@dpdk.org Date: Mon, 6 Jul 2015 17:28:57 +0800 Message-Id: <1436174937-22247-1-git-send-email-michael.qiu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1436174358-21999-1-git-send-email-michael.qiu@intel.com> References: <1436174358-21999-1-git-send-email-michael.qiu@intel.com> Subject: [dts] [PATCH] Add folder Depends in settings 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: Mon, 06 Jul 2015 09:29:04 -0000 dep folder need to be set in settings Signed-off-by: Michael Qiu --- framework/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/settings.py b/framework/settings.py index 3a70804..54ccbb1 100644 --- a/framework/settings.py +++ b/framework/settings.py @@ -39,6 +39,7 @@ FOLDERS = { 'Framework': 'framework', 'Testscripts': 'tests', 'Configuration': 'conf', + 'Depends': 'dep', } """ -- 1.9.3