summaryrefslogtreecommitdiffstats
path: root/recipes-test/openvswitchdpdk-oftest/openvswitchdpdk-oftest.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:48:23 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:48:23 +0200
commit1b6242fc583a6b871304fb995af6dc211b58f69b (patch)
treeb5d434d90dedae24792906aa304897c23a134386 /recipes-test/openvswitchdpdk-oftest/openvswitchdpdk-oftest.bb
downloadmeta-ip-daisy-enea.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-test/openvswitchdpdk-oftest/openvswitchdpdk-oftest.bb')
-rw-r--r--recipes-test/openvswitchdpdk-oftest/openvswitchdpdk-oftest.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-test/openvswitchdpdk-oftest/openvswitchdpdk-oftest.bb b/recipes-test/openvswitchdpdk-oftest/openvswitchdpdk-oftest.bb
new file mode 100644
index 0000000..e4b27d3
--- /dev/null
+++ b/recipes-test/openvswitchdpdk-oftest/openvswitchdpdk-oftest.bb
@@ -0,0 +1,20 @@
1SUMMARY = "DPDK vSwitch - OFTest"
2DESCRIPTION = "OFTest based testing for DPDK vSwitch"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://README;md5=6b96a2f1b1ba742aadcc58002f3e9351 \
5 "
6RDEPENDS_${PN} = "oftest openvswitchdpdk dpdk python-scapy"
7
8PR = "r0"
9PV = "1.0"
10
11SRC_REV = "1.0-r0"
12SRC_URI = "file://README \
13 file://run-ptest \
14 "
15
16S = "${WORKDIR}"
17B = "${S}"
18
19inherit ptest
20