From Fedora Project Wiki

(→‎Test Results: adding row for my results)
(Move long comments to a separate section at end of page)
 
(14 intermediate revisions by 5 users not shown)
Line 103: Line 103:
|-
|-
| [[User:Tflink|Tim Flink]]
| [[User:Tflink|Tim Flink]]
| {{result|inprogress}}
| {{result|pass}}
| {{result|inprogress}}
| {{result|pass}}
| {{result|inprogress}}
| {{result|pass}}<ref> creating random file took too long, used 12M binary and verified with sha1sum</ref>
|
| {{result|warn}} <ref>{{bz|633774}} - had to start sendmail manually since S3 AMI couldn't be updated</ref>
| {{result|inprogress}}
| {{result|pass}}
| {{result|inprogress}}
| {{result|pass}}
| ami-6ebe4507
| ami-6ebe4507
| <references/>
| <references/>
|-
|-
| [[User:Athmane|Athmane Madjoudj]]
| {{result|pass}} <ref>Not all tests ran</ref>
| {{result|pass}}
| {{result|pass}} <ref>scp test skipped</ref>
|
| {{result|pass}}
| {{result|pass}}
| ami-6ebe4507
| <references/>
|-
| [[User:sghai|Sachin Ghai]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref> Got same issue as in{{bz|633774}}, tested with default installed systemd-26-4.fc15.x86_64 </ref>
| {{result|pass}} <ref> Manually Installed Postfix package, its was not installed. However after install, its working fine </ref>
| {{result|pass}}
| ami-72bf441b
| <references/>
|-
| [[User:Verdurin|Adam Huffman]]
| {{result|pass}}
| {{result|pass}}
| {{result|fail}} <ref> Unable to login via password authentication and problems with sshd failing </ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| ami-60bd4609
| <references/>
|-
| [[User:kad|Jorge Gallegos]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}} <ref group="long"> After changing PasswordAuthentication=yes in /etc/ssh/sshd_config and restarting sshd via systemctl restart sshd.service I could use password authentication and complete the test </ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| ami-72bf441b
| <references/>
|-
| [[User:sghai|Sachin Ghai]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|warn}} <ref> Got same issue as in{{bz|633774}}, tested with default installed systemd-26-4.fc15.x86_64 </ref>
| {{result|pass}}
| {{result|fail}} <ref> {{bz|728465}}-httpd test failed with symbolic error in /var/log/messages and systemd became inactive</ref>
| ami-2abf4443
| <references/>
|}
|}
== Long comments ==
<references group="long" />


[[Category:Fedora 15 Test Days]]
[[Category:Fedora 15 Test Days]]
[[Category:Cloud SIG]]
[[Category:Cloud SIG]]

Latest revision as of 06:24, 26 December 2014

Cloud SIG EC2 Image Fedora Test Day
Echo-testing-48px.png
Fedora EC2

Date 2011-08-04
Time all day

Website Cloud SIG
IRC #fedora-test-day (webirc)
Mailing list cloud


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?[edit]

Today's installment of Fedora Test Day will focus on Fedora EC2 Images

Who's available[edit]

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


Prerequisite for Test Day[edit]

  • Free time
  • An Amazon EC2 account
  • Internet connectivity for connecting to EC2 images.
  • Standard Fedora repositories must be available.

How to test?[edit]

Test Day EC2 Images[edit]

Fedora EC2 images for test day are publicly accessible, but not broadly advertised. To launch an instance, log into the AWS Management Console.

  • Choose the EC2 tab.
  • In the left pane, select the US-East-1 region.
  • In the main window, select launch instance.
  • Click on the "Community AMIs" tab.
  • Enter one of the ami IDs below into the text box and follow the prompts to launch the image:

Fedora 15 Test Images[edit]

Region Arch Root Store AMI ID
us-east-1 i386 instance store ami-6ebe4507
us-east-1 x86_64 instance store ami-72bf441b
us-east-1 i386 EBS Backed ami-60bd4609
us-east-1 x86_64 EBS Backed ami-2abf4443

Testing the Images[edit]

  • Launch one of the mentioned AMIs on EC2.
  • Log in as 'ec2-user' using the ssh key you specified on launch
  • sudo su should work without requiring a root password
  • Ensure that SELinux is enabled and functional using: cat /etc/selinux/config and cat /selinux/enforce
  • Ensure that your instance has network connectivity:
    • Check if your DNS is resolving: nslookup fedoraproject.org
    • Check the network settings: ifconfig and ping -c 4 fedoraproject.org
  • Run some test-cases.

Test Cases[edit]

Need help?[edit]

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, and the second should be a link to the Smolt profile of the system you tested. For each test case, use the result template to enter your result, as shown in the example result line.

Test Results[edit]

If you have problems with any of the tests, report a bug to Bugzilla.

Use the following table to record tests completed.

Tester Yum basics System logging OpenSSH Sendmail Postfix Apache HTTPd AMI ID References
Sample User
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
Pass pass
ami-nnnnnnnn
Tim Flink
Pass pass
Pass pass
Pass pass
[1]
Warning warn
[2]
Pass pass
Pass pass
ami-6ebe4507
  1. creating random file took too long, used 12M binary and verified with sha1sum
  2. RHBZ #633774 - had to start sendmail manually since S3 AMI couldn't be updated
Athmane Madjoudj
Pass pass
[1]
Pass pass
Pass pass
[2]
Pass pass
Pass pass
ami-6ebe4507
  1. Not all tests ran
  2. scp test skipped
Sachin Ghai
Pass pass
Pass pass
Pass pass
Warning warn
[1]
Pass pass
[2]
Pass pass
ami-72bf441b
  1. Got same issue as inRHBZ #633774, tested with default installed systemd-26-4.fc15.x86_64
  2. Manually Installed Postfix package, its was not installed. However after install, its working fine
Adam Huffman
Pass pass
Pass pass
Fail fail
[1]
Pass pass
Pass pass
Pass pass
ami-60bd4609
  1. Unable to login via password authentication and problems with sshd failing
Jorge Gallegos
Pass pass
Pass pass
Pass pass
[long 1]
Pass pass
Pass pass
Pass pass
ami-72bf441b
Sachin Ghai
Pass pass
Pass pass
Pass pass
Warning warn
[1]
Pass pass
Fail fail
[2]
ami-2abf4443
  1. Got same issue as inRHBZ #633774, tested with default installed systemd-26-4.fc15.x86_64
  2. RHBZ #728465-httpd test failed with symbolic error in /var/log/messages and systemd became inactive

Long comments[edit]

  1. After changing PasswordAuthentication=yes in /etc/ssh/sshd_config and restarting sshd via systemctl restart sshd.service I could use password authentication and complete the test