
7 Jul
2016
7 Jul
'16
8:01 p.m.
On 07/03/2016 03:38 PM, Teddy Reed wrote:
Hi Simon,
On Sun, Jul 3, 2016 at 8:40 AM, Simon Glass sjg@chromium.org wrote:
Now that we have a suitable test framework we should move all tests into it. The vboot test is a suitable candidate. Rewrite it in Python and move the data files into an appropriate directory.
- datadir = 'test/py/tests/vboot/'
- fit = '%stest.fit' % tmpdir
- mkimage = cons.config.build_dir + '/tools/mkimage'
- fit_check_sign = cons.config.build_dir + '/tools/fit_check_sign'
- dtc_args = '-I dts -O dtb -i %s' % tmpdir
- dtb = '%ssandbox-u-boot.dtb' % tmpdir
- sig_node = '/configurations/conf@1/signature@1'
If these variables are used throughout the tests like globals, should they be DATADIR, MKIMAGE, etc?
I'd prefer not to use all-caps variable names.