jjb: lava: Move kprobe test to different test shell
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 15 Aug 2017 15:30:49 +0000 (11:30 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 16 Aug 2017 16:36:05 +0000 (12:36 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
scripts/lttng-baremetal-tests/lava-submit.py

index fc8cd3f267d9b5ce4f36a57e33f2229224ed8cbe..834cc4433c99ffde85d30a42a296fab367572756 100644 (file)
@@ -259,7 +259,17 @@ def get_kvm_tests_cmd():
                     'git-repo': 'https://github.com/lttng/lttng-ci.git',
                     'revision': 'master',
                     'testdef': 'lava/baremetal-tests/destructive-tests.yml'
-                },
+                }
+                ],
+            'timeout': 18000
+            }
+        })
+    return command
+def get_kprobes_test_cmd():
+    command = OrderedDict({
+        'command': 'lava_test_shell',
+        'parameters': {
+            'testdef_repos': [
                 {
                     'git-repo': 'https://github.com/lttng/lttng-ci.git',
                     'revision': 'master',
@@ -427,6 +437,7 @@ def main():
         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_kvm_tests_cmd())
+        j['actions'].append(get_kprobes_test_cmd())
         j['actions'].append(get_results_cmd(stream_name='tests-kernel'))
     else:
         assert False, 'Unknown test type'
This page took 0.040674 seconds and 4 git commands to generate.