jjb: lava: kprobe-fuzzing: Don't setup lttng env
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 14 Mar 2018 20:18:43 +0000 (16:18 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 14 Mar 2018 20:18:43 +0000 (16:18 -0400)
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 <francis.deslauriers@efficios.com>
scripts/system-tests/lava-submit.py

index 4ee70779a228c332c865a2a4c6f7650c567e5bce..62df12b171bbd39d9b0fd89d3327a9e7573f4ffc 100644 (file)
@@ -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'))
This page took 0.024318 seconds and 4 git commands to generate.