]> code.ossystems Code Review - openembedded-core.git/commit
selftest/wic: code cleanup
authorJair Gonzalez <jair.de.jesus.gonzalez.plascencia@linux.intel.com>
Fri, 16 Dec 2016 22:12:55 +0000 (16:12 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Dec 2016 08:46:37 +0000 (08:46 +0000)
commit5ba21836fe3c061a6271f855a9e26c66004d330a
treed0ed3eb8304faca85b0305826855b51d3a25667b
parentb53e432206eaba7c6c67e4689c25b5e62d7ee9b2
selftest/wic: code cleanup

The following changes were added to improve the code readability:

- Removed redundant backlashes between brackets
- Aligned continuation lines according to PEP8 style
- Refactored command execution in the next methods for enhanced
  legibility:

  - test_build_image_name(self)
  - test_gpt_image(self)
  - test_qemux86_directdisk(self)
  - test_rootfs_indirect_recipes(self)
  - test_iso_image(self)
  - test_mkgummidisk(self)
  - test_mkefidisk(self)
  - test_directdisk_bootloader_config(self)
  - test_qemu(self)
  - test_bmap(self)
  - test_systemd_bootdisk(self)
  - test_sdimage_bootpart(self)

Signed-off-by: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/wic.py