mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-01 14:38:33 +00:00
Merge pull request #13282 from fidencio/topic/revert-qos-test-skip
Revert "tests: skip Guaranteed QoS test for SNP/TDX runtime-rs"
This commit is contained in:
@@ -16,11 +16,6 @@ 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