URL: https://github.com/SSSD/sssd/pull/5889
Author: sgoveas
 Title: #5889: TEST: Add missing polarion requirements to tests
Action: opened

PR body:
"""
Some tests were not linked to polarion requirements
The subid tests added recently is linked to
"IDM-IPA-REQ: ipa subid range" in this PR
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5889/head:pr5889
git checkout pr5889
From d2b92fd673c2ad8826cc069807b1b97fd995c1a9 Mon Sep 17 00:00:00 2001
From: Steeve Goveas <sgov...@redhat.com>
Date: Fri, 26 Nov 2021 11:30:10 +0530
Subject: [PATCH] TEST: Add missing polarion requirements to tests

Some tests were not linked to polarion requirements
The subid tests added recently is linked to
"IDM-IPA-REQ: ipa subid range" in this PR
---
 src/tests/multihost/alltests/test_krb5.py    | 1 +
 src/tests/multihost/ipa/test_subid_ranges.py | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/tests/multihost/alltests/test_krb5.py b/src/tests/multihost/alltests/test_krb5.py
index 849437707f..5800a1c9ee 100644
--- a/src/tests/multihost/alltests/test_krb5.py
+++ b/src/tests/multihost/alltests/test_krb5.py
@@ -74,6 +74,7 @@ def test_0002_generating_lot_of(self, multihost, backupsssdconf):
          queries in a very large environment
         :bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1772513
         :id: 74a60320-e48b-11eb-ba19-845cf3eff344
+        :requirement: IDM-SSSD-REQ : LDAP Provider
         :steps:
           1. Start SSSD with any configuration
           2. Call 'getent passwd username@domain'
diff --git a/src/tests/multihost/ipa/test_subid_ranges.py b/src/tests/multihost/ipa/test_subid_ranges.py
index bbbd19d42e..b3df9b3d60 100644
--- a/src/tests/multihost/ipa/test_subid_ranges.py
+++ b/src/tests/multihost/ipa/test_subid_ranges.py
@@ -1,4 +1,10 @@
-""" Automation of IPA bugs """
+""" Automation of IPA subid feature bugs
+
+:requirement: IDM-IPA-REQ: ipa subid range
+:casecomponent: sssd
+:subsystemteam: sst_idm_sssd
+:upstream: yes
+"""
 
 import pytest
 import subprocess
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to