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 1: Line 1:
{{Infobox_group
{{Infobox_group
| name = Cloud SIG BoxGrinder Build Fedora Test Day
| name = Cloud SIG Fedora Test Day
| image = [[File:Echo-testing-48px.png|link=QA/Fedora_15_test_days]]
| image = [[File:Echo-testing-48px.png|link=QA/Fedora_15_test_days]]
| caption = BoxGrinder Build
| caption = Fedora on EC2, BoxGrinder
| date = 2011-04-28
| date = 2011-04-28
| time = all day
| time = all day
| website = [http://boxgrinder.org BoxGrinder]
| website = [[QA/Fedora_15_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])
| fedora_mailing_list = cloud
| fedora_mailing_list = cloud
Line 15: Line 15:


Today's instalment of Fedora Test Day will focus on '''BoxGrinder Build'''
Today's instalment of Fedora Test Day will focus on '''BoxGrinder Build'''
== New to BoxGrinder? ==
<!-- Change this back to #boxgrinder once the test day is over -->
Don't worry. Please read this [https://github.com/boxgrinder/boxgrinder-build/blob/master/README.md README] or scan our [http://boxgrinder.org/ BoxGrinder homepage]. If something is still unclear, don't hesitate to [irc://irc.freenode.net/#fedora-test-day ask us on IRC].


== Who's available ==
== Who's available ==
Line 25: Line 20:
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
* Development - [[User:Goldmann|Marek Goldmann]] (mgoldmann), [[User:Msavy|Marc Savy]] (msavy)
* Development - [[User:Goldmann|Marek Goldmann]] (mgoldmann), [[User:Msavy|Marc Savy]] (msavy)
* Quality Assurance - [[User:Tester1|Tester1]] (irc_nick3), [[User:Tester2|Tester2]] (irc_nick4), [[User:Tester3|Tester3]] (irc_nick5)


== Prerequisite for Test Day ==  
== Prerequisite for Test Day ==  


* Free time
* An updated [http://fedoraproject.org/get-prerelease Fedora 15 pre-release]
* An updated [http://fedoraproject.org/get-prerelease Fedora 15 pre-release]
* Your hardware profile uploaded to [http://www.smolts.org Smolt] according to [http://smolts.org/smolt-wiki/Main_Page#Usage these instructions]
* Your hardware profile uploaded to [http://www.smolts.org Smolt] according to [http://smolts.org/smolt-wiki/Main_Page#Usage these instructions]
Line 42: Line 37:


{{admon/tip|You may not be able to perform every Test Case, but please do those that you can|Some of the Test Cases require the availability of cloud services such as Amazon's AWS that you may not have access to. However, please complete those you can, many of the important cases still possible!}}
{{admon/tip|You may not be able to perform every Test Case, but please do those that you can|Some of the Test Cases require the availability of cloud services such as Amazon's AWS that you may not have access to. However, please complete those you can, many of the important cases still possible!}}
== Prepare your environment ==
If you're testing with the BoxGrinder Test Day Meta-Appliance, then everything is already prepared for you.  Otherwise, it is a matter of a few simple steps to prepare your environment.
* Install '''rubygem-boxgrinder-build''', '''git''' and '''createrepo''' via your favoured package manager.  For instance, in YUM: <pre> su -c "yum install -y git rubygem-boxgrinder-build createrepo" </pre>


== How to test? ==
== How to test? ==
Line 47: Line 47:
=== Test Day Virtual Image ===
=== Test Day Virtual Image ===


{{admon/warning|User your system where possible|Although we have [[Test Day:2011-04-28 Cloud SIG BoxGrinder Build Meta Appliance|Test Day Meta-Appliance]] but it seems that it has some [[Test Day:2011-04-28 Cloud SIG BoxGrinder Build Known Issues|known issues]] preventing you from executing the test cases. You can always [[Test Day:2011-04-28 Cloud SIG BoxGrinder Build Meta Appliance|download stable meta appliance]] based on Fedora 14.}}
{{admon/note|Virtual Images not yet available|The Virtual Images will appear nearer the date of the Test Day}}


Optionally, a pre-prepared BoxGrinder Virtual Images are available in multiple formats for your architecture.
Optionally, a pre-prepared BoxGrinder Virtual Images are available in multiple formats for your architecture.
   
   
* Download the [[Test Day:2011-04-28 Cloud SIG BoxGrinder Build Meta Appliance|Test Day Meta-Appliance]] in your preferred format, and run in your favorite virtualization software.
* Download the [[tdma-download-page|Test Day Meta-Appliance]] in your preferred format, and run in your favourite virtualization software.


=== Update your machine to Fedora 15 ===
=== Update your machine to Fedora 15 ===


If you are already running or want to try the pre-release of Fedora 15, [http://fedoraproject.org/get-prerelease install Fedora 15 Beta] and then update to the latest packages.
If you are already running or want to try the pre-release of Fedora 15, [http://fedoraproject.org/get-prerelease install Fedora 15 Beta] and then update to the latest packages.
== Prepare your environment ==
If you're testing with the BoxGrinder [[Test Day:2011-04-28 Cloud SIG BoxGrinder Build Meta Appliance|Test Day Meta-Appliance]], then everything is already prepared for you.  Otherwise, it is a matter of a few simple steps to prepare your environment.
=== Install BoxGrinder Build ===
==== For Fedora 15 ====
<pre>
wget http://kojipkgs.fedoraproject.org/packages/rubygem-boxgrinder-core/0.3.1/1.fc15/noarch/rubygem-boxgrinder-core-0.3.1-1.fc15.noarch.rpm
wget http://kojipkgs.fedoraproject.org/packages/rubygem-boxgrinder-build/0.9.1/1.fc15/noarch/rubygem-boxgrinder-build-0.9.1-1.fc15.noarch.rpm
yum localinstall ./rubygem-boxgrinder-*
</pre>
==== For Fedora 13/14 ====
<pre>
yum install --enablerepo=updates-testing rubygem-boxgrinder-core rubygem-boxgrinder-build
</pre>
=== Install other tools ===
<pre>
yum install git createrepo
</pre>
=== Grab test appliances ===
<pre>
git clone https://github.com/msavy/boxgrinder-appliances.git
cd boxgrinder-appliances
</pre>


== Test Cases ==
== Test Cases ==
{{admon/note|Known issues|
We have a list of [[Test Day:2011-04-28 Cloud SIG BoxGrinder Build Known Issues|known issues]] that have shown up while releasing version 0.9.1. }}
{{admon/tip|Ignore any GNOME mount errors|GNOME attempts to mount the [http://boxgrinder.org/faq/#How_can_I_prevent_mounting_partitions_in_my_GNOME_Desktop_while_building_appliances loop devices BoxGrinder creates], and fails. This is not a problem, just a minor annoyance.}}


=== Local Test Cases ===
=== Local Test Cases ===
Line 116: Line 79:
An account with a cloud provider is needed to enact the following test-cases
An account with a cloud provider is needed to enact the following test-cases


[[QA:TestCase_boxgrinder_platform_ec2]] No AWS account needed
[[QA:TestCase_boxgrinder_platform_ec2]] Amazon AWS


[[QA:TestCase_boxgrinder_deliver_s3]] Amazon AWS
[[QA:TestCase_boxgrinder_deliver_s3]] Amazon AWS
Line 126: Line 89:
[[QA:TestCase_boxgrinder_deliver_cloudfront]] Amazon AWS CloudFront
[[QA:TestCase_boxgrinder_deliver_cloudfront]] Amazon AWS CloudFront


[[QA:TestCase_boxgrinder_deliver_elastichosts]] ElasticHosts API [http://boxgrinder.org/tutorials/boxgrinder-build-plugins/#ElasticHosts_Delivery_Plugin compatible hosts]
[[QA:TestCase_boxgrinder_deliver_elastichosts]] ElasticHosts API [http://boxgrinder.org/tutorials/boxgrinder-build-plugins/#ElasticHosts_Delivery_Plugin compatible hosts]  


== Test Results ==
== Test Results ==


If you have problems with any of the tests, report a bug to [https://issues.jboss.org/secure/CreateIssue.jspa?pid=12310920&issuetype=1 JIRA] or [https://bugzilla.redhat.com/enter_bug.cgi?component=rubygem-boxgrinder-build&product=Fedora Bugzilla], although '''we prefer JIRA'''. After submitting a ticket, attach the relevant data from log file <code>log/boxgrinder.log</code>.
If you have problems with any of the tests, report a bug to [https://jira.jboss.org/ JIRA] usually for the component [https://jira.jboss.org/browse/BGBUILD BGBUILD]. After submitting a ticket, attach the log file <code>log/boxgrinder.log</code>.  
 
{{admon/note|Use 'testday' label|Please mark the issues with <code>testday</code> label in JIRA. This makes it easier to categorize submitted bug reports.}}
 
=== Need help? ===


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 [[Template:result|result template]] to enter your result, as shown in the example result line.
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 [[Template:result|result template]] to enter your result, as shown in the example result line.
Line 147: Line 106:
! [[QA:TestCase_boxgrinder_deliver_local|local]]
! [[QA:TestCase_boxgrinder_deliver_local|local]]
! [[QA:TestCase_boxgrinder_deliver_sftp|sftp]]
! [[QA:TestCase_boxgrinder_deliver_sftp|sftp]]
! [[QA:TestCase_boxgrinder_xarch_pipeline|xarch]]
! [[QA:TestCase_boxgrinder_platform_ec2|ec2]]
! [[QA:TestCase_boxgrinder_platform_ec2|ec2]]
! [[QA:TestCase_boxgrinder_deliver_s3|s3]]
! [[QA:TestCase_boxgrinder_deliver_s3|s3]]
Line 168: Line 126:
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| {{result|fail}} <ref>Example, this time a BugZilla ticket {{bz|1234567}}</ref>
| <references/>
|-
| [[User:gospo|gospo]]
| Meta-appliance <ref>Fully updated f15 and boxgrinder-build update to 0.9.1</ref>
| {{result|pass}}
|
|
|
|
|
| {{result|pass}}
| {{result|pass}} <ref>With boxgrinder-build 0.9.0 and 0.9.1</ref>
| {{result|pass}} <ref>S3 coherency leaves a bit to be desired, but it you wait the image shows up</ref>
| {{result|pass}}
| <ref>Was running meta-appliance locally so I could not upload to EBS</ref>
| {{result|fail}}
|
| <references/>
|-
| [[User:verdurin|verdurin]]
| [http://smolts.org/client/show/?uuid=pub_564bee59-c975-4e8b-93ea-01d8e2c7c8f4 HW]<ref>Fedora 14</ref>
| {{result|pass}}
| {{result|fail}}<ref>Found bug https://issues.jboss.org/browse/BGBUILD-210</ref><ref>fixed by commenting line 13 of boxgrinder-appliances/testing-appliances/modular-appls/_test_base.appl</ref>
| {{result|none}}
| {{result|none}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}<ref>Generated KVM-type image as I don't have VirtualBox</ref>
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| <references/>
|-
| [[User:Tflink | Tim Flink]]
| [http://www.smolts.org/client/show/pub_75513d90-c6e6-4765-9c59-ec9c09387bd4 HW]
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| <references/>
|-
| [[User:ktofte | ktofte]]
| [http://www.smolts.org/client/show/?uuid=pub_d36eca34-03ed-4c7d-92ab-cefe0f906c1d HW]
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| {{result|warn}} <ref>Yum couldn't find the repositories, but the networking worked fine otherwise. I've had similar trouble with Yum before anyway.</ref>
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| <references/>
| <references/>
|-
|-
| [[User:bertux | Bertrand Juglas]]
| [http://www.smolts.org/client/show/pub_7a0b63e7-f7af-44fd-ada4-13e1f6e209d8 HW]
| {{result|pass}}
| {{result|fail}}<ref>[https://issues.jboss.org/browse/BGBUILD-210?focusedCommentId=12598898&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12598898 Bug comment]</ref><ref>fixed by commenting line 13 of boxgrinder-appliances/testing-appliances/modular-appls/_test_base.appl</ref>
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| <references/>
|}
|}


[[Category:Fedora 15 Test Days]]
[[Category:Fedora 15 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)