From 76c37c60240fb9747960ade0b942e25a1da873d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Sanz=20G=C3=B3miz?= Date: Tue, 10 Dec 2024 13:30:58 +0100 Subject: [PATCH] Add AutomationBug Tag to Verify RHODS User Groups --- ods_ci/tests/Tests/0200__rhoai_upgrade/0203__post_upgrade.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ods_ci/tests/Tests/0200__rhoai_upgrade/0203__post_upgrade.robot b/ods_ci/tests/Tests/0200__rhoai_upgrade/0203__post_upgrade.robot index fb73e4307..f6b629fbe 100644 --- a/ods_ci/tests/Tests/0200__rhoai_upgrade/0203__post_upgrade.robot +++ b/ods_ci/tests/Tests/0200__rhoai_upgrade/0203__post_upgrade.robot @@ -53,7 +53,7 @@ Verify Pod Toleration Verify RHODS User Groups [Documentation] Verify User Configuration after the upgrade - [Tags] Upgrade + [Tags] Upgrade AutomationBug ${admin} Set Variable ${payload[0]['spec']['groupsConfig']['adminGroups']} ${user} Set Variable ${payload[0]['spec']['groupsConfig']['allowedGroups']} Should Be Equal As Strings '${admin}' 'rhods-admins,rhods-users'