From Fedora Project Wiki

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 8: Line 8:
| irc = [irc://irc.freenode.net/#freeipa #freeipa] ([http://webchat.freenode.net/?channels=freeipa webirc], [irc://irc.freenode.net/#fedora-test-day #fedora-test-day] ([http://webchat.freenode.net/?channels=fedora-test-day webirc]))
| irc = [irc://irc.freenode.net/#freeipa #freeipa] ([http://webchat.freenode.net/?channels=freeipa webirc], [irc://irc.freenode.net/#fedora-test-day #fedora-test-day] ([http://webchat.freenode.net/?channels=fedora-test-day webirc]))
}}
}}
{{admon/warning | In construction | The Test Day page is yet in construction. We will remove this warning when the Test Day page is ready!}}


{{admon/note | Can't make the date? | If you come to this page before or after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find, and add your results to the results section.}}
{{admon/note | Can't make the date? | If you come to this page before or after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find, and add your results to the results section.}}
Line 15: Line 17:


== Who's available ==
== Who's available ==
* Development: [[User:mkosek|Martin Košek]] (mkosek), [[User:abbra|Alexander Bokovoy]] (ab), [[User:rcritten|Rob Crittenden]] (rcrit)
* Development: [[User:mkosek|Martin Košek]] (mkosek), [[User:abbra|Alexander Bokovoy]] (ab),[[User:rcritten|Rob Crittenden]] (rcrit)
* Quality Assurance: Scott Poore (spoore), Kaleem Siddiqui (kaleem)
* Quality Assurance: TODO


== Feedback ==
== Feedback ==
Line 26: Line 28:
== Prerequisite for Test Day ==  
== Prerequisite for Test Day ==  


* A live image. Tips on using a live image are available at [[FedoraLiveCD]].
* Installed [http://fedoraproject.org/get-prerelease.html Fedora 19 Beta] with latest updates
{|
** Please use latest packages from updates-testing reposistory, i.e. do <code>yum update --enablerepo=updates-testing</code>  
! Architecture !! SHA256SUM
|-
| [http://fedorapeople.org/groups/qa/testday-20130418-x86_64.iso x86_64] || 149a7ef93d50d3c40bc26e7f21037add9ac7968c074937ebb72b031cb527db93
|-
| [http://fedorapeople.org/groups/qa/testday-20130418-i686.iso i686] || 8bc3536fbc982a80f4b74baf7530427113e5b2fca24cb098d3565da2d920423c
|}
{{admon/note | Memory | Please make sure that the LiveCD has enough memory to operate. We recommend:
* At minimum 2.5 GB of memory for non-graphical run
* At minimum 3 GB memory for graphical (GNOME) run
}}
 
* Test day notes:
** Please install 'java-atk-wrapper' package in addition to 'freeipa-server' if you are planning to use integrated Dogtag CA. There is a missing dependency on Dogtag side right now.
 
* Or an installed [http://dl.fedoraproject.org/pub/alt/stage/ Fedora 19 pre-release] with latest updates
** Please use latest packages from updates-testing repository, i.e. do <code>yum update --enablerepo=updates-testing</code>  
** If the following essential packages have not hit the ''updates-testing'' repo yet, they can be also downloaded from koji:
*** [http://koji.fedoraproject.org/koji/buildinfo?buildID=412163 freeipa-server-3.2.0-0.2.beta1.fc19]
*** [http://koji.fedoraproject.org/koji/buildinfo?buildID=412535 krb5-1.11.2-2.fc19]
*** [http://koji.fedoraproject.org/koji/buildinfo?buildID=412502 sssd-1.10.0-2.fc19.alpha1]
*** [http://koji.fedoraproject.org/koji/buildinfo?buildID=412515 realmd-0.13.3-2]
*** [http://koji.fedoraproject.org/koji/buildinfo?buildID=412505 selinux-policy-3.12.1-32]
** For easier downloading from koji, install koji package:
  yum install koji createrepo
  mkdir /opt/repo
  cd /opt/repo
  for pkg in krb5-1.11.2-2.fc19 sssd-1.10.0-2.fc19.alpha1 realmd-0.13.3-2.fc19 selinux-policy-3.12.1-32.fc19 ; do
      koji download-build $pkg
  done
  createrepo /opt/repo
** Add local repo file to use with yum, /etc/yum.repos.d/local.repo:
  [local-repo]
  name=Fedora $releasever - $basearch - Local Updates
  failovermethod=priority
  baseurl=file:///opt/repo
  enabled=1
  gpgcheck=0
 
  [local-repo-debuginfo]
  name=Fedora $releasever - $basearch - Local Updates Debug
  failovermethod=priority
  baseurl=file:///opt/repo
  enabled=0
  gpgcheck=0
 
  [local-repo-source]
  name=Fedora $releasever - $basearch - Local Updates Source
  failovermethod=priority
  baseurl=file:///opt/repo
  enabled=0
  gpgcheck=0
** Now you can run yum update
** We recommend multiple installed instances for replica or client tests
** We recommend multiple installed instances for replica or client tests
* For AD integration test cases, installed Microsoft Active Directory of version 2008 R2 or newer
* For AD integration test cases, installed Microsoft Active Directory of version 2008 R2 or newer
** [http://www.freeipa.org/page/Setting_up_Active_Directory_domain_for_testing_purposes steps how to obtain your AD test instance]
** See our [http://www.freeipa.org/page/Setting_up_Active_Directory_domain_for_testing_purposes steps how to obtain your AD test instance]


== Test Cases and Instructions ==
== Test Cases and Instructions ==
Install/Setup Tests:
* [[QA:Testcase_freeipav3_installation|Basic installation tests]]
* 1.  [[QA:Testcase_freeipav3_installation|Basic installation tests]]
* [[QA:Testcase_freeipav3_replication|Install primary and replica, add couple clients]]
* 2.  [[QA:Testcase_freeipav3_replication|Install primary and replica, add couple clients]]
* [[QA:Testcase_freeipav3_client_reenrollment|Test re-enrolling FreeIPA client]]
* 3.  [[QA:Testcase_freeipav3_client_reenrollment|Test re-enrolling FreeIPA client]]
* [[QA:Testcase_freeipav3_ad_trust|AD Trust configuration]]
 
** [[QA:Testcase_freeipav3_ad_multimaster_trust|AD Multimaster trust test]]
Realmd Tests ([[Features/RealmdFreeIpaSupport|feature]]):
** [[QA:Testcase_freeipav3_ad_hbac|Configure HBAC policy for AD users and test it with HBAC test]]
* 4.  [[QA:Testcase_FreeIPA_realmd_join|Join FreeIPA domain with realmd]]
** [[QA:Testcase_freeipav3_ad_realmdomains|Configure domains controlled by FreeIPA and load them in AD]]
* 5.  [[QA:Testcase_FreeIPA_realmd_leave|Leave FreeIPA domain with realmd]]
* [[QA:Testcase_freeipav3_kerberos_flag_control|Configure chosen Kerberos flags with FreeIPA CLI]]
* 6.  [[QA:Testcase_FreeIPA_realmd_login|Make sure that realmd respects FreeIPA's HBAC rules]]
* [[QA:Testcase_freeipav3_cert_find|Browse certificates published by FreeIPA CA]]
* 7.  [[QA:Testcase_FreeIPA_realmd_ssh|Verify FreeIPA's SSH public key management using realmd to join the current machine to a FreeIPA domain. ]]
* [[QA:Testcase_freeipav3_backup_and_restore|Test backup&restore of FreeIPA server]]
* 8.  realmd + sudo is [[QA:Testcase_FreeIPA_realmd_sudo|not]] yet ready for testing.
* [[QA:Testcase_freeipav3_ca_less_installation|Install FreeIPA server without a CA]]
* 9.  [[QA:Testcase_FreeIPA_control_center|Use GNOME Control Center with FreeIPA accounts]]
 
Trust Tests:
* 10. [[QA:Testcase_freeipav3_ad_realmdomains|Configure domains controlled by FreeIPA]]
* 11.  [[QA:Testcase_freeipav3_ad_trust|AD Trust configuration]]
* 12.  [[QA:Testcase_freeipav3_ad_realmdomains_windows|Check UPN suffixes associated with FreeIPA at AD side]]
* 13.  [[QA:Testcase_freeipav3_ad_multimaster_trust|AD Multimaster trust test]]
* 14.  [[QA:Testcase_freeipav3_ad_hbac|Configure HBAC policy for AD users and test it with HBAC test]]
 
Other New Features:
* 15. [[QA:Testcase_freeipav3_kerberos_flag_control|Configure chosen Kerberos flags with FreeIPA CLI]]
* 16. [[QA:Testcase_freeipav3_cert_find|Browse certificates published by FreeIPA CA]]
* 17. [[QA:Testcase_freeipav3_backup_and_restore|Test backup&restore of FreeIPA server]]
* 18. [[QA:Testcase_freeipav3_ca_less_installation|Install FreeIPA server without a CA]]


== Test Results ==
== Test Results ==
Line 117: Line 53:
{{admon/note | Filing a bug | If you are unsure about exactly how to file the report or what other information to include, just ask us on IRC and we will help you. }}
{{admon/note | Filing a bug | If you are unsure about exactly how to file the report or what other information to include, just ask us on IRC and we will help you. }}


Once you have completed the tests, add your results to the appropriate Results table below, following the example results from the first line as a template. The first column should be your name with a link to your User page in the Wiki if you have one. For each test case, use the [[Template:result|result template]] to enter your result, as shown in the example result line.
Once you have completed the tests, add your results to the Results table below, following the example results from the first line as a template. The first column should be your name with a link to your User page in the Wiki if you have one. For each test case, use the [[Template:result|result template]] to enter your result, as shown in the example result line.


To provide extended commands, bugs, etc, or if you don't have a FAS account but want to provide results, please use our public [http://openetherpad.org/Fedora-19-IPA-Test-Day Etherpad]
{|
 
! User
'''Installation/Setup Results'''
! [[QA:Testcase_freeipav3_installation|Install]]
{| style="width: 100%"
! [[QA:Testcase_freeipav3_replication|Repl]]
! style="width: 10%" | User
! [[QA:Testcase_freeipav3_client_reenrollment|Client]]
! style="width: 20%" | [[QA:Testcase_freeipav3_installation|1. Install]]
! [[QA:Testcase_freeipav3_ad_trust|Trust]]
! style="width: 20%" | [[QA:Testcase_freeipav3_replication|2. Replication]]
! [[QA:Testcase_freeipav3_ad_multimaster_trust|Multimaster]]
! style="width: 20%" | [[QA:Testcase_freeipav3_client_reenrollment|3. Client Re-Enrollment]]
! [[QA:Testcase_freeipav3_ad_hbac|AD HBAC]]
! style="width: 30%" | References
! [[QA:Testcase_freeipav3_ad_realmdomains|Domains]]
|-
! [[QA:Testcase_freeipav3_kerberos_flag_control|Krb flags]]
| [[User:SampleUser|Sample User]]
! [[QA:Testcase_freeipav3_cert_find|Cert-find]]
| {{result|pass}}
! [[QA:Testcase_freeipav3_backup_and_restore|Backup]]
| {{result|warn}} <ref>Test pass, {{bz|54321}}</ref>
! [[QA:Testcase_freeipav3_ca_less_installation|CA-less]]
| {{result|fail}} <ref>{{bz|12345}}</ref>
! References
| <references/>
|-
| [[User:Shanks|Shanks]]
| {{result|fail}} <ref> Nothing apart from the ones already filed </ref>
| {{result|}}
| {{result|warn}} <ref> Improvement: [https://fedorahosted.org/freeipa/ticket/3573 #3573]</ref>
| <references/>
|-
| [[User:mrniranjan|mrniranjan]]
| {{result|fail||953413|953432|953485}}
| {{result|}}
| {{result|}}
| <references/>
|-
| [[User:mvarun|mvarun]]
| {{result|fail||953464|953432}}
| {{result|pass||953541}}
| {{result|pass}}
| <references/>
|-
| [[User:mkosek|mkosek]]
| {{result|warn||953464}}<ref>[https://fedorahosted.org/freeipa/ticket/3570 #3570]</ref>
| {{result|}}
| {{result|pass}} <ref>Improvement: [https://fedorahosted.org/freeipa/ticket/3572 #3572]</ref>
| <references/>
|-
| [[User:pkis|pkis]]
| {{result|fail||953464}}
| {{result|}}
| {{result|}}
| <references/>
|-
| [[User:dspurek|dspurek]]
| {{result|fail||953413|953485}}
| {{result|}}
| {{result|}}
| <references/>
|-
| [[User:jscotka|Jan Scotka]]
| {{result|fail||953413|953488}}
| {{result|}}
| {{result|}}
| <references/>
|-
| [[User:Akrivoka|Ana Krivokapic]]
| {{result|warn||953413}}<ref>Improvement: [https://fedorahosted.org/freeipa/ticket/3576 #3576]</ref>
| {{result|warn||953653}}
| {{result|}}
| <references/>
|-
| [[User:tbabej|Tomas Babej]]
| {{result|fail||953413|953432}}
| {{result|}}
| {{result|pass}}
| <references/>
|-
| [[User:todoleza|Tomas Dolezal]]
| {{result|fail}} <ref>encountered {{bz|953413}}</ref> <ref>enhanced info for {{bz|953488}}</ref>
| {{result|}}
| {{result|}}
| <references/>
|-
| [[User:abbra|Alexander Bokovoy]]
| {{result|warn}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:pviktori|Petr Viktorin]]
| {{result|warn||953413}}
| {{result|}}
| {{result|}}
| <references/>
|-
| [[User:rcrit|Rob Crittenden]]
| {{result|fail||953413|853485}}
| {{result|}}
| {{result|pass}}
| <references/>
|-
| [[User:kaleem|kaleem]]
| {{result|fail||953413|953432|953485}}
| {{result|}}
| {{result|}}
| <references/>
|-
| [[User:spoore|spoore]]
| {{result|warn||953413}}<ref>{{bz|953432}}</ref><ref>{{bz|953485}}</ref><ref>{{bz|953617}}</ref>
| {{result|warn||953653}}
| {{result|pass}}
| <references/>
|-
| [[User:xdong|xdong]]
| {{result|warn||953413}}<ref>{{bz|953432}}</ref><ref>{{bz|953617}}</ref>
| {{result|}}
| {{result|}}
| <references/>
|-
| [[User:yelley|Yassir Elley]]
| {{result|fail||953432|953488|953464}}<ref>I was able to work around the first two bugs, but not around 953464</ref>
| {{result|}}
| {{result|}}
| <references/>
|-
|}
 
'''Realmd Results'''
{| style="width: 100%"
! style="width: 10%" | User
! style="width: 12%" | [[QA:Testcase_FreeIPA_realmd_join|4. realmd: join]]
! style="width: 12%" | [[QA:Testcase_FreeIPA_realmd_leave|5. realmd: leave]]
! style="width: 12%" | [[QA:Testcase_FreeIPA_realmd_login|6. realmd: login]]
! style="width: 12%" | [[QA:Testcase_FreeIPA_realmd_ssh|7. realmd: ssh]]
! style="width: 12%" | [[QA:Testcase_FreeIPA_control_center|9. realmd: gnome]]
! style="width: 30%" | References
|-
|-
| [[User:SampleUser|Sample User]]
| [[User:SampleUser|Sample User]]
| {{result|none}}
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref>Test pass, {{bz|54321}}</ref>
| {{result|warn}} <ref>Test pass, {{bz|54321}}</ref>
Line 255: Line 77:
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| <references/>
|-
| [[User:Stefw|Stefw]]
| {{result|warn}} <ref>{{bz|953486}} {{bz|953528}}</ref>
| {{result|pass}}
| {{result|warn||953116}}
| {{result|none}}
| {{result|none}}
| {{result|fail}}  <ref group="long">{{bz|953453}} {{bz|953477}} {{bz|953445}} {{bz|953174}} [https://bugzilla.gnome.org/show_bug.cgi?id=698263 gnomebz:698263] [https://bugzilla.gnome.org/show_bug.cgi?id=698262 gnomebz:698262] [https://bugzilla.gnome.org/show_bug.cgi?id=698276 gnomebz:698276] [https://bugs.freedesktop.org/show_bug.cgi?id=61858 xdgbz:61858]</ref>
| <references/>
|-
| [[User:pkis|pkis]]
| {{result|fail}} <ref>{{bz|881112}}{{bz|953286}}</ref>
| {{result|fail||953286}}
| {{result|pass}}
| {{result|fail||953617}}
| {{result|fail}} <ref>{{bz|953825}}{{bz|953829}}{{bz|953851}}{{bz|953852}}</ref>
| <references/>
|-
| [[User:dspurek|dspurek]]
| {{result|fail||953286}}
| {{result|warn||953286}}
| {{result|pass}}
| {{result|fail||953825}}
| {{result|}}
| <references/>
|-
| [[User:jjaburek|jjaburek]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|warn||953825}}
| {{result|}}
| <references/>
|-
| [[User:mvarun|mvarun]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|}}
| {{result|}}
| <references/>
|-
| [[User:pviktori|Petr Viktorin]]
| {{result|warn}} <ref>[https://fedorahosted.org/freeipa/ticket/3551 #3551]</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|}}
| {{result|fail}}
| <references/>
|-
| [[User:bnater|bnater]]
| {{result|fail||955501}}
| {{result|fail||955501}}
| {{result|pass}}
| {{result|fail||955499}}
| {{result|fail||955691}}
| <references/>
|-
| [[User:yelley|Yassir Elley]]
| {{result|pass}} <ref> working in enforcing mode (after downloading 3.12.1-34) </ref>
| {{result|pass}} <ref> working in enforcing mode (after downloading 3.12.1-34) </ref>
| {{result|pass}}
| {{result|}}
| {{result|}}
| <references/>
|-
| [[User:todoleza|Tomas Dolezal]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref>sshd integration</ref>
| {{result|fail||953905}}
| <references/>
|-
| [[User:tbabej|Tomas Babej]]
| {{result|warn}} <ref>[https://bugzilla.redhat.com/show_bug.cgi?id=953936] BZ 953936</ref>
| {{result|fail}} <ref>[https://bugzilla.redhat.com/show_bug.cgi?id=953936] BZ 953936</ref>
| {{result|}}
| {{result|}}
| {{result|}}
| <references/>
|-
|}
'''Trust Results'''
{| style="width: 100%"
! style="width: 10%" | User
! style="width: 12%" | [[QA:Testcase_freeipav3_ad_realmdomains|10. Config Domains]]
! style="width: 12%" | [[QA:Testcase_freeipav3_ad_trust|11. Configure trust]]
! style="width: 12%" | [[QA:Testcase_freeipav3_ad_realmdomains_windows|12. UPN suffixes]]
! style="width: 12%" | [[QA:Testcase_freeipav3_ad_multimaster_trust|13. Trust multi-master]]
! style="width: 12%" | [[QA:Testcase_freeipav3_ad_hbac|14. AD HBAC]]
! style="width: 30%" | References
|-
| [[User:SampleUser|Sample User]]
| {{result|pass}}
| {{result|warn}} <ref>Test pass, {{bz|54321}}</ref>
| {{result|fail}} <ref>{{bz|12345}}</ref>
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:abbra|Alexander Bokovoy]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:akrivoka|Ana Krivokapic]]
| {{result|pass}}
| {{result|}}
| {{result|}}
| {{result|}}
| {{result|}}
| <references/>
|-
|[[User:xdong|xdong]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
|[[User:spoore|spoore]]
| {{result|pass}}
| {{result|pass}}<ref>ipactl restart</ref>
| {{result|pass}}<ref>no klist get on w2k8</ref>
| {{result|pass}}
| {{result|pass}}<ref>test pass with fix from {{bz|953944}}</ref>
| <references/>
|-
| [[User:jjaburek|jjaburek]]
| {{result|pass}}
| {{result|}}
| {{result|}}
| {{result|}}
| {{result|}}
| <references/>
|-
|}
'''Other New Features Results'''
{| style="width: 100%"
! style="width: 10%" | User
! style="width: 15%" | [[QA:Testcase_freeipav3_kerberos_flag_control|15. Krb flags]]
! style="width: 15%" | [[QA:Testcase_freeipav3_cert_find|16. Cert-find]]
! style="width: 15%" | [[QA:Testcase_freeipav3_backup_and_restore|17. Backup]]
! style="width: 15%" | [[QA:Testcase_freeipav3_ca_less_installation|18. CA-less]]
! style="width: 30%" | References
|-
| [[User:SampleUser|Sample User]]
| {{result|pass}}
| {{result|warn}} <ref>Test pass, {{bz|54321}}</ref>
| {{result|fail}} <ref>{{bz|12345}}</ref>
| {{result|none}}
| {{result|none}}
| <references/>
|-
| [[User:mkosek|mkosek]]
| {{result|pass}}
|
|
|
| <references/>
|-
| [[User:pviktori|Petr Viktorin]]
| {{result|pass}}
| {{result|pass}}
|
|
| <references/>
|-
| [[User:kaleem|kaleem]]
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|pass}}
| <references/>
|-
| [[User:mvarun|mvarun]]
| {{result|none}}
| {{result|none}}
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| <references/>
|-
| [[User:spoore|spoore]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
| <references/>
|-
|-
|}
|}
== Long comments ==
<references group="long" />
  [[Category:Fedora 19 Test Days]]
Please note that all contributions to Fedora Project Wiki are considered to be released under the Attribution-Share Alike 4.0 International (see Fedora Project Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please solve the following task below and enter the answer in the box (more info):

Cancel Editing help (opens in new window)