test suite reviews and discussions
 help / color / mirror / Atom feed
From: Yong Liu <yong.liu@intel.com>
To: dts@dpdk.org
Subject: [dts] [PATCH v1 1/3] framework main: add dep folder as default path
Date: Fri, 11 Mar 2016 15:43:14 +0800	[thread overview]
Message-ID: <1457682196-10851-1-git-send-email-yong.liu@intel.com> (raw)

Add dep folder into python default path, scapy layers will be loaded
from dep folder.

Signed-off-by: Marvin Liu <yong.liu@intel.com>

diff --git a/framework/main.py b/framework/main.py
index 0760c95..9e9c45c 100755
--- a/framework/main.py
+++ b/framework/main.py
@@ -44,6 +44,7 @@ cwd = os.getcwd()
 sys.path.append(cwd + '/nics')
 sys.path.append(cwd + '/framework')
 sys.path.append(cwd + '/tests')
+sys.path.append(cwd + '/dep')
 
 import dts
 
-- 
1.9.3

             reply	other threads:[~2016-03-11  7:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-11  7:43 Yong Liu [this message]
2016-03-11  7:43 ` [dts] [PATCH v1 2/3] dep nvgre: fix nvgre protocal can't analyze Yong Liu
2016-03-11  7:43 ` [dts] [PATCH v1 3/3] tests nvgre: fix nvgre chksum detect issue Yong Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1457682196-10851-1-git-send-email-yong.liu@intel.com \
    --to=yong.liu@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).