From Fedora Project Wiki
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) | ||
* 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:kashyapc|kashyapc]] ( | |||
== 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. | ||
* | * Currently bare metal installs are not supported [https://bugzilla.redhat.com/show_bug.cgi?id=928228 #928228] | ||
* | * 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 --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: | |||
# [[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: | |||
# [[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: | |||
# [[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: | |||
# [[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: | |||
# [[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: | |||
# [[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 (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 (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 (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: | |||
# [[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 | | {{result|fail}} <ref>{{bz|947427}}</ref> | ||
| <references/> | | <references/> | ||
|- | |- | ||
Line 259: | Line 251: | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|fail | | {{result|fail}} <ref>{{bz|947421}}</ref> | ||
| <references/> | | <references/> | ||
|- | |- | ||
Line 290: | Line 273: | ||
| {{result|pass}} <ref>done automatically by packstack</ref> | | {{result|pass}} <ref>done automatically by packstack</ref> | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result| | | {{result|fail}} | ||
| {{result|none}} | |||
| {{result| | |||
| <references/> | | <references/> | ||
|- | |- | ||
{| | {| | ||
Line 333: | Line 290: | ||
|- | |- | ||
| [[User:mrceresa|Mario Ceresa]] | | [[User:mrceresa|Mario Ceresa]] | ||
| {{result|pass}} <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 | | {{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 297: | ||
|- | |- | ||
Core functionality: | Core functionality: | ||
{| | {| | ||
Line 375: | Line 309: | ||
! [[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 | ||
|- | |- | ||
Line 422: | Line 340: | ||
! References | ! References | ||
|- | |- | ||
Dashboard functionality: | Dashboard functionality: | ||
|- | |- | ||
| [[User:mrceresa|Mario Ceresa]] | | [[User:mrceresa|Mario Ceresa]] | ||
| {{result|fail}} <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/> | | <references/> | ||
|- | |- | ||
Line 459: | Line 367: | ||
! [[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]] | ||
! References | ! References | ||
|- | |- | ||
Line 467: | Line 374: | ||
| [[User:Eglynn|Eoghan Glynn]] | | [[User:Eglynn|Eoghan Glynn]] | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|pass}} | | {{result|pass}} | ||
Line 479: | Line 385: | ||
! [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]] | ! [[QA:Testcase_run_the_OpenStack_smoke_tests|Smoke tests]] | ||
! References | ! References | ||
|- | |- | ||
Extra credit: | Extra credit: | ||
[[Category:Test Days]] | |||
[[Category:OpenStack]] | [[Category:OpenStack]] |