commit | 761aa6c52b708c9e7667261fe7173149e2807b35 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Fri Apr 03 17:11:20 2020 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Apr 09 18:40:03 2020 +0300 |
tree | dfbc462dc0bf76827d0c2e3bcc788303a60247ba | |
parent | 2dd38a7e88d739f1c4480a4354f9ee89ac45124f [diff] |
samples: big_http_download: Allow to configure number of iterations Initially, this was intended to be a sample for manual "burnout" testing, e.g. see if a device with it can run for 24hrs, or download 1GB of data, or similar. It's however also useful for automated CI testing, but then we need to have more specific completion criteria. So, allow to specify number of download iterations via local Kconfig. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>