[Freeipa-devel] [freeipa PR#6111][opened] ipatests: Fix test_ipa_cert_fix.py::TestCertFixReplica teardown

2021-11-25 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6111 Author: mrizwan93 Title: #6111: ipatests: Fix test_ipa_cert_fix.py::TestCertFixReplica teardown Action: opened PR body: """ Fixture `expire_certs` moves date back after renewing the certs. This is causing the ipa-replica to fail. This fix

[Freeipa-devel] [freeipa PR#6107][opened] ipatests: Test empty cert request doesn't force certmonger to segfault

2021-11-24 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6107 Author: mrizwan93 Title: #6107: ipatests: Test empty cert request doesn't force certmonger to segfault Action: opened PR body: """ When empty cert request is submitted to certmonger, it goes to segfault. This fix test that if something like

[Freeipa-devel] [freeipa PR#6098][opened] ipatests: Check maxlife error message where minlife > maxlife specified

2021-11-22 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6098 Author: mrizwan93 Title: #6098: ipatests: Check maxlife error message where minlife > maxlife specified Action: opened PR body: """ When minlife > maxlife specified on commandline, it says: "ipa: ERROR: invalid 'maxlife': Maximum password

[Freeipa-devel] [freeipa PR#6092][opened] ipatests: Test cases for ipa-replica-conncheck command

2021-11-18 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6092 Author: mrizwan93 Title: #6092: ipatests: Test cases for ipa-replica-conncheck command Action: opened PR body: """ Following test cases would be checked: - when called with --principal (it should then prompt for a password) - when called with

[Freeipa-devel] [freeipa PR#6068][opened] ipatests: remove redundant kinit from test_renew()

2021-11-01 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6068 Author: mrizwan93 Title: #6068: ipatests: remove redundant kinit from test_renew() Action: opened PR body: """ Fixture issue_and_expire_cert() kinit after moving the date to expire certs. This fix is to rely on kinit from fixture.

[Freeipa-devel] [freeipa PR#5945][opened] ipatests: Test long certificate serial no

2021-08-03 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5945 Author: mrizwan93 Title: #5945: ipatests: Test long certificate serial no Action: opened PR body: """ Long certificate serial no were shown in scientific notation at user detials page. This test checks that it is no longer shown in scientific

[Freeipa-devel] [freeipa PR#5938][opened] ipatests: Look for warning into stderr instead of stdout

2021-08-02 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5938 Author: mrizwan93 Title: #5938: ipatests: Look for warning into stderr instead of stdout Action: opened PR body: """ In https://github.com/freeipa/freeipa/pull/5855 was looking into stdout_text for warning instead of stderr_text, hence was

[Freeipa-devel] [freeipa PR#5847][closed] [Backport][ipa-4-9] ipatest: Test ipa-cert-fix fails when startup directive is missing from CS.cfg

2021-07-13 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5847 Author: rcritten Title: #5847: [Backport][ipa-4-9] ipatest: Test ipa-cert-fix fails when startup directive is missing from CS.cfg Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git

[Freeipa-devel] [freeipa PR#5892][opened] [Backport][ipa-4-9] ipatests: Test ipa-cert-fix warns when startup directive is missing from CS.cfg

2021-07-13 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5892 Author: mrizwan93 Title: #5892: [Backport][ipa-4-9] ipatests: Test ipa-cert-fix warns when startup directive is missing from CS.cfg Action: opened PR body: """ Earlier it used to fail when startup directive missing from CS.cfg. With

[Freeipa-devel] [freeipa PR#5855][opened] ipatests: Test ipa-cert-fix warns when startup directive is missing from CS.cfg

2021-06-24 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5855 Author: mrizwan93 Title: #5855: ipatests: Test ipa-cert-fix warns when startup directive is missing from CS.cfg Action: opened PR body: """ Earlier it used to fail when startup directive missing from CS.cfg. With

[Freeipa-devel] [freeipa PR#5821][opened] ipatest: Test ipa-cert-fix fails when startup directive is missing from CS.cfg

2021-06-09 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5821 Author: mrizwan93 Title: #5821: ipatest: Test ipa-cert-fix fails when startup directive is missing from CS.cfg Action: opened PR body: """ This test checks that if 'selftests.container.order.startup' directive is missing from CS.cfg,

[Freeipa-devel] [freeipa PR#5738][opened] ipatests: wait while http/ldap/pkinit cert get renew on replica

2021-04-26 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5738 Author: mrizwan93 Title: #5738: ipatests: wait while http/ldap/pkinit cert get renew on replica Action: opened PR body: """ LDAP/HTTP/PKINIT certificates should be renewed on replica after moving system date. Test was failing because

[Freeipa-devel] [freeipa PR#5725][closed] [Backport][ipa-4-8]ipatests: test to renew certs on replica using ipa-cert-fix

2021-04-22 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5725 Author: mrizwan93 Title: #5725: [Backport][ipa-4-8]ipatests: test to renew certs on replica using ipa-cert-fix Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#5725][opened] [Backport][ipa-4-8]ipatests: test to renew certs on replica using ipa-cert-fix

2021-04-22 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5725 Author: mrizwan93 Title: #5725: [Backport][ipa-4-8]ipatests: test to renew certs on replica using ipa-cert-fix Action: opened PR body: """ This test checks if ipa-cert-fix renews the certs on replica after cert renewal on master. related:

[Freeipa-devel] [freeipa PR#5659][opened] ipatests: Don't rely on certmonger to assign request id

2021-03-23 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5659 Author: mrizwan93 Title: #5659: ipatests: Don't rely on certmonger to assign request id Action: opened PR body: """ There are failure observed in test_rekey_keytype_DSA(test_cert.py) It is due to the fact that there is no guarantee that the

[Freeipa-devel] [freeipa PR#5653][opened] ipatests: test to renew certs on replica using ipa-cert-fix

2021-03-22 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5653 Author: mrizwan93 Title: #5653: ipatests: test to renew certs on replica using ipa-cert-fix Action: opened PR body: """ This test checks if ipa-cert-fix renews the certs on replica after cert renewal on master. related:

[Freeipa-devel] [freeipa PR#5635][opened] ipatests: introduce wait_for_replication in test_rolecheck_Trust

2021-03-11 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5635 Author: mrizwan93 Title: #5635: ipatests: introduce wait_for_replication in test_rolecheck_Trust Action: opened PR body: """ Test was randomly failing if the query for the server role is executed before the replication had time to replicate

[Freeipa-devel] [freeipa PR#5562][opened] ipatests: Enable certbot test on rhel

2021-02-15 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5562 Author: mrizwan93 Title: #5562: ipatests: Enable certbot test on rhel Action: opened PR body: """ With this change, certbot test will be running on rhel. certbot is not avilable on rhel through repository or epel. Plan is to install certbot

[Freeipa-devel] [freeipa PR#5557][opened] ipatests: Test if ACME renews the issued cert with cerbot

2021-02-15 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5557 Author: mrizwan93 Title: #5557: ipatests: Test if ACME renews the issued cert with cerbot Action: opened PR body: """ This test is to check if ACME certificate renews upon reaching expiry related: https://pagure.io/freeipa/issue/4751

[Freeipa-devel] [freeipa PR#5513][opened] ipatests: Test if ipa-cert-fix renews expired certs

2021-02-02 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5513 Author: mrizwan93 Title: #5513: ipatests: Test if ipa-cert-fix renews expired certs Action: opened PR body: """ Test moves system date to expire certs. Then calls ipa-cert-fix to renew them. This certs include subsystem, audit-signing, OCSP

[Freeipa-devel] [freeipa PR#5509][opened] [Backport][ipa-4-9] ipatests: Test if server setup without dns uninstall properly

2021-02-01 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5509 Author: mrizwan93 Title: #5509: [Backport][ipa-4-9] ipatests: Test if server setup without dns uninstall properly Action: opened PR body: """ IPA server uninstall was failing if dns was not setup. This test check if it uninstalls propelry.

[Freeipa-devel] [freeipa PR#5494][opened] ipatests: Test if server setup without dns uninstall properly

2021-01-28 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5494 Author: mrizwan93 Title: #5494: ipatests: Test if server setup without dns uninstall properly Action: opened PR body: """ IPA server uninstall was failing if dns was not setup. This test check if it uninstalls propelry. related:

[Freeipa-devel] [freeipa PR#5465][closed] [Backport][ipa-4-9] ipatests: Test if server setup without dns uninstall properly

2021-01-28 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5465 Author: mrizwan93 Title: #5465: [Backport][ipa-4-9] ipatests: Test if server setup without dns uninstall properly Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#5465][opened] [Backport][ipa-4-9] ipatests: Test if server setup without dns uninstall properly

2021-01-22 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5465 Author: mrizwan93 Title: #5465: [Backport][ipa-4-9] ipatests: Test if server setup without dns uninstall properly Action: opened PR body: """ IPA server uninstall was failing if dns was not setup. This test check if it uninstalls propelry.

[Freeipa-devel] [freeipa PR#5443][opened] ipatests: Test if server setup without dns uninstall properly

2021-01-19 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5443 Author: mrizwan93 Title: #5443: ipatests: Test if server setup without dns uninstall properly Action: opened PR body: """ IPA server uninstall was failing if dns was not setup. This test check if it uninstalls propelry. related:

[Freeipa-devel] [freeipa PR#5231][opened] ipatests: Test certmonger IPA responder switched to JSONRPC

2020-11-06 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5231 Author: mrizwan93 Title: #5231: ipatests: Test certmonger IPA responder switched to JSONRPC Action: opened PR body: """ This is to test if certmonger IPA responder swithed to JSONRPC from XMLRPC related: https://pagure.io/freeipa/issue/3299

[Freeipa-devel] [freeipa PR#5147][opened] External-CA scenarios for ACME service

2020-09-24 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5147 Author: mrizwan93 Title: #5147: External-CA scenarios for ACME service Action: opened PR body: """ Inherited the TestACME class by overriding install() to install the ipa master with external CA. It will setup the External-CA and will call all

[Freeipa-devel] [freeipa PR#5046][opened] ipatests: Add PTR record for IP SAN

2020-08-19 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5046 Author: mrizwan93 Title: #5046: ipatests: Add PTR record for IP SAN Action: opened PR body: """ If PTR record is missing for an IP address then cert request with SAN option throws an error. This fix is to add the PTR record so that cert

[Freeipa-devel] [freeipa PR#5001][closed] ipatests: Test certmonger rekey command works fine

2020-08-06 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5001 Author: mrizwan93 Title: #5001: ipatests: Test certmonger rekey command works fine Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5001/head:pr5001 git checkout

[Freeipa-devel] [freeipa PR#5001][opened] ipatests: Test certmonger rekey command works fine

2020-08-06 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5001 Author: mrizwan93 Title: #5001: ipatests: Test certmonger rekey command works fine Action: opened PR body: """ Certmonger's rekey command was throwing an error as unrecognized command. Test is to check if it is working fine. related:

[Freeipa-devel] [freeipa PR#5002][opened] ipatests: Test certmonger rekey command works fine

2020-08-06 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5002 Author: mrizwan93 Title: #5002: ipatests: Test certmonger rekey command works fine Action: opened PR body: """ Certmonger's rekey command was throwing an error as unrecognized command. Test is to check if it is working fine. related:

[Freeipa-devel] [freeipa PR#4998][closed] ipatests: Test certmonger rekey command works fine

2020-08-06 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4998 Author: mrizwan93 Title: #4998: ipatests: Test certmonger rekey command works fine Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/4998/head:pr4998 git checkout

[Freeipa-devel] [freeipa PR#4998][opened] ipatests: Test certmonger rekey command works fine

2020-08-06 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4998 Author: mrizwan93 Title: #4998: ipatests: Test certmonger rekey command works fine Action: opened PR body: """ Certmonger's rekey command was throwing an error as unrecognized command. Test is to check if it is working fine. related:

[Freeipa-devel] [freeipa PR#4540][opened] ipatests: Test to check password leak in apache error log

2020-04-16 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4540 Author: mrizwan93 Title: #4540: ipatests: Test to check password leak in apache error log Action: opened PR body: """ Host enrollment with OTP used to log the password in cleartext to apache error log. This test ensures that the password

[Freeipa-devel] [freeipa PR#4483][opened] [Backport][ipa-4-8]ipatests:Test if proper error thrown when AD user tries to run IPA commands

2020-04-02 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4483 Author: mrizwan93 Title: #4483: [Backport][ipa-4-8]ipatests:Test if proper error thrown when AD user tries to run IPA commands Action: opened PR body: """ Before fix the error used to implies that the ipa setup is broken. Fix is to throw the

[Freeipa-devel] [freeipa PR#4461][opened] ipatests: Test if slew mode is not set while configuring ntpd

2020-03-26 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4461 Author: mrizwan93 Title: #4461: ipatests: Test if slew mode is not set while configuring ntpd Action: opened PR body: """ This is to ensure that slew mode (-x) is not configured while installing ipa-server. related:

[Freeipa-devel] [freeipa PR#4460][closed] ipatests: Test if slew mode is not set while configuring ntpd

2020-03-26 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4460 Author: mrizwan93 Title: #4460: ipatests: Test if slew mode is not set while configuring ntpd Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/4460/head:pr4460

[Freeipa-devel] [freeipa PR#4460][opened] ipatests: Test if slew mode is not set while configuring ntpd

2020-03-26 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4460 Author: mrizwan93 Title: #4460: ipatests: Test if slew mode is not set while configuring ntpd Action: opened PR body: """ This is to ensure that slew mode (-x) is not configured while installing ipa-server. related:

[Freeipa-devel] [freeipa PR#4458][opened] [Backport][ipa-4-6]ipatests: Test if schema-compat-entry-attribute is set

2020-03-26 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4458 Author: mrizwan93 Title: #4458: [Backport][ipa-4-6]ipatests: Test if schema-compat-entry-attribute is set Action: opened PR body: """ This is to ensure if said entry is set after installation. It also checks if compat tree is disable.

[Freeipa-devel] [freeipa PR#4457][opened] Test if schema-compat-entry-attribute is set

2020-03-26 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4457 Author: mrizwan93 Title: #4457: Test if schema-compat-entry-attribute is set Action: opened PR body: """ This is to ensure if said entry is set after installation. It also checks if compat tree is disable. related:

[Freeipa-devel] [freeipa PR#4442][opened] ipatests: Skip test using paramiko when FIPS is enabled

2020-03-25 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4442 Author: mrizwan93 Title: #4442: ipatests: Skip test using paramiko when FIPS is enabled Action: opened PR body: """ Test used paramiko to connect to the master from controller. IF FIPS mode is enable, it fails because of get_fingerprint()

[Freeipa-devel] [freeipa PR#4000][closed] ipatests: Test if ipa-backup throws error if /var/lib/ipa/ runs out of space

2020-03-16 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4000 Author: mrizwan93 Title: #4000: ipatests: Test if ipa-backup throws error if /var/lib/ipa/ runs out of space Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#4324][opened] ipatests:Test if schema-compat-entry-attribute is set

2020-03-09 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4324 Author: mrizwan93 Title: #4324: ipatests:Test if schema-compat-entry-attribute is set Action: opened PR body: """ This is to ensure if said entry is set after installation. related: https://pagure.io/freeipa/issue/8193 Signed-off-by:

[Freeipa-devel] [freeipa PR#4315][opened] ipatests:Test if proper error thrown when AD user tries to run IPA commands

2020-03-06 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4315 Author: mrizwan93 Title: #4315: ipatests:Test if proper error thrown when AD user tries to run IPA commands Action: opened PR body: """ Before fix the error used to implies that the ipa setup is broken. Fix is to throw the proper error. This

[Freeipa-devel] [freeipa PR#4302][opened] ipatest:Test if getcert creates cacert file with -F option

2020-03-04 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4302 Author: mrizwan93 Title: #4302: ipatest:Test if getcert creates cacert file with -F option Action: opened PR body: """ It took longer to create the cacert file in older version. restarting the certmonger service creates the file at the

[Freeipa-devel] [freeipa PR#4292][opened] Test if server installer lock Bind9 recursion

2020-03-02 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4292 Author: mrizwan93 Title: #4292: Test if server installer lock Bind9 recursion Action: opened PR body: """ This test is to check if recursion can be configured. It checks if newly added file /etc/named/ipa-ext.conf exists and /etc/named.conf

[Freeipa-devel] [freeipa PR#4150][opened] ipatest: Test if certmonger reads the token in HSM

2020-01-22 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4150 Author: mrizwan93 Title: #4150: ipatest: Test if certmonger reads the token in HSM Action: opened PR body: """ This is to ensure added HSM support for FreeIPA. This test adds certificate with sofhsm token and checks if certmonger is tracking

[Freeipa-devel] [freeipa PR#4056][opened] ipatests: Fix for PR#3773

2019-12-18 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4056 Author: mrizwan93 Title: #4056: ipatests: Fix for PR#3773 Action: opened PR body: """ Issue identified in PR3845, Hence the fix. https://github.com/freeipa/freeipa/pull/3845 https://github.com/freeipa/freeipa/pull/3773 Signed-off-by:

[Freeipa-devel] [freeipa PR#4000][opened] ipatests: Test if ipa-backup throws error if /var/lib/ipa/ runs out of space

2019-12-09 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4000 Author: mrizwan93 Title: #4000: ipatests: Test if ipa-backup throws error if /var/lib/ipa/ runs out of space Action: opened PR body: """ ipa-backup throws error when /var/lib/ipa runs out of space. Earlier the error was not so clear. Fix

[Freeipa-devel] [freeipa PR#3915][opened] [Backport][ipa-4-6] Tests for autounmembership feature

2019-11-19 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/3915 Author: mrizwan93 Title: #3915: [Backport][ipa-4-6] Tests for autounmembership feature Action: opened PR body: """ New feature of autounmembership added in 389-ds-base https://pagure.io/389-ds-base/issue/50077 Tests for autounmembership

[Freeipa-devel] [freeipa PR#3773][opened] [backport][ipa-4-6] Installation of replica against a specific server

2019-10-09 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/3773 Author: mrizwan93 Title: #3773: [backport][ipa-4-6] Installation of replica against a specific server Action: opened PR body: """ Test to check replica install against specific server. It uses master and replica1 without CA and having

[Freeipa-devel] [freeipa PR#3772][opened] [backport][ipa-4-7] Installation of replica against a specific server

2019-10-09 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/3772 Author: mrizwan93 Title: #3772: [backport][ipa-4-7] Installation of replica against a specific server Action: opened PR body: """ Test to check replica install against specific server. It uses master and replica1 without CA and having

[Freeipa-devel] [freeipa PR#3771][opened] [backport] [ipa-4-8] Installation of replica against a specific server

2019-10-09 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/3771 Author: mrizwan93 Title: #3771: [backport] [ipa-4-8] Installation of replica against a specific server Action: opened PR body: """ Test to check replica install against specific server. It uses master and replica1 without CA and having

[Freeipa-devel] [freeipa PR#3732][opened] ipatests: File ownership and permission for dirsrv log instance after restore

2019-09-25 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/3732 Author: mrizwan93 Title: #3732: ipatests: File ownership and permission for dirsrv log instance after restore Action: opened PR body: """ Check if file ownership and permission is set to dirsrv:dirsrv and 770 on /var/log/dirsrv/slapd- after

[Freeipa-devel] [freeipa PR#3201][opened] [Backport][ipa-4-6] ipatest : Test if ipactl restart restarts the pki-tomcatd

2019-05-28 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/3201 Author: mrizwan93 Title: #3201: [Backport][ipa-4-6] ipatest : Test if ipactl restart restarts the pki-tomcatd Action: opened PR body: """ Wrong logic was triggering the start instead of restart for pki-tomcatd. This test validates that

[Freeipa-devel] [freeipa PR#3166][opened] ipatest : Test if ipactl restart restarts the pki-tomcatd properly

2019-05-21 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/3166 Author: mrizwan93 Title: #3166: ipatest : Test if ipactl restart restarts the pki-tomcatd properly Action: opened PR body: """ Wrong logic was triggering the start instead of restart for pki-tomcatd. This test validates that restart called on

[Freeipa-devel] [freeipa PR#2777][opened] ipatests: check if username are not optimized out in semanage context

2019-01-21 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2777 Author: mrizwan93 Title: #2777: ipatests: check if username are not optimized out in semanage context Action: opened PR body: """ ipa users having default semanage context were optimized out. This test checks if those users are listed.

[Freeipa-devel] [freeipa PR#2773][opened] Check if issuer DN is updated after external-ca > self-signed

2019-01-20 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2773 Author: mrizwan93 Title: #2773: Check if issuer DN is updated after external-ca > self-signed Action: opened PR body: """ This test checks if issuer DN is updated properly after CA is renewed back from external-ca to self-signed related

[Freeipa-devel] [freeipa PR#2422][opened] Test KRA installtion after ca agent cert renewal

2018-10-03 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2422 Author: mrizwan93 Title: #2422: Test KRA installtion after ca agent cert renewal Action: opened PR body: """ KRA installtion was failing after ca-agent cert gets renewed. This test check if the syptoms no longer exists. related ticket:

[Freeipa-devel] [freeipa PR#2214][closed] Generate CSR dynamically for UI tests

2018-10-01 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2214 Author: mrizwan93 Title: #2214: Generate CSR dynamically for UI tests Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2214/head:pr2214 git checkout pr2214

[Freeipa-devel] [freeipa PR#2331][opened] Installation of replica against a specific server

2018-09-05 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2331 Author: mrizwan93 Title: #2331: Installation of replica against a specific server Action: opened PR body: """ Test to check replica install against specific server. It uses master and replica1 without CA and having custodia service stopped.

[Freeipa-devel] [freeipa PR#2306][opened] Test package installation suggetion being prompt

2018-08-30 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2306 Author: mrizwan93 Title: #2306: Test package installation suggetion being prompt Action: opened PR body: """ In order to work with IPA and Yubikey, libyubikey is required. Before the fix, if yubikey added without having packages, it used to

[Freeipa-devel] [freeipa PR#2296][opened] [Backport][ipa-4-6] Test if WSGI worker process count is set to 4

2018-08-28 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2296 Author: mrizwan93 Title: #2296: [Backport][ipa-4-6] Test if WSGI worker process count is set to 4 Action: opened PR body: """ related ticket : https://pagure.io/freeipa/issue/7587 Signed-off-by: Mohammad Rizwan Yusuf Reviewed-By: Tibor

[Freeipa-devel] [freeipa PR#2286][opened] [Backport][ipa-4-6] Test for ipa-replica-install fails with PIN error for CA-less env.

2018-08-27 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2286 Author: mrizwan93 Title: #2286: [Backport][ipa-4-6] Test for ipa-replica-install fails with PIN error for CA-less env. Action: opened PR body: """ Signed-off-by: Anuja More Reviewed-By: Florence Blanc-Renaud Reviewed-By: Aleksei Slaikovskii

[Freeipa-devel] [freeipa PR#2259][opened] [Backport][ipa-4-6] Check if user permssions and umask 0022 is set after ipa-restore

2018-08-16 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2259 Author: mrizwan93 Title: #2259: [Backport][ipa-4-6] Check if user permssions and umask 0022 is set after ipa-restore Action: opened PR body: """ This test checks if the access rights for user/group is set to 644 on

[Freeipa-devel] [freeipa PR#2246][opened] Test if WSGI worker process count is set to 4

2018-08-13 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2246 Author: mrizwan93 Title: #2246: Test if WSGI worker process count is set to 4 Action: opened PR body: """ Test if WSGI worker process count is set to 4 in /etc/httpd/conf.d/ipa.conf cat /etc/httpd/conf.d/ipa.conf | grep processes

[Freeipa-devel] [freeipa PR#2214][opened] Genrate CSR dynamically for UI tests

2018-08-06 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2214 Author: mrizwan93 Title: #2214: Genrate CSR dynamically for UI tests Action: opened PR body: """ There were hardcoded csr in test_cert.py. 'host_csr_path' and 'service_csr_path' needs to be generated before executing UI tests. This fix removes

[Freeipa-devel] [freeipa PR#2074][closed] Check if user permssions and umask 0022 is set when executing ipa-restore

2018-07-31 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2074 Author: mrizwan93 Title: #2074: Check if user permssions and umask 0022 is set when executing ipa-restore Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#2194][opened] Check if user permssions and umask 0022 is set after ipa-restore

2018-07-31 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2194 Author: mrizwan93 Title: #2194: Check if user permssions and umask 0022 is set after ipa-restore Action: opened PR body: """ This test checks if the access rights for user/group is set to 644 on /var/lib/dirsrv/slapd-TESTRELM-TEST/ldif/* and

[Freeipa-devel] [freeipa PR#2074][opened] Check if user permssions and umask 0022 is set when executing ipa-restore

2018-06-27 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2074 Author: mrizwan93 Title: #2074: Check if user permssions and umask 0022 is set when executing ipa-restore Action: opened PR body: """ This test checks if the access rights for user/group is set to 644 on

[Freeipa-devel] [freeipa PR#2073][closed] Check if user permssions and umask 0022 is set when executing ipa-restore

2018-06-27 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2073 Author: mrizwan93 Title: #2073: Check if user permssions and umask 0022 is set when executing ipa-restore Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#2073][opened] Check if user permssions and umask 0022 is set when executing ipa-restore

2018-06-27 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2073 Author: mrizwan93 Title: #2073: Check if user permssions and umask 0022 is set when executing ipa-restore Action: opened PR body: """ This test checks if the access rights for user/group is set to 644 on

[Freeipa-devel] [freeipa PR#2064][opened] [Backport][ipa-4-5] Check if issuer DN is updated after self-signed > external-ca

2018-06-25 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2064 Author: mrizwan93 Title: #2064: [Backport][ipa-4-5] Check if issuer DN is updated after self-signed > external-ca Action: opened PR body: """ This test checks if issuer DN is updated properly after CA is renewed from self-signed to

[Freeipa-devel] [freeipa PR#2049][opened] Check if issuer DN is updated after self-signed > external-ca

2018-06-19 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2049 Author: mrizwan93 Title: #2049: Check if issuer DN is updated after self-signed > external-ca Action: opened PR body: """ This test checks if issuer DN is updated properly after CA is renewed from self-signed to external-ca related ticket:

[Freeipa-devel] [freeipa PR#1994][opened] [Backport][ipa-4-6]Extended UI test for selfservice permission

2018-06-06 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1994 Author: mrizwan93 Title: #1994: [Backport][ipa-4-6]Extended UI test for selfservice permission Action: opened PR body: """ Follwoing scenario added: - test_add_all_attr - test_add_and_add_another - test_add_and_edit - test_add_and_cancel

[Freeipa-devel] [freeipa PR#1984][opened] Test to check second replica installation after master restore

2018-05-31 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1984 Author: mrizwan93 Title: #1984: Test to check second replica installation after master restore Action: opened PR body: """ When master is restored from backup and replica1 is re-initialize, second replica installation was failing. The issue

[Freeipa-devel] [freeipa PR#1961][opened] Extended UI test for Certificates

2018-05-25 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1961 Author: mrizwan93 Title: #1961: Extended UI test for Certificates Action: opened PR body: """ UI test for certificates Signed-off-by: Mohammad Rizwan Yusuf """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#1941][opened] Extended UI test for selfservice permission.

2018-05-17 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1941 Author: mrizwan93 Title: #1941: Extended UI test for selfservice permission. Action: opened PR body: """ Follwoing scenario added: - test_add_all_attr - test_add_and_add_another - test_add_and_edit - test_add_and_cancel -

[Freeipa-devel] [freeipa PR#1515][opened] Test to check second replica installation after master restore

2018-02-02 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1515 Author: mrizwan93 Title: #1515: Test to check second replica installation after master restore Action: opened PR body: """ When master is restored from backup and replica1 is re-initialize, second replica installation was failing. The issue

[Freeipa-devel] [freeipa PR#1498][closed] separate functions for steps involved in ipa server install with external CA.

2018-01-25 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1498 Author: mrizwan93 Title: #1498: separate functions for steps involved in ipa server install with external CA. Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1497][opened] test to check if ipa-backup doesn't fails silently

2018-01-25 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1497 Author: mrizwan93 Title: #1497: test to check if ipa-backup doesn't fails silently Action: opened PR body: """ Before the fix, when ipa-backup was called for the first time, the LDAP database exported to

[Freeipa-devel] [freeipa PR#1467][opened] test for broken ipa-restore with python2

2018-01-15 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1467 Author: mrizwan93 Title: #1467: test for broken ipa-restore with python2 Action: opened PR body: """ ipa-restore was failing when ran with python2 with the error: [Errno 2] No such file or directory: u'/etc/dirsrv/slapd-IPADOMAIN-COM/dse.ldif'

[Freeipa-devel] [freeipa PR#1461][opened] test for seocnd phase of ipa-server-install with --external-ca when dirsrv instance is stopped

2018-01-12 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1461 Author: mrizwan93 Title: #1461: test for seocnd phase of ipa-server-install with --external-ca when dirsrv instance is stopped Action: opened PR body: """ When the dirsrv service, which gets started during the first ipa-server-install

[Freeipa-devel] [freeipa PR#1460][opened] test to check if recommended replication agreement exceeds

2018-01-12 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1460 Author: mrizwan93 Title: #1460: test to check if recommended replication agreement exceeds Action: opened PR body: """ Maximum recommended number of agreements per replica is 4. This test checks if number of agreement exceeds the

[Freeipa-devel] [freeipa PR#1320][reopened] ipatest: replica install with existing entry on master

2017-11-28 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1320 Author: mrizwan93 Title: #1320: ipatest: replica install with existing entry on master Action: reopened To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1320/head:pr1320 git

[Freeipa-devel] [freeipa PR#1320][closed] ipatest: replica install with existing entry on master

2017-11-28 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1320 Author: mrizwan93 Title: #1320: ipatest: replica install with existing entry on master Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1320/head:pr1320 git

[Freeipa-devel] [freeipa PR#1320][reopened] ipatest: replica install with existing entry on master

2017-11-28 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1320 Author: mrizwan93 Title: #1320: ipatest: replica install with existing entry on master Action: reopened To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1320/head:pr1320 git

[Freeipa-devel] [freeipa PR#1320][opened] ipatest: automation for bz-1493145

2017-11-22 Thread mrizwan93 via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1320 Author: mrizwan93 Title: #1320: ipatest: automation for bz-1493145 Action: opened PR body: """ This fix adds automation for above mentioned bugzilla. Fixes: https://pagure.io/freeipa/issue/7276 Signed-off-by: Mohammad Rizwan Yusuf