[OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-12 Thread Vyacheslav Yurkov
Unit tests for overlayfs.bbclass Signed-off-by: Vyacheslav Yurkov --- meta/lib/oeqa/selftest/cases/overlayfs.py | 171 ++ 1 file changed, 171 insertions(+) create mode 100644 meta/lib/oeqa/selftest/cases/overlayfs.py diff --git a/meta/lib/oeqa/selftest/cases/overlayfs.py b

Re: [OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-12 Thread Vyacheslav Yurkov
Hi Alexandre, I updated 6/8, could you please run them again? Thanks, Vyacheslav On 12.07.2021 11:14, Alexandre Belloni wrote: Hello, On 11/07/2021 17:16:29+0200, Vyacheslav Yurkov wrote: Unit tests for overlayfs.bbclass This still seems to fail the tests: https://autobuilder.yoctoproject.o

Re: [OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-12 Thread Alexandre Belloni
Hello, On 11/07/2021 17:16:29+0200, Vyacheslav Yurkov wrote: > Unit tests for overlayfs.bbclass > This still seems to fail the tests: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/2299/steps/14/logs/stdio > Signed-off-by: Vyacheslav Yurkov > --- > meta/lib/oeqa/selftest/ca

[OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-11 Thread Vyacheslav Yurkov
Unit tests for overlayfs.bbclass Signed-off-by: Vyacheslav Yurkov --- meta/lib/oeqa/selftest/cases/overlayfs.py | 167 ++ 1 file changed, 167 insertions(+) create mode 100644 meta/lib/oeqa/selftest/cases/overlayfs.py diff --git a/meta/lib/oeqa/selftest/cases/overlayfs.py b

Re: [OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-10 Thread Alexandre Belloni
On 10/07/2021 14:47:01+0200, Vyacheslav Yurkov wrote: > Hi Alexandre, > Thanks for the build. > Seems like I forgot a space in _append :/ > > I'd like to address Alex request too to include a run-time test. Is there a > way to update only this patch without resending the whole series? > If you s

Re: [OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-10 Thread Vyacheslav Yurkov
Hi Alexandre, Thanks for the build. Seems like I forgot a space in _append :/ I'd like to address Alex request too to include a run-time test. Is there a way to update only this patch without resending the whole series? Thanks, Vyacheslav On 10.07.2021 11:41, Alexandre Belloni wrote: Hello,

Re: [OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-10 Thread Alexandre Belloni
Hello, On 09/07/2021 13:31:45+0200, Vyacheslav Yurkov wrote: > Unit tests for overlayfs.bbclass > I believe I properly applied the series but it fails with: Parsing recipes...ERROR: /home/pokybuild/yocto-worker/oe-selftest-centos/build/build-st-1517413/meta-selftest/recipes-test/overlayfs/over

Re: [OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-10 Thread Alexander Kanavin
Thank you for the patchset! These tests do not perform runtime testing of the feature (by starting the built images with qemu), can this be added? There is plenty of examples of how to do this in selftests (grep for runqemu). Alex On Fri, 9 Jul 2021 at 13:33, Vyacheslav Yurkov wrote: > Unit tes

[OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-09 Thread Vyacheslav Yurkov
Unit tests for overlayfs.bbclass Signed-off-by: Vyacheslav Yurkov --- meta/lib/oeqa/selftest/cases/overlayfs.py | 126 ++ 1 file changed, 126 insertions(+) create mode 100644 meta/lib/oeqa/selftest/cases/overlayfs.py diff --git a/meta/lib/oeqa/selftest/cases/overlayfs.py b