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
'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",