From efb6b48eec7305d52bf7d377bc967a61c0d305f1 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Wed, 14 Mar 2018 16:18:43 -0400 Subject: [PATCH] jjb: lava: kprobe-fuzzing: Don't setup lttng env We now use the debugfs interface to enable kprobe events, so we don't need to setup an LTTng env anymore. Signed-off-by: Francis Deslauriers --- scripts/system-tests/lava-submit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/system-tests/lava-submit.py b/scripts/system-tests/lava-submit.py index 4ee7077..62df12b 100644 --- a/scripts/system-tests/lava-submit.py +++ b/scripts/system-tests/lava-submit.py @@ -463,7 +463,6 @@ def main(): print('Tests runs need -uc/--ust-commit options. Exiting...') return -1 j['actions'].append(get_config_cmd('kvm')) - j['actions'].append(get_env_setup_cmd('kvm', args.tools_commit, args.ust_commit)) j['actions'].append(get_kprobes_generate_data_cmd()) j['actions'].append(get_kprobes_test_cmd()) j['actions'].append(get_results_cmd(stream_name='tests-kernel')) -- 2.34.1