summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-03-24 01:55:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-27 08:15:07 +0100
commitc8fd68adc0a94aaef7fe4ee9b3e0bb524155bc55 (patch)
tree09b20bf3b4518b1e11cd5d706f43f43e7db697fe /meta
parenta2d1d525f0f84c10e9ac53a2c87967fa05eae260 (diff)
downloadpoky-c8fd68adc0a94aaef7fe4ee9b3e0bb524155bc55.tar.gz
runtime-test.py: fix typo
roofs -> rootfs. (From OE-Core rev: 73b386c16b2388b5b351305bf1855c444d53481e) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/selftest/runtime-test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/runtime-test.py b/meta/lib/oeqa/selftest/runtime-test.py
index 171a37329f..ea31c18229 100644
--- a/meta/lib/oeqa/selftest/runtime-test.py
+++ b/meta/lib/oeqa/selftest/runtime-test.py
@@ -181,10 +181,10 @@ postinst-delayed-t \
181 break 181 break
182 182
183 @testcase(1545) 183 @testcase(1545)
184 def test_postinst_roofs_and_boot(self): 184 def test_postinst_rootfs_and_boot(self):
185 """ 185 """
186 Summary: The purpose of this test case is to verify Post-installation 186 Summary: The purpose of this test case is to verify Post-installation
187 scripts are called when roofs is created and also test 187 scripts are called when rootfs is created and also test
188 that script can be delayed to run at first boot. 188 that script can be delayed to run at first boot.
189 Dependencies: NA 189 Dependencies: NA
190 Steps: 1. Add proper configuration to local.conf file 190 Steps: 1. Add proper configuration to local.conf file