~gesha/linaro-image-tools/1208678

« back to all changes in this revision

Viewing changes to linaro_image_tools/hwpack/tests/test_config.py

  • Committer: Milo Casagrande
  • Date: 2013-06-27 09:12:50 UTC
  • mfrom: (625.1.1 pep8-fixes)
  • Revision ID: milo@ubuntu.com-20130627091250-r5w2hvk9mlyh0dcb
PEP8 fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
    def test_validate_partition_layout(self):
305
305
        partition_layout = 'apafs_bananfs'
306
306
        config = self.get_config(self.valid_start_v2 + "u_boot_package = "
307
 
                                     "u-boot-linaro-s5pv310\nu_boot_file = "
308
 
                                     "u-boot.bin\npartition_layout = %s\n" %
309
 
                                     partition_layout)
 
307
                                 "u-boot-linaro-s5pv310\nu_boot_file = "
 
308
                                 "u-boot.bin\npartition_layout = %s\n" %
 
309
                                 partition_layout)
310
310
        self.assertValidationError(
311
311
            "Undefined partition layout %s in the [%s] section. "
312
312
            "Valid partition layouts are %s."