Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Soak tests: Soak tests assume hypervisors run with the full path #1802

@mcastelino

Description

@mcastelino

Description of problem

Soak tests: Soak tests assume hypervisors run with the full path.

HYPERVISOR_PATH="/usr/bin/firecracker"

https://github.com/kata-containers/tests/blob/master/integration/stability/soak_parallel_rm.sh#L109

However when running a hypervisor with jailer the path is relative to the jail and hence the check should only look for the process.

For example when running firecracker with jailer the process will be

 /firecracker --id=5af26fcea8dbf413067e90026fd9845515d5a1f300d61f66427760a27ef114c2 --seccomp-level=2 --start-time-us=1562786230593253 --start-time-cpu-us=223 --api-sock=/api.socket�

where /firecracker is relative to the jailed location.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIncorrect behaviourneeds-reviewNeeds to be assessed by the team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions