test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v1 1/3] framework main: add dep folder as default path
@ 2016-03-11  7:43 Yong Liu
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Yong Liu @ 2016-03-11  7:43 UTC (permalink / raw)
  To: dts

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-11  7:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-11  7:43 [dts] [PATCH v1 1/3] framework main: add dep folder as default path Yong Liu
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

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).