jjb: Replace open_enoent testcase for a more stable testcase
[lttng-ci.git] / scripts / lttng-baremetal-tests / lava-submit.py
index 77abff970b13e0d1946ec47d7506821fc1959b44..391cda30fc8f83369b07c65df9d649bb71b93d62 100644 (file)
@@ -70,7 +70,9 @@ def check_job_all_test_cases_state_count(server, job):
 # save them as CSV files localy
 def fetch_benchmark_results(server, job):
     content = get_job_bundle_content(server, job)
-    testcases = ['processed_results_close.csv', 'processed_results_open_enoent.csv', 'processed_results_open_efault.csv']
+    testcases = ['processed_results_close.csv',
+            'processed_results_open_efault.csv',
+            'processed_results_dup_close.csv']
 
     # The result bundle is a large JSON containing the results of every testcase
     # of the LAVA job as well as the files that were attached during the run.
@@ -195,7 +197,7 @@ def get_baremetal_benchmarks_cmd():
                 {
                     'git-repo': 'https://github.com/lttng/lttng-ci.git',
                     'revision': 'master',
-                    'testdef': 'lava/baremetal-tests/failing-open-enoent.yml'
+                    'testdef': 'lava/baremetal-tests/success-dup-close.yml'
                 }
                 ],
             'timeout': 18000
This page took 0.023338 seconds and 4 git commands to generate.