avocado-framework-tests / avocado-misc-tests

Community maintained Avocado tests repository
Other
22 stars 123 forks source link

Automated podman container test. #2844

Closed SamirMulani closed 1 month ago

SamirMulani commented 4 months ago

In this test case, we create a container with a specified period and quota, then run the ebizzy workload inside it. We capture the Podman statistics to verify that the CPU utilization percentage does not exceed the allocated resources.

PraveenPenguin commented 2 months ago

@SamirMulani please wrap both the commit in single commit

SamirMulani commented 1 month ago

Run Logs:

`avocado run podman_container.py -m podman_container.py.data/podman.yaml

JOB ID : 63b2c00c29b41a64d5a38e1141eafeb23230541b JOB LOG : /root/Work/fvt/avocado-fvt-wrapper-1/results/job-2024-09-23T12.50-63b2c00/job.log (1/1) podman_container.py:podman.test: STARTED (1/1) podman_container.py:podman.test: PASS (288.82 s) RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0 JOB HTML : /root/Work/fvt/avocado-fvt-wrapper-1/results/job-2024-09-23T12.50-63b2c00/results.html JOB TIME : 344.74 s`