commit | 245bfec5cac4dd6723b1967ba50453b96d3d3423 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <l.majewski@samsung.com> | Wed Apr 20 10:36:32 2016 +0200 |
committer | Marek Vasut <marex@denx.de> | Mon Apr 25 17:56:29 2016 +0200 |
tree | 056f5a5496c270fc835145ad6f462f571cd30f31 | |
parent | b77a480be543c876b4942e49c9377b6451d94f74 [diff] |
tests: py: dfu: Add variables to store dfu alt numbers for test and dummy files This patch replaces hardcoded (i.e. 0 and 1) values passed to dfu_{read|write} with variables. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Acked-by: Stephen Warren <swarren@nvidia.com> --- Changes for v3: - Replace per module global variables with ones defined inside a function Changes for v2: - None