]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - support/testing/tests/core/test_rootfs_overlay.py
support/testing: standardize defconfig fragments style
[coffee/buildroot.git] / support / testing / tests / core / test_rootfs_overlay.py
index 42d890ba20060b9b5e70ae72d8b1f482b27b2343..22ef9722d6b0522e1907ddd0276733a3a4558084 100644 (file)
@@ -9,11 +9,12 @@ def compare_file(file1, file2):
 class TestRootfsOverlay(infra.basetest.BRTest):
 
     rootfs_overlay_path = infra.filepath("tests/core/rootfs-overlay")
-    rootfs_overlay = "BR2_ROOTFS_OVERLAY=\"{0}1 {0}2\"".format(rootfs_overlay_path)
 
     config = infra.basetest.BASIC_TOOLCHAIN_CONFIG + \
-            infra.basetest.MINIMAL_CONFIG + \
-            rootfs_overlay
+        infra.basetest.MINIMAL_CONFIG + \
+        """
+        BR2_ROOTFS_OVERLAY="{0}1 {0}2"
+        """.format(rootfs_overlay_path)
 
     def test_run(self):
         target_file = os.path.join(self.builddir, "target", "test-file1")