Skip to content

Commit

Permalink
v4l2:fluster: Merge fluster_parser.py call
Browse files Browse the repository at this point in the history
This patch allows rendering proper fluster_parser.py call from the Test
Action template. Currently the output TestJob definition has a following
step:

   - "./ssh_retry.sh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null\
     \ -i /home/cros/.ssh/id_rsa root@$(lava-target-ip) python3 /usr/bin/fluster_parser.py\
     \ -ts AV1-TEST-VECTORS -d GStreamer-AV1-V4L2SL-Gst1.0 \n             \
     \ -t 90 -j 1"

(note '\n' in the second to last line) which results in ignoring timeout
and number of parallel jobs arguments when the command is executed.

Signed-off-by: Paweł Wieczorek <[email protected]>
  • Loading branch information
pawiecz authored and nuclearcat committed Sep 13, 2024
1 parent c173c39 commit d722809
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/runtime/tests/fluster-chromeos.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
-o UserKnownHostsFile=/dev/null
-i /home/cros/.ssh/id_rsa
root@$(lava-target-ip)
python3 /usr/bin/fluster_parser.py {{ testsuite_arg }} {{ decoders_arg }}
{{ videodec_timeout_arg }} {{ videodec_parallel_jobs_arg }}
python3 /usr/bin/fluster_parser.py {{ testsuite_arg }} {{ decoders_arg }} {{ videodec_timeout_arg }} {{ videodec_parallel_jobs_arg }}
- lava-test-set start get_results
- mkdir -p /opt/fluster/
- >-
Expand Down

0 comments on commit d722809

Please sign in to comment.