rdkcentral / Dobby

The Dobby component is a wrapper around the opensource crun/runc containerization tool for managing and running containers.
Apache License 2.0
16 stars 42 forks source link

Add missing container hibernate callback call #310

Closed mateusz-hobgarski-red closed 8 months ago

mateusz-hobgarski-red commented 8 months ago

Description

Add missing container hibernate callback call.

Test Procedure

Run sleepy container, hibernate it using 'DobbyTool hibernate sleepy'. Check Dobby logs, there should be: MIL: < M:Dobby.cpp F:onContainerHibernated L:2029 > container 'sleepy'(734) hibernated

Type of Change

Requires Bitbake Recipe changes?