mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-01 22:50:54 +00:00
Merge pull request #13229 from hgowda-amd/skip-qos-tests-snp-tdx-runtime-rs
tests: skip Guaranteed QoS test for SNP/TDX runtime-rs
This commit is contained in:
@@ -16,6 +16,11 @@ setup() {
|
||||
}
|
||||
|
||||
@test "Guaranteed QoS" {
|
||||
# Skip for SNP/TDX runtime-rs until podOverhead issue is resolved
|
||||
# See: https://github.com/kata-containers/kata-containers/pull/13228
|
||||
[ "${KATA_HYPERVISOR}" == "qemu-snp-runtime-rs" ] && skip "Skipping Guaranteed QoS test for SNP runtime-rs - podOverhead needs adjustment"
|
||||
[ "${KATA_HYPERVISOR}" == "qemu-tdx-runtime-rs" ] && skip "Skipping Guaranteed QoS test for TDX runtime-rs - podOverhead needs adjustment"
|
||||
|
||||
pod_name="qos-test"
|
||||
yaml_file="${pod_config_dir}/pod-guaranteed.yaml"
|
||||
# Add policy to the yaml file
|
||||
|
||||
Reference in New Issue
Block a user