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 13: Line 13:
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
* Development - [[User:Pbrady|Pbrady]] (pixelbeat)
* [[User:Pbrady|Pbrady]] (pixelbeat)
* Development - [[User:Mrunge|Mrunge]] (mrunge)
* [[User:Mrunge|Mrunge]] (mrunge)
* Development - [[User:Eglynn|Eglynn]] (eglynn)
* [[User:Eglynn|Eglynn]] (eglynn)
* Development - [[User:Apevec|Apevec]] (apevec)
* [[User:Apevec|Apevec]] (apevec)
* Development - [[User:Gkotton|GKotton]] (garyk)
* [[User:Gkotton|GKotton]] (garyk)
* Development - [[User:Eharney|eharney]] (eharney)
* [[User:Eharney|eharney]] (eharney)
* Deployment - [[User:Vaneldik|Vaneldik]] (vaneldik), [[User:spstarr|spstarr]] (spstarr)
* [[User:Vaneldik|Vaneldik]] (vaneldik)
* Test - [[User:kashyapc|kashyapc]] (kashyap), [[User:spstarr|spstarr]] (spstarr)
* [[User:spstarr|spstarr]] (spstarr)
Testing
* [[User:kashyapc|kashyapc]] (Kashyap Chamarthy)
* [[User:spstarr|spstarr]]   (Shawn Starr)
* [[User:mrceresa|mrceresa]] (Mario Ceresa)
* [[User:mkollaro|mkollaro]] (Martina Kollarova)
* [[User:mpavlase|mpavlase]] (Martin Pavlasek)
 


