diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-03-24 01:55:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-26 13:17:03 +0100 |
commit | 73b386c16b2388b5b351305bf1855c444d53481e (patch) | |
tree | c9502f0318097c8cc71b8c514b1cccc09c2135a7 | |
parent | a93d005934192402d7cceb36016b25b7d0c65547 (diff) | |
download | openembedded-core-73b386c16b2388b5b351305bf1855c444d53481e.tar.gz openembedded-core-73b386c16b2388b5b351305bf1855c444d53481e.tar.bz2 openembedded-core-73b386c16b2388b5b351305bf1855c444d53481e.zip |
runtime-test.py: fix typo
roofs -> rootfs.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/lib/oeqa/selftest/runtime-test.py | 4 |
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 \ 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 |