From Fedora Project Wiki

Line 44: Line 44:


* Fedora 19 prepared with the following instructions:
* Fedora 19 prepared with the following instructions:
url=http://npmccallum.fedorapeople.org/freeipa-otp
# REQUIRED: Install FreeIPA
  yum update
  yum update
  yum install freeipa-server freeipa-client sssd python-qrcode python-pyrad
  yum install freeipa-server freeipa-client sssd python-qrcode python-pyrad
systemctl start ipa-otpd.socket
   
   
  url=http://npmccallum.fedorapeople.org/freeipa-otp
  # REQUIRED: Install testing environment
  ul=/usr/local
pushd /usr/local/sbin
  unitd=/lib/systemd/system
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
   
   
  wget -O $ul/sbin/ipa-testday-otp $url/ipa-testday-otp
# OPTIONAL: simulated RADIUS daemon
  wget -O $ul/sbin/ipa-testday-radius $url/ipa-testday-radius
pushd /usr/local/libexec
  wget -O $ul/libexec/ipa-testday-radiusd $url/ipa-testday-radiusd
  wget http://npmccallum.fedorapeople.org/freeipa-otp/ipa-testday-radiusd
  wget -O $unitd/ipa-testday-radiusd.service $url/ipa-testday-radiusd.service
  chown root:root ipa-testday-radiusd
  wget -O $unitd/ipa-testday-radiusd.socket $url/ipa-testday-radiusd.socket
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
   
   
  chown root:root \
  # OPTIONAL: After testing, remove test environment and RADIUS daemon
        $ul/sbin/ipa-testday-otp \
rm -f /usr/local/sbin/ipa-testday-*
        $ul/sbin/ipa-testday-radius \
rm -f /usr/local/libexec/ipa-testday-radiusd
        $ul/libexec/ipa-testday-radiusd \
  rm -f /lib/systemd/system/ipa-testday-radiusd.*
        $unitd/ipa-testday-radiusd.service \
        $unitd/ipa-testday-radiusd.socket
  chmod 755 \
        $ul/sbin/ipa-testday-otp \
        $ul/sbin/ipa-testday-radius \
        $ul/libexec/ipa-testday-radiusd
chmod 644 \
        $unitd/ipa-testday-radiusd.service \
        $unitd/ipa-testday-radiusd.socket
 
systemctl start ipa-testday-radiusd.socket
systemctl start ipa-otpd.socket


== Test Cases ==
== Test Cases ==

Revision as of 19:52, 4 June 2013

Fedora Test Days
Echo-testing-48px.png
Features/FreeIPA_Two_Factor_Authentication

Date 2013-06-06
Time all day

Website QA/Fedora_19_test_days
IRC #fedora-test-day (webirc)


Note.png
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 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 current schedule and see if a similar but more recent Test Day is planned or has already happened.

What to test?

Today's instalment of Fedora Test Day will focus on FreeIPA Two Factor Authentication.

Who's available

The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...

Feedback

We need your feedback!

Prerequisite for Test Day

  • A live image. Tips on using a live image are available at FedoraLiveCD.
Architecture SHA256SUM
x86_64 TODO
i686 TODO
Note.png
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
  • Fedora 19 prepared with the following instructions:
url=http://npmccallum.fedorapeople.org/freeipa-otp

# REQUIRED: Install FreeIPA
yum update
yum install freeipa-server freeipa-client sssd python-qrcode python-pyrad
systemctl start ipa-otpd.socket

# REQUIRED: Install testing environment
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

# OPTIONAL: simulated RADIUS daemon
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

# OPTIONAL: After testing, remove test environment and RADIUS daemon
rm -f /usr/local/sbin/ipa-testday-*
rm -f /usr/local/libexec/ipa-testday-radiusd
rm -f /lib/systemd/system/ipa-testday-radiusd.*

Test Cases

Install/Setup Tests:

Test Results

Construct a table or list to allow testers to post results. Each column should be a test case or configuration, and each row should consist of test results. Include some instructions on how to report bugs, and any special instructions. Here's an example, from a Palimpsest test day:

If you have problems with any of the tests, report a bug to Bugzilla usually for the component freeipa, or krb5. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. 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 result template to enter your result, as shown in the example result line.

User Basic installation tests Internal OTP External OTP Other References
Sample User
none
Pass pass
Warning warn
[1]
Fail fail
[2]
  1. Test pass, but also encountered RHBZ #54321
  2. RHBZ #12345