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

DELIA-64485: Pid limit not overriden if set in config #316

Closed mateusz-hobgarski-red closed 8 months ago

mateusz-hobgarski-red commented 8 months ago

Description

Pid limit is not overriden if set in containers config. Added tests for pid limits setting.

Test Procedure

run L2 tests using: python3 runner.py -p 1

Type of Change