[Freeipa-devel] [freeipa PR#947][opened] test_caless: add SAN dNSName extensions for wildcard tests

2017-08-01 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/947 Author: Rezney Title: #947: test_caless: add SAN dNSName extensions for wildcard tests Action: opened PR body: """ It may happen that FQDN does not match with the domain mapped to the host. In this case we add wildcard for both domains. """ To

[Freeipa-devel] [freeipa PR#958][opened] [ipatests] - Add caless > cafull tests

2017-08-04 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/958 Author: Rezney Title: #958: [ipatests] - Add caless > cafull tests Action: opened PR body: """ This PR provides test coverage for caless > cafull conversion. Also covers: https://pagure.io/freeipa/issue/6207

[Freeipa-devel] [freeipa PR#926][opened] test_caless: remove xfail in wildcard certificate tests

2017-07-21 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/926 Author: Rezney Title: #926: test_caless: remove xfail in wildcard certificate tests Action: opened PR body: """ As we are now generating proper wildcard certificates, remove xfail in wildcard certificate tests.

[Freeipa-devel] [freeipa PR#899][opened] test_caless: introduce new python makepki + fix SKI extension issue

2017-06-28 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/899 Author: Rezney Title: #899: test_caless: introduce new python makepki + fix SKI extension issue Action: opened PR body: """ Change makepki.sh for new makepki.py which should be more readable, maintainable and extendable than the old script. In

[Freeipa-devel] [freeipa PR#1083][opened] test_caless: add caless to external CA test

2017-09-15 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1083 Author: Rezney Title: #1083: test_caless: add caless to external CA test Action: opened PR body: """ Add caless to external CA test as the suite is currently missing one. https://pagure.io/freeipa/issue/7155 """ To pull the PR as Git branch:

[Freeipa-devel] [freeipa PR#1106][opened] tests: add host zone with overlap

2017-09-21 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1106 Author: Rezney Title: #1106: tests: add host zone with overlap Action: opened PR body: """ This patch is mainly for test_forced_client_reenrolment suite where when we are not in control of our client DNS we create an overlap zone in order to

[Freeipa-devel] [freeipa PR#1053][opened] test_external_ca: switch to python-cryptography

2017-09-08 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1053 Author: Rezney Title: #1053: test_external_ca: switch to python-cryptography Action: opened PR body: """ Switch external CA generation from certutil to python-cryptography as this way of handling the certificates should be more readable,

[Freeipa-devel] [freeipa PR#1118][opened] tests_py3: decode get_file_contents() result

2017-09-29 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1118 Author: Rezney Title: #1118: tests_py3: decode get_file_contents() result Action: opened PR body: """ When running tests in python3 we get bytes object instead of bytestring and when passing it to multihost run_command we later fail on

[Freeipa-devel] [freeipa PR#1009][opened] [4.5] - CAless - CAfull tests

2017-08-28 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1009 Author: Rezney Title: #1009: [4.5] - CAless - CAfull tests Action: opened PR body: """ This is separate PR for CAless - CAfull test suite as it was not possible to merge from original PR due to certificate generation refactoring. """ To pull

[Freeipa-devel] [freeipa PR#1270][opened] manpage: ipa-replica-conncheck - fix minor typo

2017-11-10 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1270 Author: Rezney Title: #1270: manpage: ipa-replica-conncheck - fix minor typo Action: opened PR body: """ Fixes minor typo "Defaults t" to "Defaults to". https://pagure.io/freeipa/issue/7250 """ To pull the PR as Git branch: git remote add

[Freeipa-devel] [freeipa PR#1323][opened] [Backport][ipa-4-5] test_vault: increase WAIT_AFTER_ARCHIVE

2017-11-22 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1323 Author: Rezney Title: #1323: [Backport][ipa-4-5] test_vault: increase WAIT_AFTER_ARCHIVE Action: opened PR body: """ This PR was opened automatically because PR #1272 was pushed to master and backport to ipa-4-5 is required. """ To pull the

[Freeipa-devel] [freeipa PR#1272][closed] test_vault: increase WAIT_AFTER_ARCHIVE

2017-11-22 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1272 Author: Rezney Title: #1272: test_vault: increase WAIT_AFTER_ARCHIVE Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1272/head:pr1272 git checkout pr1272

[Freeipa-devel] [freeipa PR#1345][opened] test_batch_plugin: fix py2/3 failing assertion

2017-11-29 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1345 Author: Rezney Title: #1345: test_batch_plugin: fix py2/3 failing assertion Action: opened PR body: """ When running "test_batch_plugin" with Py2 against Py3 server we got assertion error due to a command trying to run as bytes. E.g.: unknown

[Freeipa-devel] [freeipa PR#1358][opened] test_x509: test very long OID

2017-12-05 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1358 Author: Rezney Title: #1358: test_x509: test very long OID Action: opened PR body: """ Active Directory creates OIDs long enough to trigger a failure. This can cause e.g. ipa-server-install failure when installing with an externally-signed CA.

[Freeipa-devel] [freeipa PR#1407][opened] test_help: test "help" command without schema cache

2017-12-15 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1407 Author: Rezney Title: #1407: test_help: test "help" command without schema cache Action: opened PR body: """ This test case addresses upsteam ticket #6999, where "ipa help" does not work if called when no schema is cached.

[Freeipa-devel] [freeipa PR#1396][opened] test_renewal_master: add ipa csreplica-manage test

2017-12-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1396 Author: Rezney Title: #1396: test_renewal_master: add ipa csreplica-manage test Action: opened PR body: """ Add test case for setting renewal master using command ipa-csreplica-manage. Automation related to upstream ticket #7120. Testing

[Freeipa-devel] [freeipa PR#1143][closed] [tests] Fix negative tests in CA-less testsuite

2017-11-16 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1143 Author: Akasurde Title: #1143: [tests] Fix negative tests in CA-less testsuite Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1143/head:pr1143 git checkout

[Freeipa-devel] [freeipa PR#1272][opened] test_vault: increase WAIT_AFTER_ARCHIVE

2017-11-10 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1272 Author: Rezney Title: #1272: test_vault: increase WAIT_AFTER_ARCHIVE Action: opened PR body: """ Fixes failing "ipa vault-retrieve" on replica due to a vault not already replicated. Increase from 30 to 45 seems to be enough. """ To pull the

[Freeipa-devel] [freeipa PR#1290][closed] [Backport][ipa-4-6] test_caless: fix fix http.p12 is not valid and provide domain_level for replica tests

2017-11-16 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1290 Author: Rezney Title: #1290: [Backport][ipa-4-6] test_caless: fix fix http.p12 is not valid and provide domain_level for replica tests Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa

[Freeipa-devel] [freeipa PR#1287][closed] [4.5] - ipatests: Fix interactive prompt in ca_less tests

2017-11-15 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1287 Author: Rezney Title: #1287: [4.5] - ipatests: Fix interactive prompt in ca_less tests Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1287/head:pr1287 git

[Freeipa-devel] [freeipa PR#1290][opened] [Backport][ipa-4-6] test_caless: fix fix http.p12 is not valid and provide domain_level for replica tests

2017-11-15 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1290 Author: Rezney Title: #1290: [Backport][ipa-4-6] test_caless: fix fix http.p12 is not valid and provide domain_level for replica tests Action: opened PR body: """ This PR was opened automatically because PR #1266 was pushed to master and

[Freeipa-devel] [freeipa PR#1266][closed] test_caless: fix fix http.p12 is not valid and provide domain_level for replica tests

2017-11-15 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1266 Author: Rezney Title: #1266: test_caless: fix fix http.p12 is not valid and provide domain_level for replica tests 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#1229][opened] test_caless: open CA cert in binary mode

2017-11-03 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1229 Author: Rezney Title: #1229: test_caless: open CA cert in binary mode Action: opened PR body: """ When running test_caless suite in py3 we need to open CA cert in binary mode so we can provide bytes later for python-cryptography.

[Freeipa-devel] [freeipa PR#1267][opened] [4.5] test_external_dns: add missing test cases

2017-11-09 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1267 Author: Rezney Title: #1267: [4.5] test_external_dns: add missing test cases Action: opened PR body: """ Add NTP, ipa-ca and ADTrust system records tests. Also test if changes are being reflected when uninstalling a host. The test cases are

[Freeipa-devel] [freeipa PR#1372][opened] Test self-signed > external CA > self-signed test case.

2017-12-07 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1372 Author: Rezney Title: #1372: Test self-signed > external CA > self-signed test case. Action: opened PR body: """ Various changes are being done in this PR: 1. In order to avoid boilerplate code we add a function for signing a CA. 2. We add

[Freeipa-devel] [freeipa PR#1419][opened] test_cert_plugin: check if SAN is added with default profile

2017-12-20 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1419 Author: Rezney Title: #1419: test_cert_plugin: check if SAN is added with default profile Action: opened PR body: """ This test case addresses upstream case #7007. https://pagure.io/freeipa/issue/7334 """ To pull the PR as Git branch: git

[Freeipa-devel] [freeipa PR#1925][opened] ui_tests: extend test_selinuxusermap.py suite

2018-05-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1925 Author: Rezney Title: #1925: ui_tests: extend test_selinuxusermap.py suite Action: opened PR body: """ Extend test_selinuxusermap.py suite with new test cases. Details in the ticket. We also modify "add_table_associations" to handle

[Freeipa-devel] [freeipa PR#1868][opened] [Backport][ipa-4-6] WebUI tests: Extend netgroup tests with more scenarios

2018-04-27 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1868 Author: Rezney Title: #1868: [Backport][ipa-4-6] WebUI tests: Extend netgroup tests with more scenarios Action: opened PR body: """ This PR was opened automatically because PR #1839 was pushed to master and backport to ipa-4-6 is required.

[Freeipa-devel] [freeipa PR#1839][closed] WebUI tests: Extend netgroup tests with more scenarios

2018-04-27 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1839 Author: varunmylaraiah Title: #1839: WebUI tests: Extend netgroup tests with more scenarios Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1839/head:pr1839 git

[Freeipa-devel] [freeipa PR#1869][opened] [Backport][ipa-4-6] ui_tests: extend test_user suite

2018-04-27 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1869 Author: Rezney Title: #1869: [Backport][ipa-4-6] ui_tests: extend test_user suite Action: opened PR body: """ This PR was opened automatically because PR #1838 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR as

[Freeipa-devel] [freeipa PR#1919][opened] ui_tests: checkbox click fix

2018-05-10 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1919 Author: Rezney Title: #1919: ui_tests: checkbox click fix Action: opened PR body: """ We check a box with clicking on label by default however sometimes when a label is too short (1-2 letters) we are hitting an issue that the checkbox

[Freeipa-devel] [freeipa PR#1920][opened] ui_tests: improve "field_validation" method

2018-05-11 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1920 Author: Rezney Title: #1920: ui_tests: improve "field_validation" method Action: opened PR body: """ Often when trying to check e.g. required field we pass the method another element as parent in order to narrow down a scope for validation.

[Freeipa-devel] [freeipa PR#1925][closed] ui_tests: extend test_selinuxusermap.py suite

2018-05-18 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1925 Author: Rezney Title: #1925: ui_tests: extend test_selinuxusermap.py suite Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1925/head:pr1925 git checkout pr1925

[Freeipa-devel] [freeipa PR#1923][closed] Extend WebUI test_krbpolicy automation suite

2018-05-18 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1923 Author: varunmylaraiah Title: #1923: Extend WebUI test_krbpolicy automation suite Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1923/head:pr1923 git checkout

[Freeipa-devel] [freeipa PR#1944][opened] [Backport][ipa-4-6] Extend WebUI test_krbpolicy automation suite

2018-05-18 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1944 Author: Rezney Title: #1944: [Backport][ipa-4-6] Extend WebUI test_krbpolicy automation suite Action: opened PR body: """ This PR was opened automatically because PR #1923 was pushed to master and backport to ipa-4-6 is required. """ To pull

[Freeipa-devel] [freeipa PR#1942][opened] [Backport][ipa-4-6] ui_tests: extend test_selinuxusermap.py suite

2018-05-18 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1942 Author: Rezney Title: #1942: [Backport][ipa-4-6] ui_tests: extend test_selinuxusermap.py suite Action: opened PR body: """ This PR was opened automatically because PR #1925 was pushed to master and backport to ipa-4-6 is required. """ To

[Freeipa-devel] [freeipa PR#1929][closed] [Backport][ipa-4-6] ui_tests: improve "field_validation" method

2018-05-15 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1929 Author: Rezney Title: #1929: [Backport][ipa-4-6] ui_tests: improve "field_validation" method Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1929/head:pr1929 git

[Freeipa-devel] [freeipa PR#1928][closed] [Backport][ipa-4-6] ui_tests: checkbox click fix

2018-05-15 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1928 Author: Rezney Title: #1928: [Backport][ipa-4-6] ui_tests: checkbox click fix Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1928/head:pr1928 git checkout

[Freeipa-devel] [freeipa PR#1724][closed] Test webui realm domains

2018-05-18 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1724 Author: celestian Title: #1724: Test webui realm domains Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1724/head:pr1724 git checkout pr1724

[Freeipa-devel] [freeipa PR#1946][closed] [Backport][ipa-4-6] Test webui realm domains

2018-05-21 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1946 Author: Rezney Title: #1946: [Backport][ipa-4-6] Test webui realm domains Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1946/head:pr1946 git checkout pr1946

[Freeipa-devel] [freeipa PR#1944][closed] [Backport][ipa-4-6] Extend WebUI test_krbpolicy automation suite

2018-05-21 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1944 Author: Rezney Title: #1944: [Backport][ipa-4-6] Extend WebUI test_krbpolicy automation suite Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1944/head:pr1944

[Freeipa-devel] [freeipa PR#1995][opened] ui_tests: extend test_config.py suite

2018-06-06 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1995 Author: Rezney Title: #1995: ui_tests: extend test_config.py suite Action: opened PR body: """ Extend test_config.py suite with new test cases. https://pagure.io/freeipa/issue/7576 """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#2006][opened] [Backport][ipa-4-6] ui_tests: fixes for issues with sending key and focus on element

2018-06-08 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2006 Author: Rezney Title: #2006: [Backport][ipa-4-6] ui_tests: fixes for issues with sending key and focus on element Action: opened PR body: """ This PR was opened automatically because PR #1999 was pushed to master and backport to ipa-4-6 is

[Freeipa-devel] [freeipa PR#1999][closed] ui_tests: fixes for issues with sending key and focus on element

2018-06-08 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1999 Author: Rezney Title: #1999: ui_tests: fixes for issues with sending key and focus on element Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1999/head:pr1999

[Freeipa-devel] [freeipa PR#1999][opened] ui_tests: fixes for issues with sending key and focus on element

2018-06-07 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1999 Author: Rezney Title: #1999: ui_tests: fixes for issues with sending key and focus on element Action: opened PR body: """ Fixes 2 issues in WebUI tests. One issue is that we are unable to confirm a dialog by "Enter" keyboard -

[Freeipa-devel] [freeipa PR#2076][opened] ui_tests - stabilization fixes

2018-06-27 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2076 Author: Rezney Title: #2076: ui_tests - stabilization fixes Action: opened PR body: """ This patch aims to fix the following tests which seems to be quite unstable recently: test_user::test_actions - closing notification and

[Freeipa-devel] [freeipa PR#2091][closed] [testing_master] Nightly PR

2018-07-03 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2091 Author: freeipa-pr-ci Title: #2091: [testing_master] Nightly PR Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2091/head:pr2091 git checkout pr2091

[Freeipa-devel] [freeipa PR#2092][opened] [IPA-4-6] - initialize ASN.1 object by hand.

2018-07-03 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2092 Author: Rezney Title: #2092: [IPA-4-6] - initialize ASN.1 object by hand. Action: opened PR body: """ Same workaround as for 7.5 https://github.com/freeipa/freeipa/pull/1643 """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#2092][closed] [IPA-4-6] - initialize ASN.1 object by hand.

2018-07-03 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2092 Author: Rezney Title: #2092: [IPA-4-6] - initialize ASN.1 object by hand. Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2092/head:pr2092 git checkout pr2092

[Freeipa-devel] [freeipa PR#1448][opened] test_caless: add SAN extension to server certs

2018-01-09 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1448 Author: Rezney Title: #1448: test_caless: add SAN extension to server certs Action: opened PR body: """ Currently when testing we are using SAN extension only in KDC, wildcard certs and not in the valid http/ds certs. During replica

[Freeipa-devel] [freeipa PR#1468][opened] test_gssproxy: test duplicated sections

2018-01-15 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1468 Author: Rezney Title: #1468: test_gssproxy: test duplicated sections Action: opened PR body: """ Related to the issue where ipa-server-install failed because gssproxy was not able to start due to a duplicated section

[Freeipa-devel] [freeipa PR#1468][closed] test_gssproxy: test duplicated sections

2018-01-16 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1468 Author: Rezney Title: #1468: test_gssproxy: test duplicated sections Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1468/head:pr1468 git checkout pr1468

[Freeipa-devel] [freeipa PR#1516][opened] ipa_tests: test subca key replication

2018-02-02 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1516 Author: Rezney Title: #1516: ipa_tests: test subca key replication Action: opened PR body: """ Test if key replication is not failing. https://pagure.io/freeipa/issue/7387 """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#1524][opened] tests: ca-less to ca-full - remove certupdate

2018-02-06 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1524 Author: Rezney Title: #1524: tests: ca-less to ca-full - remove certupdate Action: opened PR body: """ After commits 8960141 and 97942a7 we do not need to run ipa-certupdate command anymore when switching to ca-full. This patch removes the

[Freeipa-devel] [freeipa PR#1570][opened] [Backport][ipa-4-6] - Help cache test

2018-02-13 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1570 Author: Rezney Title: #1570: [Backport][ipa-4-6] - Help cache test Action: opened PR body: """ This test case addresses upsteam ticket #6999, where "ipa help" does not work if called when no schema is cached.

[Freeipa-devel] [freeipa PR#1568][opened] [Backport][ipa-4-5] - ipatest: replica install with existing entry on master

2018-02-13 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1568 Author: Rezney Title: #1568: [Backport][ipa-4-5] - ipatest: replica install with existing entry on master Action: opened PR body: """ replica install might fail because of existing entry for replica like

[Freeipa-devel] [freeipa PR#1573][opened] [Backport][ipa-4-6] - test_renewal_master: add ipa csreplica-manage test

2018-02-13 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1573 Author: Rezney Title: #1573: [Backport][ipa-4-6] - test_renewal_master: add ipa csreplica-manage test Action: opened PR body: """ Add test case for setting renewal master using command ipa-csreplica-manage. Automation related to upstream

[Freeipa-devel] [freeipa PR#1572][opened] [Backport][ipa-4-5] - cn to san backport

2018-02-13 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1572 Author: Rezney Title: #1572: [Backport][ipa-4-5] - cn to san backport Action: opened PR body: """ https://pagure.io/freeipa/issue/7334 Reviewed-By: Fraser Tweedale """ To pull the PR as Git branch: git remote add

[Freeipa-devel] [freeipa PR#1575][opened] [Backport][ipa-4-5] - External ca py crypto backport

2018-02-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1575 Author: Rezney Title: #1575: [Backport][ipa-4-5] - External ca py crypto backport Action: opened PR body: """ Switch external CA generation from certutil to python-cryptography as this way of handling the certificates should be more readable,

[Freeipa-devel] [freeipa PR#1579][closed] [Backport][ipa-4-5] - test_renewal_master: add ipa csreplica-manage test

2018-02-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1579 Author: Rezney Title: #1579: [Backport][ipa-4-5] - test_renewal_master: add ipa csreplica-manage test 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#1576][opened] [Backport][ipa-4-5] [Backport][ipa-4-6] - Help cache test

2018-02-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1576 Author: Rezney Title: #1576: [Backport][ipa-4-5] [Backport][ipa-4-6] - Help cache test Action: opened PR body: """ This PR was opened automatically because PR #1570 was pushed to ipa-4-6 and backport to ipa-4-5 is required. """ To pull the

[Freeipa-devel] [freeipa PR#1570][closed] [Backport][ipa-4-6] - Help cache test

2018-02-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1570 Author: Rezney Title: #1570: [Backport][ipa-4-6] - Help cache test Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1570/head:pr1570 git checkout pr1570

[Freeipa-devel] [freeipa PR#1572][closed] [Backport][ipa-4-5] - cn to san backport

2018-02-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1572 Author: Rezney Title: #1572: [Backport][ipa-4-5] - cn to san backport Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1572/head:pr1572 git checkout pr1572

[Freeipa-devel] [freeipa PR#1575][closed] [Backport][ipa-4-5] - External ca py crypto backport

2018-02-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1575 Author: Rezney Title: #1575: [Backport][ipa-4-5] - External ca py crypto backport Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1575/head:pr1575 git checkout

[Freeipa-devel] [freeipa PR#1581][opened] [Backport][ipa-4-5]- Ca > ext > ca backport-4-6

2018-02-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1581 Author: Rezney Title: #1581: [Backport][ipa-4-5]- Ca > ext > ca backport-4-6 Action: opened PR body: """ Backport of https://github.com/freeipa/freeipa/pull/1372 """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#1581][closed] [Backport][ipa-4-6]- Ca > ext > ca backport-4-6

2018-02-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1581 Author: Rezney Title: #1581: [Backport][ipa-4-6]- Ca > ext > ca backport-4-6 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1581/head:pr1581 git checkout

[Freeipa-devel] [freeipa PR#1569][closed] [Backport][ipa-4-6] - test_x509: test very long OID

2018-02-13 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1569 Author: Rezney Title: #1569: [Backport][ipa-4-6] - test_x509: test very long OID Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1569/head:pr1569 git checkout

[Freeipa-devel] [freeipa PR#1579][opened] [Backport][ipa-4-5] [Backport][ipa-4-6] - test_renewal_master: add ipa csreplica-manage test

2018-02-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1579 Author: Rezney Title: #1579: [Backport][ipa-4-5] [Backport][ipa-4-6] - test_renewal_master: add ipa csreplica-manage test Action: opened PR body: """ This PR was opened automatically because PR #1573 was pushed to ipa-4-6 and backport to

[Freeipa-devel] [freeipa PR#1573][closed] [Backport][ipa-4-6] - test_renewal_master: add ipa csreplica-manage test

2018-02-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1573 Author: Rezney Title: #1573: [Backport][ipa-4-6] - test_renewal_master: add ipa csreplica-manage test 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#1574][opened] [Backport][ipa-4-5] - ipa_tests: test subca key replication

2018-02-13 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1574 Author: Rezney Title: #1574: [Backport][ipa-4-5] - ipa_tests: test subca key replication Action: opened PR body: """ Test if key replication is not failing. https://pagure.io/freeipa/issue/7387 Reviewed-By: Christian Heimes

[Freeipa-devel] [freeipa PR#1574][closed] [Backport][ipa-4-5] - ipa_tests: test subca key replication

2018-02-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1574 Author: Rezney Title: #1574: [Backport][ipa-4-5] - ipa_tests: test subca key replication Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1574/head:pr1574 git

[Freeipa-devel] [freeipa PR#1612][closed] [Backport][ipa-4-5]- test_caless: introduce new python makepki + fix SKI extension issue

2018-02-22 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1612 Author: Rezney Title: #1612: [Backport][ipa-4-5]- test_caless: introduce new python makepki + fix SKI extension issue Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch

[Freeipa-devel] [freeipa PR#1613][closed] [Backport][ipa-4-5] - test_caless: add caless to external CA test

2018-02-22 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1613 Author: Rezney Title: #1613: [Backport][ipa-4-5] - test_caless: add caless to external CA test Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1613/head:pr1613

[Freeipa-devel] [freeipa PR#1583][closed] [Backport][ipa-4-5]- Ca > ext > ca backport-4-5

2018-02-22 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1583 Author: Rezney Title: #1583: [Backport][ipa-4-5]- Ca > ext > ca backport-4-5 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1583/head:pr1583 git checkout pr1583

[Freeipa-devel] [freeipa PR#1619][closed] [Backport][ipa-4-5] - test for second phase of ipa-server-install with --external-ca when dirsrv instance is stopped

2018-02-22 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1619 Author: Rezney Title: #1619: [Backport][ipa-4-5] - test for second phase of ipa-server-install with --external-ca when dirsrv instance is stopped Action: closed To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#1625][opened] [Backport][ipa-4-5] - test_x509: test very long OID

2018-02-22 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1625 Author: Rezney Title: #1625: [Backport][ipa-4-5] - test_x509: test very long OID Action: opened PR body: """ Active Directory creates OIDs long enough to trigger a failure. This can cause e.g. ipa-server-install failure when installing with an

[Freeipa-devel] [freeipa PR#1617][opened] [Backport][ipa-4-6] - test for second phase of ipa-server-install with --external-ca when dirsrv instance is stopped

2018-02-22 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1617 Author: Rezney Title: #1617: [Backport][ipa-4-6] - test for second 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

[Freeipa-devel] [freeipa PR#1618][opened] [Backport][ipa-4-6] - test PKINIT and anchor update

2018-02-22 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1618 Author: Rezney Title: #1618: [Backport][ipa-4-6] - test PKINIT and anchor update Action: opened PR body: """ Add test case for installing PKINIT and anchor update when using 3rd party CA after caless installation. Related to #6831 issue.

[Freeipa-devel] [freeipa PR#2042][opened] [Backport][ipa-4-6] Extended UI test for Certificates

2018-06-19 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2042 Author: Rezney Title: #2042: [Backport][ipa-4-6] Extended UI test for Certificates Action: opened PR body: """ This PR was opened automatically because PR #1961 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR as

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

2018-06-19 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1961 Author: mrizwan93 Title: #1961: Extended UI test for Certificates Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1961/head:pr1961 git checkout pr1961

[Freeipa-devel] [freeipa PR#2188][opened] prci_definitions: fix wrong indentation in the nightly yaml

2018-07-27 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2188 Author: Rezney Title: #2188: prci_definitions: fix wrong indentation in the nightly yaml Action: opened PR body: """ TestLineTopologyWithoutCA definition has wrong indentation. """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#2186][opened] [Backport][IPA-4-7] - Making nigthly test definition editable by FreeIPA's contributors

2018-07-27 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2186 Author: Rezney Title: #2186: [Backport][IPA-4-7] - Making nigthly test definition editable by FreeIPA's contributors Action: opened PR body: """ Backport of https://github.com/freeipa/freeipa/pull/2139 """ To pull the PR as Git branch: git

[Freeipa-devel] [freeipa PR#2195][opened] ipa_tests: test ssh keys login

2018-07-31 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2195 Author: Rezney Title: #2195: ipa_tests: test ssh keys login Action: opened PR body: """ Integration test for: https://pagure.io/SSSD/sssd/issue/3747 """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#2225][closed] [testing master] Nightly run

2018-08-16 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2225 Author: Tiboris Title: #2225: [testing master] Nightly run Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2225/head:pr2225 git checkout pr2225

[Freeipa-devel] [freeipa PR#2224][opened] PR-CI extend timeouts

2018-08-07 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2224 Author: Rezney Title: #2224: PR-CI extend timeouts Action: opened PR body: """ extend timeout with one hour as timed out many times in PRCI nightly - test_dnssec - test_replication_layouts_TestLineTopologyWithCA -

[Freeipa-devel] [freeipa PR#2247][opened] test: client uninstall fails when installed using non-existing hostname

2018-08-13 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2247 Author: Rezney Title: #2247: test: client uninstall fails when installed using non-existing hostname Action: opened PR body: """ test: client uninstall fails when installed using non-existing hostname https://pagure.io/freeipa/issue/7620 """

[Freeipa-devel] [freeipa PR#2287][opened] Integration test for sssd_ssh leaks

2018-08-27 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2287 Author: Rezney Title: #2287: Integration test for sssd_ssh leaks Action: opened PR body: """ Integration test for sssd_ssh leaks https://pagure.io/SSSD/sssd/issue/3794 """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#2161][opened] Mark DL0 TestReplicaManageDel tests as xfail

2018-07-17 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2161 Author: Rezney Title: #2161: Mark DL0 TestReplicaManageDel tests as xfail Action: opened PR body: """ Mark failing DL0 TestReplicaManageDel tests as xfail until issue 7622 is fixed. https://pagure.io/freeipa/issue/7622 """ To pull the PR as

[Freeipa-devel] [freeipa PR#2314][opened] bump PRCI template version to 0.1.8

2018-08-31 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2314 Author: Rezney Title: #2314: bump PRCI template version to 0.1.8 Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2314/head:pr2314 git checkout

[Freeipa-devel] [freeipa PR#2309][opened] Add "389-ds-base-legacy-tools" to requires.

2018-08-31 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2309 Author: Rezney Title: #2309: Add "389-ds-base-legacy-tools" to requires. Action: opened PR body: """ "389-ds-base-legacy-tools" needs to be added to requires until the switch to python installer is completed. """ To pull the PR as Git branch:

[Freeipa-devel] [freeipa PR#2352][opened] bump PRCI template version to 0.1.9

2018-09-11 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2352 Author: Rezney Title: #2352: bump PRCI template version to 0.1.9 Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2352/head:pr2352 git checkout

[Freeipa-devel] [freeipa PR#2098][opened] ipa_tests: ipa-replica-prepare stuck on user input

2018-07-04 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2098 Author: Rezney Title: #2098: ipa_tests: ipa-replica-prepare stuck on user input Action: opened PR body: """ TestOldReplicaWorksAfterDomainUpgrade is getting stuck while running "ipa-replica-prepare" as it is asking for user input: "Do

[Freeipa-devel] [freeipa PR#1643][opened] ipa-4-5: python2-pyasn1 workaround

2018-03-01 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1643 Author: Rezney Title: #1643: ipa-4-5: python2-pyasn1 workaround Action: opened PR body: """ initialize ASN.1 object by hand to make it compatible with ancient pyasn1 """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#1679][opened] WebUI tests: test_service

2018-03-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1679 Author: Rezney Title: #1679: WebUI tests: test_service Action: opened PR body: """ Extension of test_service WebUI tests. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1680][opened] [Backport][ipa-4-5] - Sub ca sign

2018-03-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1680 Author: Rezney Title: #1680: [Backport][ipa-4-5] - Sub ca sign Action: opened PR body: """ test to verify that replica is able to sign a certificate with new sub CA. https://pagure.io/freeipa/issue/7387 Reviewed-By: Fraser Tweedale

[Freeipa-devel] [freeipa PR#1680][closed] [Backport][ipa-4-5] - Sub ca sign

2018-03-14 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1680 Author: Rezney Title: #1680: [Backport][ipa-4-5] - Sub ca sign Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1680/head:pr1680 git checkout pr1680

[Freeipa-devel] [freeipa PR#1780][opened] ui_tests: workaround for data disappearing

2018-04-05 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1780 Author: Rezney Title: #1780: ui_tests: workaround for data disappearing Action: opened PR body: """ Some data disappear from user details page after the save action is performed. https://pagure.io/freeipa/issue/5776 """ To pull the PR as

[Freeipa-devel] [freeipa PR#1780][closed] ui_tests: workaround for data disappearing

2018-04-05 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1780 Author: Rezney Title: #1780: ui_tests: workaround for data disappearing Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1780/head:pr1780 git checkout pr1780

[Freeipa-devel] [freeipa PR#1782][closed] webui: refresh complex pages after modification

2018-04-19 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1782 Author: pvoborni Title: #1782: webui: refresh complex pages after modification Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1782/head:pr1782 git checkout

[Freeipa-devel] [freeipa PR#1834][opened] [Backport][ipa-4-6] webui: refresh complex pages after modification

2018-04-19 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1834 Author: Rezney Title: #1834: [Backport][ipa-4-6] webui: refresh complex pages after modification Action: opened PR body: """ This PR was opened automatically because PR #1782 was pushed to master and backport to ipa-4-6 is required. """ To

  1   2   >