From 1b6242fc583a6b871304fb995af6dc211b58f69b Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:48:23 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- recipes-networking/dpdk/files/runtest.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-networking/dpdk/files/runtest.patch (limited to 'recipes-networking/dpdk/files/runtest.patch') diff --git a/recipes-networking/dpdk/files/runtest.patch b/recipes-networking/dpdk/files/runtest.patch new file mode 100644 index 0000000..0432fb7 --- /dev/null +++ b/recipes-networking/dpdk/files/runtest.patch @@ -0,0 +1,20 @@ +Adapt test output. + +Signed-off-by: Costin Popescu +Upstream-Status: Pending + +diff --git a/app/test/autotest_runner.py b/app/test/autotest_runner.py +index af225ff..33b776a 100644 +--- a/app/test/autotest_runner.py ++++ b/app/test/autotest_runner.py +@@ -267,6 +267,10 @@ class AutotestRunner: + # if test failed and it wasn't a "start" test + if test_result < 0 and not i == 0: + self.fails += 1 ++ if test_result < 0: ++ print "FAIL: %s" % test_name ++ else: ++ print "PASS: %s" % test_name + + # collect logs + self.log_buffers.append(log) -- cgit v1.2.3-54-g00ecf