]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - support/testing/tests/package/test_dropbear.py
support/testing: standardize defconfig fragments style
[coffee/buildroot.git] / support / testing / tests / package / test_dropbear.py
index a64b782229e83e05c4b2bf9fa01e7c905245e74c..da569d9b1b73e57e2291ea5ac0a7aa4c3f63a621 100644 (file)
@@ -4,13 +4,13 @@ import infra.basetest
 
 class TestDropbear(infra.basetest.BRTest):
     config = infra.basetest.BASIC_TOOLCHAIN_CONFIG + \
-"""
-BR2_TARGET_GENERIC_ROOT_PASSWD="testpwd"
-BR2_SYSTEM_DHCP="eth0"
-BR2_PACKAGE_DROPBEAR=y
-BR2_TARGET_ROOTFS_CPIO=y
-# BR2_TARGET_ROOTFS_TAR is not set
-"""
+        """
+        BR2_TARGET_GENERIC_ROOT_PASSWD="testpwd"
+        BR2_SYSTEM_DHCP="eth0"
+        BR2_PACKAGE_DROPBEAR=y
+        BR2_TARGET_ROOTFS_CPIO=y
+        # BR2_TARGET_ROOTFS_TAR is not set
+        """
 
     def test_run(self):
         img = os.path.join(self.builddir, "images", "rootfs.cpio")