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>
This commit is contained in:
Robert Yang 2017-03-24 01:55:31 -07:00 committed by Richard Purdie
parent a2d1d525f0
commit c8fd68adc0
1 changed files with 2 additions and 2 deletions

View 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