]> code.ossystems Code Review - openembedded-core.git/commitdiff
runtime-test.py: fix typo
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 24 Mar 2017 08:55:31 +0000 (01:55 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Mar 2017 12:17:03 +0000 (13:17 +0100)
roofs -> rootfs.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/runtime-test.py

index 171a37329f570f3e6b2e550619a8acf016c8ff9a..ea31c18229f91debf816d0d05375ad71788a5aa6 100644 (file)
@@ -181,10 +181,10 @@ postinst-delayed-t \
                         break
 
     @testcase(1545)
-    def test_postinst_roofs_and_boot(self):
+    def test_postinst_rootfs_and_boot(self):
         """
         Summary:        The purpose of this test case is to verify Post-installation
-                        scripts are called when roofs is created and also test
+                        scripts are called when rootfs is created and also test
                         that script can be delayed to run at first boot.
         Dependencies:   NA
         Steps:          1. Add proper configuration to local.conf file