All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Improve reliability of vcontainer-tests
@ 2026-07-27  0:21 tim.orling
  2026-07-27  0:21 ` [PATCH 1/3] vrunner: add /sbin,/usr/sbin to PATH tim.orling
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tim.orling @ 2026-07-27  0:21 UTC (permalink / raw)
  To: meta-virtualization

From: Tim Orling <tim.orling@konsulko.com>

Running the tests locally highlighted some issues -- including
timing issues -- with additional timing sensitivity highlighted
on the Yocto Project autobuilder [1].

The full test suite, without memres passed on local host Debian 13.6 (trixie):

pytest tests/test_vdkr.py -v \
  --vdkr-dir /tmp/vcontainer \
  --oci-image .../build/tmp/deploy/images/qemux86-64/app-container-curl-latest-oci

With these changes, the test suites pass on the Yocto Project
autobuilder [2].

[1] https://autobuilder.yoctoproject.org/valkyrie/#/builders/118/builds/6
[2] https://autobuilder.yoctoproject.org/valkyrie/#/builders/118/builds/7

The following changes since commit a4987f0af6f30883e1dcd52cec66311343241d6f:

  grub-efi: Ensure changes only apply with the selected DISTRO_FEATURES (2026-07-21 12:41:02 +0000)

are available in the Git repository at:

  https://github.com/moto-timo/meta-virtualization contrib/timo/vcontainer-tests
  https://github.com/moto-timo/meta-virtualization/tree/contrib/timo/vcontainer-tests

for you to fetch changes up to 76663da09cf268817d875971c8fd11cf4820ed96:

  tests/conftest.py: memrest_stop timeout=120 (2026-07-26 16:48:47 -0700)

----------------------------------------------------------------

Tim Orling (3):
  vrunner: add /sbin,/usr/sbin to PATH
  vrunner.sh: fix daemon_stop() shutdown reliability
  tests/conftest.py: memrest_stop timeout=120

 recipes-containers/vcontainer/files/vrunner.sh | 11 ++++++++++-
 tests/conftest.py                              |  4 ++--
 2 files changed, 12 insertions(+), 3 deletions(-)

-- 
2.47.3



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-27  0:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-27  0:21 [PATCH 0/3] Improve reliability of vcontainer-tests tim.orling
2026-07-27  0:21 ` [PATCH 1/3] vrunner: add /sbin,/usr/sbin to PATH tim.orling
2026-07-27  0:21 ` [PATCH 2/3] vrunner.sh: fix daemon_stop() shutdown reliability tim.orling
2026-07-27  0:21 ` [PATCH 3/3] tests/conftest.py: memrest_stop timeout=120 tim.orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.