Fix: lava2: attach test case is not supported
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 22 May 2019 15:27:49 +0000 (11:27 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 22 May 2019 15:27:49 +0000 (11:27 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lava/system-tests/raw-syscall-getpid.yml
lava/system-tests/success-dup-close.yml
scripts/system-tests/lava2-submit.py

index 5c8623b07e7243a336dc6d1d3d9b4b1bb82e0ce9..c31ab401368f32aa02b9b2752c3e114e7c60298d 100644 (file)
@@ -18,7 +18,6 @@ run:
                 - pushd $BENCHMARK_DIR
                 - lava-test-case build-benchmarks --shell "make"
                 - lava-test-case run-benchmarks --shell "./run.sh raw-syscall-getpid sys_getpid"
-                - lava-test-case-attach run-benchmarks "./results.csv"
                 - popd
                 - python3 ./ci/scripts/system-tests/parse-results.py $BENCHMARK_DIR/results.csv
                 - mv ./processed_results.csv ./processed_results_raw_syscall_getpid.csv
index a92d9beb017dc0725580d1baa93078d3fed8d7f0..1b5ae3668ec4c41273ee873c72531661baa1eda4 100644 (file)
@@ -18,7 +18,6 @@ run:
                 - pushd $BENCHMARK_DIR
                 - lava-test-case build-benchmarks --shell "make"
                 - lava-test-case run-benchmarks --shell "./run.sh success-dup-close sys_close,sys_dup"
-                - lava-test-case-attach run-benchmarks "./results.csv"
                 - popd
                 - python3 ./ci/scripts/system-tests/parse-results.py $BENCHMARK_DIR/results.csv
                 - mv ./processed_results.csv ./processed_results_dup_close.csv
index 75b5a379614893fe78fd92877b236fa6b56638d1..2fa8145bf0c7cac175c099a0c61c3bb12bcc78f2 100644 (file)
@@ -99,6 +99,7 @@ def fetch_benchmark_results(build_id):
                  'processed_results_lttng_test_filter.csv']
     for testcase in testcases:
         url = urljoin(OBJSTORE_URL, "{:s}/{:s}".format(build_id, testcase))
+        print('Fetching {}'.format(url))
         urlretrieve(url, testcase)
 
 def print_test_output(server, job):
This page took 0.025134 seconds and 4 git commands to generate.