From e8913bd86153e8d8d8e21e6541fdb5d637940266 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 16 Apr 2012 11:19:15 -0400 Subject: [PATCH] Remove useless test and fix message output Signed-off-by: David Goulet --- tests/run-report.py | 2 +- tests/test_list.py | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/run-report.py b/tests/run-report.py index 0b67027de..af8ad16d3 100755 --- a/tests/run-report.py +++ b/tests/run-report.py @@ -288,7 +288,7 @@ def run_test(test): return 0 if not os.path.isfile(test['bin']): - print "Unable to find test file '%s'. Skipping" + print "Unable to find test file '%s'. Skipping" % (test['bin']) return 0 # No session daemon needed diff --git a/tests/test_list.py b/tests/test_list.py index 069429dfb..818f660a4 100644 --- a/tests/test_list.py +++ b/tests/test_list.py @@ -41,12 +41,6 @@ Tests = \ 'success': 0, 'enabled': True }, { - 'bin': "ust/nevents/run", 'daemon': True, 'kern': False, - 'name': "UST tracer - Generate multiple events", - 'desc': "Test multiple events during tracing", - 'success': 0, 'enabled': True - }, - { 'bin': "ust/high-throughput/run", 'daemon': True, 'kern': False, 'name': "UST tracer - Testing high events throughput", 'desc': "Test multiple large number of events with concurrent application", -- 2.34.1