X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Flava-submit.py;h=62df12b171bbd39d9b0fd89d3327a9e7573f4ffc;hb=829730ddf34f53765cde98bdb23da79e18cc67b7;hp=94ecba2d0953c031c95ed69a223d4e2344cb41e4;hpb=0a52b238f5b04c41db90bb4a005ac4cb25b3a973;p=lttng-ci.git diff --git a/scripts/system-tests/lava-submit.py b/scripts/system-tests/lava-submit.py index 94ecba2..62df12b 100644 --- a/scripts/system-tests/lava-submit.py +++ b/scripts/system-tests/lava-submit.py @@ -267,6 +267,23 @@ def get_kvm_tests_cmd(): } }) return command + +def get_kprobes_generate_data_cmd(): + command = OrderedDict({ + 'command': 'lava_test_shell', + 'parameters': { + 'testdef_repos': [ + { + 'git-repo': 'https://github.com/lttng/lttng-ci.git', + 'revision': 'master', + 'testdef': 'lava/system-tests/kprobe-fuzzing-generate-data.yml' + } + ], + 'timeout': 60 + } + }) + return command + def get_kprobes_test_cmd(): command = OrderedDict({ 'command': 'lava_test_shell', @@ -446,7 +463,7 @@ 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')) else: