Files
kata-containers/tests/stability/runtimeclass_workloads/stress-test.yaml
Gabriela Cervantes bdca5ca145 tests: Add kubernetes stress-ng tests
This PR adds kubernetes stress-ng tests as part of the stability testing
for kata.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2024-08-13 16:23:52 +00:00

17 lines
344 B
YAML

#
# Copyright (c) 2024 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
apiVersion: v1
kind: Pod
metadata:
name: stressng-test
spec:
terminationGracePeriodSeconds: 0
runtimeClassName: kata
containers:
- name: stress-test
image: quay.io/container-perf-tools/stress-ng
command: ["/bin/sh", "-c", "tail -f /dev/null"]