Skip to content

Commit

Permalink
Integrate ptf into buildimage (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-pritsak authored and lguohan committed Dec 8, 2016
1 parent dd9389f commit 9095ea0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@
[submodule "src/sonic-snmpagent"]
path = src/sonic-snmpagent
url = https://github.com/Azure/sonic-snmpagent
[submodule "src/ptf"]
path = src/ptf
url = https://github.com/p4lang/ptf.git
5 changes: 5 additions & 0 deletions rules/ptf.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ptf package

PTF = python-ptf_0.9-1_all.deb
$(PTF)_SRC_PATH = $(SRC_PATH)/ptf
SONIC_DPKG_DEBS += $(PTF)
1 change: 1 addition & 0 deletions src/ptf
Submodule ptf added at ec3343

0 comments on commit 9095ea0

Please sign in to comment.