summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/runtime-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/runtime-test.py')
-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