'make check' fails now on both master and api-next.
FAIL: ../../test/common_plat/validation/api/traffic_mngr/traffic_mngr ===================================================================== ./../../test/common_plat/validation/api/traffic_mngr/traffic_mngr.sh: 15: ./../../test/common_plat/validation/api/traffic_mngr/traffic_mngr.sh: ../../test/common_plat/validation/traffic_mngr_main: not found I suspect that this patch breaks it. There's a bug report on this issue https://bugs.linaro.org/show_bug.cgi?id=2969 Please, fix ASAP since it blocks rest of the make check run on both branches. -Petri > -----Original Message----- > From: lng-odp [mailto:[email protected]] On Behalf Of > Github ODP bot > Sent: Thursday, April 20, 2017 3:00 AM > To: [email protected] > Subject: [lng-odp] [PATCH] test: tm: use script instead of binary when > calling traffic manager test > > From: Dmitry Eremin-Solenikov <[email protected]> > > Since 51e3b8776b78180741fa57a621f9d13b9ae8bbfb tm test received wrapper > script checking if it is run under Travis CI. However linux-generic > testsuite was not updated to call script instead of binary, resulting in > test failures. > > Signed-off-by: Dmitry Eremin-Solenikov <[email protected]> > --- > /** Email created from pull request 15 (lumag:fix-tmgr) > ** https://github.com/Linaro/odp/pull/15 > ** Patch: https://github.com/Linaro/odp/pull/15.patch > ** Base sha: 5622f689653013b317842386a1aed81dd81fe749 > ** Merge commit sha: d52fad48d4e87f9a79fadb0d6dc217f5bed9b187 > **/ > test/linux-generic/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/linux-generic/Makefile.am b/test/linux- > generic/Makefile.am > index 0522550..38516a4 100644 > --- a/test/linux-generic/Makefile.am > +++ b/test/linux-generic/Makefile.am > @@ -30,7 +30,7 @@ TESTS = validation/api/pktio/pktio_run.sh \ > $(ALL_API_VALIDATION_DIR)/thread/thread_main$(EXEEXT) \ > $(ALL_API_VALIDATION_DIR)/time/time_main$(EXEEXT) \ > $(ALL_API_VALIDATION_DIR)/timer/timer_main$(EXEEXT) \ > - > $(ALL_API_VALIDATION_DIR)/traffic_mngr/traffic_mngr_main$(EXEEX > T) \ > + $(ALL_API_VALIDATION_DIR)/traffic_mngr/traffic_mngr.sh \ > $(ALL_API_VALIDATION_DIR)/shmem/shmem_main$(EXEEXT) \ > $(ALL_API_VALIDATION_DIR)/system/system_main$(EXEEXT) \ > ring/ring_main$(EXEEXT)
