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

[RDK-44357] Adding the L1 Unit Test for DobbyManager.h - API List #301

Closed KaleeswaranGnanagurusamy closed 10 months ago

KaleeswaranGnanagurusamy commented 10 months ago

These are the completed use cases API list [RDK-44357] - API list 2 DobbyManager::stopContainer() DobbyManager::pauseContainer() DobbyManager::resumeContainer() DobbyManager::stateOfContainer() DobbyManager::statsOfContainer() [RDK-44358] - API list 3 DobbyManager::execInContainer() DobbyManager::listContainers()

[RDK-45574] Enhancing the L1 Unit Test for Dobby.h - Added a few use cases in Dobby Dobby::run() Dobby::setDefaultAIDbusAddresses()

Type of Change

Requires Bitbake Recipe changes?