From 3fa30ae88434afc27ba7828be190d0e0a0769851 Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Wed, 27 Jul 2022 08:31:02 -0300 Subject: [PATCH] Fix typo in test name in gating.yaml swtMp -> swtpm --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 8b6fd2e..3deb635 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,6 +3,6 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.openstack-swtmp.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.openstack-swtpm.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.beaker-tpm-ima.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.beaker-swtpm-multihost.functional}