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 3: Line 3:
| image = [[File:Echo-testing-48px.png|link=QA/Fedora_19_test_days]]
| image = [[File:Echo-testing-48px.png|link=QA/Fedora_19_test_days]]
| caption = [[Features/FreeIPA_Two_Factor_Authentication]]
| caption = [[Features/FreeIPA_Two_Factor_Authentication]]
| date = 2013-06-06 to 2013-06-07
| date = 2013-06-06
| time = all day both days
| time = all day
| website = [[QA/Fedora_19_test_days]]
| website = [[QA/Fedora_19_test_days]]
| irc = [irc://irc.freenode.net/#fedora-test-day #fedora-test-day] ([http://webchat.freenode.net/?channels=fedora-test-day webirc])
| irc = [irc://irc.freenode.net/#fedora-test-day #fedora-test-day] ([http://webchat.freenode.net/?channels=fedora-test-day webirc])
}}
}}
{{admon/note | TEST DAY EXTENDED | Please note that due to the lack of advance notice, the Test Day has been extended to 2013-06-07. QA folks and developers will be around both days to take results and help with troubleshooting. If you were interested in the event but the notice was too short to make it on 2013-06-06, just come along the next day!}}


{{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 at [http://bugzilla.redhat.com Bugzilla], and add your results to the results section. If this page is more than a month old when you arrive here, please check the [[QA/Test_Days|current schedule]] and see if a similar but more recent Test Day is planned or has already happened.}}
{{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 at [http://bugzilla.redhat.com Bugzilla], and add your results to the results section. If this page is more than a month old when you arrive here, please check the [[QA/Test_Days|current schedule]] and see if a similar but more recent Test Day is planned or has already happened.}}
Line 36: Line 34:
! Architecture !! SHA256SUM  
! Architecture !! SHA256SUM  
|-  
|-  
| [http://npmccallum.fedorapeople.org/freeipa-otp/testday-20130606-x86_64.iso x86_64] || <tt>9cc3f8884df74dc4b61636dcf3ff6b2f7a19d1f034078722112a7944ddc72c45</tt>
| [http://npmccallum.fedorapeople.org/freeipa-otp/testday-201300606-x86_64.iso x86_64] || TODO
|-
|-
| [http://npmccallum.fedorapeople.org/freeipa-otp/testday-20130606-i686.iso i686] || <tt>a924364c313b21006b4efaca02b549b6cd1eab13a4adb85233265d2cb3b66c3e</tt>
| [http://npmccallum.fedorapeople.org/freeipa-otp/testday-201300606-i686.iso i686] || TODO
|}
|}
{{admon/note | Memory | Please make sure that the LiveCD has enough memory to operate. We recommend:
{{admon/note | Memory | Please make sure that the LiveCD has enough memory to operate. We recommend:
Line 45: Line 43:
}}
}}


* Fedora 19 prepared with the following instructions (run as root):
* Fedora 19 prepared with the following instructions:
  # Get environment script
  url=http://npmccallum.fedorapeople.org/freeipa-otp
wget http://npmccallum.fedorapeople.org/freeipa-otp/ipa-testday-env
# REQUIRED: Install FreeIPA
yum update
yum install freeipa-server freeipa-client sssd python-qrcode python-pyrad
systemctl start ipa-otpd.socket
   
   
  # If you have mod_ssl installed, it will cause a conflict during environment install
  # REQUIRED: Install testing environment
  yum remove mod_ssl
  pushd /usr/local/sbin
wget http://npmccallum.fedorapeople.org/freeipa-otp/ipa-testday-otp
wget http://npmccallum.fedorapeople.org/freeipa-otp/ipa-testday-radius
chown root:root ipa-testday-otp ipa-testday-radius
chmod 755 ipa-testday-otp ipa-testday-radius
popd
   
   
  # Install FreeIPA 2FA test environment
  # OPTIONAL: simulated RADIUS daemon
  bash ipa-testday-env install
  pushd /usr/local/libexec
wget http://npmccallum.fedorapeople.org/freeipa-otp/ipa-testday-radiusd
chown root:root ipa-testday-radiusd
chmod 755 ipa-testday-radiusd
popd
pushd /lib/systemd/system
wget http://npmccallum.fedorapeople.org/freeipa-otp/ipa-testday-radiusd.service
wget http://npmccallum.fedorapeople.org/freeipa-otp/ipa-testday-radiusd.socket
chown root:root ipa-testday-radiusd.service ipa-testday-radiusd.socket
chmod 644 ipa-testday-radiusd.service ipa-testday-radiusd.socket
popd
systemctl start ipa-testday-radiusd.socket
   
   
  # When testing is complete, remove the test environment
  # OPTIONAL: After testing, remove test environment and RADIUS daemon
  bash ipa-testday-env uninstall
  rm -f /usr/local/sbin/ipa-testday-*
 
rm -f /usr/local/libexec/ipa-testday-radiusd
{{admon/important | Package updates | An updated libbsd package is causing the Kerberos database to not be created which causes the IPA installation to fail. Do not update the libbsd package to libbsd-0.5.1-1. libbsd-0.4.2-3 is known to work.}}
rm -f /lib/systemd/system/ipa-testday-radiusd.*


== Test Cases ==
== Test Cases ==
Line 66: Line 84:
* 2.  [[QA:Testcase_freeipav3_otp|Internal OTP]]
* 2.  [[QA:Testcase_freeipav3_otp|Internal OTP]]
* 3.  [[QA:Testcase_freeipav3_radius|External OTP]]
* 3.  [[QA:Testcase_freeipav3_radius|External OTP]]
{{admon/important | 3rd Party RADIUS | If you have tested against a 3rd party RADIUS server, please provide the name and version of this server in the table below.}}


== Test Results ==
== Test Results ==
Line 81: Line 97:
! [[QA:Testcase_freeipav3_radius|External OTP]]
! [[QA:Testcase_freeipav3_radius|External OTP]]
! Other
! Other
! 3rd Party RADIUS
! References
! References
|-
|-
Line 89: Line 104:
| {{result|warn}} <ref>Test pass, but also encountered {{bz|54321}}</ref>
| {{result|warn}} <ref>Test pass, but also encountered {{bz|54321}}</ref>
| {{result|fail}} <ref>{{bz|12345}}</ref>
| {{result|fail}} <ref>{{bz|12345}}</ref>
| FreeRADIUS 2.2.0,
RSA Authentication Manager 8.0
| <references/>
|-
| [[User:Rcritten|Rob Crittenden]]
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref>Test pass, radius user not visible. https://fedorahosted.org/freeipa/ticket/3693</ref>
| {{result|none}}
| Internal
| <references/>
|-
|-
| [[User:Frank|Frank Jayalath]]
| {{result|fail||971639}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| Internal
| <references/>
| <references/>
|-
|-
| [[User:TBabej|Tomas Babej]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| Internal
| <references/>
|-
| [[User:Chris|Chris Hudson]]
| {{result|pass}}
| {{result|warn}} <ref group="long">Test pass, QR code would only scan on iOS after making the keylength 30 (divisible by 5) https://code.google.com/p/google-authenticator/issues/detail?id=268</ref>
| {{result|pass}}
| {{result|none}}
| Internal
| <references/>
|}
|}


== Long comments ==
[[Category:Test Days]]  [[Category:Fedora 19 Test Days]]
<references group="long" />
[[Category:QA Templates]]
 
[[Category:Fedora 19 Test Days|f]]
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)