[autotest] Pipe job_retry parameter from suite controls to dynamic suite
This is part of the change needed by supporting a new run_suite option
--retry. This cl pipes the parameter from suite controls to dynamic suite.
CQ-DEPEND=CL:200223,CL:200237
BUG=chromium:373929
TEST=trybot; dummy suite
Change-Id: Ia2f5072b7c6ab296693c526aa8ebf2c4d23423ff
Reviewed-on: https://chromium-review.googlesource.com/200308
Tested-by: Fang Deng <fdeng@chromium.org>
Reviewed-by: Dan Shi <dshi@chromium.org>
Commit-Queue: Fang Deng <fdeng@chromium.org>
diff --git a/test_suites/control.pyauto_basic b/test_suites/control.pyauto_basic
index c3894a1..981e550 100644
--- a/test_suites/control.pyauto_basic
+++ b/test_suites/control.pyauto_basic
@@ -33,4 +33,4 @@
check_hosts=check_hosts, add_experimental=True, num=num,
file_bugs=file_bugs, priority=priority, timeout_mins=timeout_mins,
devserver_url=devserver_url, version_prefix=provision.CROS_VERSION_PREFIX,
- wait_for_results=wait_for_results)
\ No newline at end of file
+ wait_for_results=wait_for_results, job_retry=job_retry)
\ No newline at end of file