diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-03-30 18:11:55 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-01 08:14:57 +0100 |
commit | 09548406e156f1b120a82dd13464d29306c63606 (patch) | |
tree | 1ca36a68d9c504c4b845a281dbe485afe2866948 /meta | |
parent | a24ffc708857cca58ef3cd44afe8cdd5d58b18e6 (diff) | |
download | poky-09548406e156f1b120a82dd13464d29306c63606.tar.gz |
oe-selftest: fix incorrect fstype
Fixed typo in wks content: squash->squashfs
(From OE-Core rev: cf06e6763d06e3e631bed85e2cb087f713808e6d)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/selftest/wic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index 2401aaa156..ff13eb8a1d 100644 --- a/meta/lib/oeqa/selftest/wic.py +++ b/meta/lib/oeqa/selftest/wic.py | |||
@@ -729,7 +729,7 @@ part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --r | |||
729 | 'part emptyvfat --fstype vfat --size 1M\n', | 729 | 'part emptyvfat --fstype vfat --size 1M\n', |
730 | 'part emptyext2 --fstype ext2 --size 1M\n', | 730 | 'part emptyext2 --fstype ext2 --size 1M\n', |
731 | 'part emptybtrfs --fstype btrfs --size 100M\n', | 731 | 'part emptybtrfs --fstype btrfs --size 100M\n', |
732 | 'part emptysquash --fstype squash --size 1M\n']) | 732 | 'part emptysquash --fstype squashfs --size 1M\n']) |
733 | wks.flush() | 733 | wks.flush() |
734 | cmd = "wic create %s -e %s -o %s" % (wks.name, img, self.resultdir) | 734 | cmd = "wic create %s -e %s -o %s" % (wks.name, img, self.resultdir) |
735 | self.assertEqual(0, runCmd(cmd).status) | 735 | self.assertEqual(0, runCmd(cmd).status) |