From: Francis Deslauriers Date: Wed, 14 Mar 2018 20:18:43 +0000 (-0400) Subject: jjb: lava: kprobe-fuzzing: Don't setup lttng env X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=efb6b48eec7305d52bf7d377bc967a61c0d305f1;p=lttng-ci.git 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 --- 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'))