jjb: Add getpid testcase for Lava benchmark
[lttng-ci.git] / scripts / lttng-baremetal-tests / lava-submit.py
index 43fef56c1322404a4655d04023f9cb0e9d921f8a..b5025ef9a6ae744f9458b06ac3443e1c3550680e 100644 (file)
@@ -75,6 +75,7 @@ def fetch_benchmark_results(server, job):
             'processed_results_open_efault.csv',
             'processed_results_open_enoent.csv',
             'processed_results_dup_close.csv',
+            'processed_results_raw_syscall_getpid.csv',
             'processed_results_lttng_test_filter.csv']
 
     # The result bundle is a large JSON containing the results of every testcase
@@ -207,6 +208,11 @@ def get_baremetal_benchmarks_cmd():
                     'revision': 'master',
                     'testdef': 'lava/baremetal-tests/success-dup-close.yml'
                 },
+                {
+                    'git-repo': 'https://github.com/lttng/lttng-ci.git',
+                    'revision': 'master',
+                    'testdef': 'lava/baremetal-tests/raw-syscall-getpid.yml'
+                },
                 {
                     'git-repo': 'https://github.com/lttng/lttng-ci.git',
                     'revision': 'master',
This page took 0.02408 seconds and 4 git commands to generate.