== Prerequisite for Test Day ==  
== Prerequisite for Test Day ==  
Line 41: Line 33:
=== Fedora 19 ===
=== Fedora 19 ===
* [https://dl.fedoraproject.org/pub/alt/stage/ Fedora 19 Alpha live image] can be used to install a virtual machine.
* [https://dl.fedoraproject.org/pub/alt/stage/ Fedora 19 Alpha live image] can be used to install a virtual machine.
* TC2 doesn't support bare metal installs, but TC3 should [https://bugzilla.redhat.com/show_bug.cgi?id=928228 #928228]
* Currently bare metal installs are not supported [https://bugzilla.redhat.com/show_bug.cgi?id=928228 #928228]
* For the live install, VMs should have at least 2G RAM and 16G disk made available [https://bugzilla.redhat.com/show_bug.cgi?id=928886 #928886]
* VMs should have at least 2G RAM and 16G disk made available [https://bugzilla.redhat.com/show_bug.cgi?id=928886 #928886]


Please record common Fedora 19 issues here:
Please record common Fedora 19 issues here:
Line 48: Line 40:
* Screen blanking/locking can't be undone. So disable immediately on first boot [https://bugzilla.redhat.com/show_bug.cgi?id=923364 #923364]
* Screen blanking/locking can't be undone. So disable immediately on first boot [https://bugzilla.redhat.com/show_bug.cgi?id=923364 #923364]


* If you have an F18, machine, you can update to f19 using:
* If you have an F18, machine, since F19 is branched, you can update to f19 using the below way:


  yum update yum; yum clean all ; yum --releasever=19 distro-sync --nogpgcheck -y;
  yum update yum; yum clean all ; yum --releasever=19 distro-sync --nogpgcheck -y;
Line 69: Line 61:
Make sure you have all the current updates for it installed:
Make sure you have all the current updates for it installed:


  sudo yum clean all
   sudo yum --enablerepo=updates-testing clean all
   sudo yum --enablerepo=updates-testing update -y
  sudo yum update -y


=== SELinux ===
=== SELinux ===
Line 143: Line 135:
== Test Cases ==
== Test Cases ==


=== Basic setup ===
Basic setup:


# [[QA:Testcase_add_SSH_keypair_to_OpenStack|Add SSH keypair]]
# [[QA:Testcase_add_SSH_keypair_to_OpenStack|Add SSH keypair]]
Line 149: Line 141:
# [[QA:Testcase_create_OpenStack_nova_network|Create nova network]]
# [[QA:Testcase_create_OpenStack_nova_network|Create nova network]]


=== Core functionality ===
Core functionality:


# [[QA:Testcase_launch_an_instance_on_OpenStack|Launch an instance]]
# [[QA:Testcase_launch_an_instance_on_OpenStack|Launch an instance]]
Line 156: Line 148:
# [[QA:Testcase_separate_OpenStack_compute_node|Separate compute node]]
# [[QA:Testcase_separate_OpenStack_compute_node|Separate compute node]]


=== Nova boot-from-volume ===
Nova boot-from-volume:


# [[QA:Testcase_Nova_Create_Builder_Instance | Create a builder instance]]
# [[QA:Testcase_Nova_Create_Builder_Instance | Create a builder instance]]
Line 162: Line 154:
# [[QA:Testcase_Nova_Snapshot_Volume_Backed_Instance | Create an image from a running volume-backed instance]]
# [[QA:Testcase_Nova_Snapshot_Volume_Backed_Instance | Create an image from a running volume-backed instance]]


=== Quantum functionality ===
Quantum functionality:


# [[QA:Testcase_Quantum_V2#How_to_test | Configure and use a network topology in Quantum]]
# [[QA:Testcase_Quantum_V2#How_to_test | Configure and use a network topology in Quantum]]


=== Swift functionality ===
Swift functionality:


# [[QA:Testcase_Swift_Upload_Download_Files | Upload and download files]]
# [[QA:Testcase_Swift_Upload_Download_Files | Upload and download files]]
Line 173: Line 165:
# [[QA:Testcase_Swift_Add_Device | Add Storage Device to ring]]
# [[QA:Testcase_Swift_Add_Device | Add Storage Device to ring]]


=== Dashboard functionality ===
Dashboard functionality:


# [[QA:Testcase_OpenStack_dashboard_setup|Basic dashboard setup and login]]
# [[QA:Testcase_OpenStack_dashboard_setup|Basic dashboard setup and login]]
Line 180: Line 172:
# [[QA:Testcase_OpenStack_dashboard_vnc|VNC access to instances through the dashboard]]
# [[QA:Testcase_OpenStack_dashboard_vnc|VNC access to instances through the dashboard]]


=== Heat basic functionality ===
Heat basic functionality (recommended for all developers):


# [[QA:Testcase_OpenStack_heat_setup|Basic heat setup and configuration]]
# [[QA:Testcase_OpenStack_heat_setup|Basic heat setup and configuration]]
Line 186: Line 178:
# [[QA:Testcase_OpenStack_heat_stop|Stop Heat services and uninstall Heat]]
# [[QA:Testcase_OpenStack_heat_stop|Stop Heat services and uninstall Heat]]


=== Heat advanced functionality ===
Heat advanced functionality (recommended for all developers):


# [[QA:Testcase_OpenStack_heat_rununit|Run nose unit tests]]
# [[QA:Testcase_OpenStack_heat_rununit|Run nose unit tests]]
Line 203: Line 195:
# [[QA:Testcase_OpenStack_heat_run_AutoScalingMultiAZSample|Run AutoScaling testcase]]
# [[QA:Testcase_OpenStack_heat_run_AutoScalingMultiAZSample|Run AutoScaling testcase]]


=== Ceilometer functionality ===
Ceilometer functionality (recommended for all developers):


# [[QA:Testcase_OpenStack_ceilometer_install|Install ceilometer]]
# [[QA:Testcase_OpenStack_ceilometer_install|Install ceilometer]]
Line 210: Line 202:
# [[QA:Testcase_OpenStack_ceilometer_mongodb_store|Explore the metering store]]
# [[QA:Testcase_OpenStack_ceilometer_mongodb_store|Explore the metering store]]


=== Extra credit ===
Extra credit:


# [[QA:Testcase_run_Tempest_tests|Tempest tests]]
# [[QA:Testcase_run_Tempest_tests|Tempest tests]]
Line 249: Line 241:
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|fail||947427}}
| {{result|fail}} <ref>{{bz|947427}}</ref>
| <references/>
| <references/>
|-
|-
Line 259: Line 251:
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|fail||947421}}
| {{result|fail}} <ref>{{bz|947421}}</ref>
| <references/>
 
|-
| [[User:kashyapc|Kashyap Chamarthy]]
| {{result|none}} no obvious way to delete incorrect security rules (added to the default nova security group)
| {{result|none}}
| {{result|none}}
| {{result|none}}
| {{result|fail||947075}}Also reproducible on Fedora-19. Upstream bz - https://bugs.launchpad.net/nova/+bug/1163469
| <references/>
| <references/>
|-
|-
Line 278: Line 261:
| {{result|pass}} <ref>credentials in keystonerc_admin no keystonerc</ref>
| {{result|pass}} <ref>credentials in keystonerc_admin no keystonerc</ref>
| {{result|warn}}  
| {{result|warn}}  
* glance copy_from hangs on stdin <ref>{{bz|923844}}</ref>
* glance copy_from hangs on stdin as per bug {{bz|923844}}
* tty images failed with "Could not resolve host: images.ansolabs.com; Name or service not known"
* tty images failed with "Could not resolve host: images.ansolabs.com; Name or service not known"
* Manually downloading a cirros image + glance add name=cirros is_public=true disk_format=qcow2 container_format=bare < cirros-0.3.0-x86_64-disk.img worked.
* Manually downloading a cirros image + glance add name=cirros is_public=true disk_format=qcow2 container_format=bare < cirros-0.3.0-x86_64-disk.img worked.
| {{result|pass}}
| <references/>
|-
|-
| [[User:mkollaro|Martina Kollarova]]
| {{result|none}} Packstack on f18 VM<ref> swift proxy server fails to start {{bz|947469}}</ref><ref> tgtd service fails to start but can be manually started {{bz|947419}} </ref>
| {{result|pass}} <ref>done automatically by packstack</ref>
| {{result|pass}}
| {{result|warn}}
* glance add using copy_from hangs<ref>{{bz|923844}}</ref> but downloading it first and redirecting it to stdin works
* could not test using tty images, the server is unavailable
| {{result|pass}}  
| {{result|pass}}  
| <references/>
| <references/>
|-
|-


|-
| [[User:mpavlase|Martin Pavlasek]]
| {{result|none}} Packstack on f18 VM (KVM) <ref>known bug {{bz|946915}} occured</ref>
| {{result|none}} didn't install
| {{result|pass}}
| {{result|warn}}
* glance add copy_from issue <ref>{{bz|923844}}</ref>
* passed with [http://c250663.r63.cf1.rackcdn.com/ttylinux.tgz another images], because of outage of server
| {{result|pass}}
| <references/>
|-
|-
| [[User:gfidente|Giulio Fidente]]
| {{result|none}} packstack on bare metal f18 <ref>{{bz|946915}}</ref><ref>{{bz|948243}}</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|warn}}
* glance add copy_from issue <ref>{{bz|923844}}</ref>
* passed with [http://c250663.r63.cf1.rackcdn.com/ttylinux.tgz another images], because of outage of server
| {{result|pass}}
| <references/>
|-


{|
{|
Line 333: Line 280:
|-
|-
| [[User:mrceresa|Mario Ceresa]]
| [[User:mrceresa|Mario Ceresa]]
| {{result|pass}} <ref group="long">If you get a wrong ip on the instance, remember to check if packstack silently configured an additional network or if the default nework of libvirtd is active</ref>
| {{result|pass}} <ref>If you get a wrong ip on the instance, remember to check if packstack silently configured an additional network or if the default nework of libvirtd is active</ref>
| {{result|fail||947463}}
| {{result|fail}} <ref>{{bz|947463}}</ref>
| {{result|none}}  
| {{result|none}}  
| {{result|pass}} <ref>Should update the test case page: lokkit does not work with firewallD</ref>
| {{result|pass}} <ref>Should update the test case page: lokkit does not work with firewallD</ref>
Line 340: Line 287:
|-
|-


|-
| [[User:mkollaro|Martina Kollarova]]
| {{result|pass}}
| {{result|fail||947463}}
| {{result|none}}
| {{result|none}}
| <references/>
|-


|-
| [[User:mpavlase|Martin Pavlasek]]
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| {{result|none}}
| <references/>
|-


|-
| [[User:gfidente|Giulio Fidente]]
| {{result|pass}}
| {{result|fail||922579}}
| {{result|none}}
| {{result|pass}}
| <references/>
|-


Core functionality:
Core functionality:


{|
{|
Line 375: Line 299:
! [[QA:Testcase_Nova_Snapshot_Volume_Backed_Instance | Create an image from a running volume-backed instance]]
! [[QA:Testcase_Nova_Snapshot_Volume_Backed_Instance | Create an image from a running volume-backed instance]]
! References
! References
|-
|-
| [[User:mkollaro|Martina Kollarova]]
| {{result|pass}}
| {{result|none}}
| {{result|none}}
| <references/>
|-
|-
| [[User:gfidente|Giulio Fidente]]
| {{result|none}}
| {{result|pass}}
| {{result|fail||948305}}
| <references/>
|-
|-


Line 422: Line 330:
! References
! References
|-
|-
Dashboard functionality:
Dashboard functionality:


|-
|-
| [[User:mrceresa|Mario Ceresa]]
| [[User:mrceresa|Mario Ceresa]]
| {{result|fail}} <ref group="long">horizon starts but halts when logging in. Setting DEBUG=true in local_settings showed that python-cinderclient hits the same error as in {{bz|947463}}</ref>
| {{result|fail}} <ref>horizon starts but halts when logging in. Setting DEBUG=true in local_settings showed that python-cinderclient hits the same error as in {{bz|947463}}</ref>
| {{result|none}}  
| {{result|none}}  
| {{result|none}}  
| {{result|none}}  
| {{result|none}}  
| {{result|none}}  
| <references/>
|-
|-
| [[User:gfidente|Giulio Fidente]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|fail||948316}}
| <references/>
| <references/>
|-
|-
Line 459: Line 357:
! [[QA:Testcase_OpenStack_ceilometer_metering_glance|Enable metering of glance]]
! [[QA:Testcase_OpenStack_ceilometer_metering_glance|Enable metering of glance]]
! [[QA:Testcase_OpenStack_ceilometer_metering_nova|Enable metering of nova]]
! [[QA:Testcase_OpenStack_ceilometer_metering_nova|Enable metering of nova]]
! [[QA:Testcase_OpenStack_ceilometer_mongodb_store|Explore the metering store]]
! References
! References
|-
|-
Line 467: Line 364:
| [[User:Eglynn|Eoghan Glynn]]
| [[User:Eglynn|Eoghan Glynn]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}  
| {{result|pass}}  
| {{result|pass}}  
| {{result|pass}}  
Line 479: Line 375:
! [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]]
! [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]]
! References
! References
|-
|-
Extra credit:
Extra credit:
|-
| [[User:afazekas|Attila Fazekas]]
| {{result|fail}} <ref> swift not configured {{bz|947469}}</ref><ref> nova availability-zone-list issue {{bz|947749}}</ref>
| {{result|none}}
| {{result|none}}
| <references/>
|-
|}
== Long comments ==
<references group="long" />


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