Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Parametrize sssctl tests. #2

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "ci"
on:
push:
branches: [master]
branches: [master, test-plan]
pull_request:
branches: [master]
branches: [master, test-plan]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion src/tests/system/tests/test_access_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
notes
=====
* parametrize the search attributes, allowing ad and ldap filters be one test
* parametrize fully qualified names
* parametrize fully qualified names
"""


Expand Down
2 changes: 1 addition & 1 deletion src/tests/system/tests/test_autofs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
discussions
===========
?:expand these tests to create files, directories and assert ownership
?:extend samba and ad role and create cifs share
?:extend samba and ad role and create cifs share

intg
====
Expand Down
8 changes: 4 additions & 4 deletions src/tests/system/tests/test_dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@

# in our existing tests we had to disable forwarders in AD otherwise the internal rh corp ptr record would resolve
role.ad.dns.zone(name: str | None = domain, secure_updates: bool | None = True)
DNS over TLS (DoT)
DNS over TLS (DoT)
Certificates for client
SSSD Client configuration?

update containers to support dot, SSSD_container repo (jakub)
* client (networkManager)
* new ipa topologycontroller with dot enabled, sssd configured client

eDNS in RHEL (anaconda,..., installer, dnsconfd... ), /etc/edns/trust (custom trust store) due to UKI issues...
- - eDNS in RHEL IdM (SSSD and IPA),
eDNS in RHEL (anaconda,..., installer, dnsconfd... ), /etc/edns/trust (custom trust store) due to UKI issues...
- - eDNS in RHEL IdM (SSSD and IPA),
https://github.com/freeipa/freeipa/pull/7343/commits


https://github.com/freeipa/freeipa/pull/7343/commits/5abccbf9f4169b2379fccda8677700ae28c1b4c8
- test_edns (deploying freeipa with DoT enable, and supports Server, replicas, and clients)

https://github.com/SSSD/sssd/pull/7678 ---dot support in sssd
https://github.com/SSSD/sssd/pull/7678 ---dot support in sssd
dyndns_dot_cacert
dyndns_dot_cert
"""
Expand Down
2 changes: 1 addition & 1 deletion src/tests/system/tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
notes
=====
* I think we should drop most of these tests except the ones that checks the data that is extracted from /etc/passwd, homedir, gecos
* Dropping the modifying value entry tests, cache tests, override tests
* Dropping the modifying value entry tests, cache tests, override tests

intg
====
Expand Down
2 changes: 1 addition & 1 deletion src/tests/system/tests/test_memcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
notes
=====
* single provider, no value testing against multiple providers
* this can be parametrized, I think it'll be easier to parametrized the service, because the assertions for users and groups are so different.
* this can be parametrized, I think it'll be easier to parametrized the service, because the assertions for users and groups are so different.
* is it important to invalidate a user and then users? and a group and groups?


Expand Down
Loading
Loading