aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack-controller-test-config
AgeCommit message (Collapse)Author
2014-07-17glance test config use latest cirros imageVu Tran
cirros image installed at /root/images/ can be upgraded to different version. Instead of hardcoding cirros image name, let find cirros image at runtime as glance test config is not bounded to a specific cirros image. Signed-off-by: Vu Tran <vu.tran@windriver.com>
2014-05-26nova controller test configVu Tran
Tempest requires nova to be able to allocate floating ip from an default pool. So search for an existing floating ip pool and change default_floating_pool in nova.conf to this pool. Signed-off-by: Vu Tran <vu.tran@windriver.com>
2014-05-26neutron controller test configVu Tran
Tempest requires a shared network to exist prior to start the tempest test. Change neutron settings to first search for an existing a shared network, if there is none then prepare a simple real flat network that is based on openvswith. Signed-off-by: Vu Tran <vu.tran@windriver.com>
2014-05-26glance controller test configVu Tran
Tempest requires an Glance image exists prior to run the test. So add start up script to make sure an Glance image exists and change tempest.conf to reflect this image uuid. Signed-off-by: Vu Tran <vu.tran@windriver.com>
2014-05-26cinder controller test configVu Tran
Change cinder config to remove nfsdriver. For example testcase tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTest.test_snapshot_create_get_list_update_delete fail because nfs volume doesn't support snapshot functions. If "cinder create" without providing volume type, cinder-scheduler will based on filter to pick out the most appropriate backend storage (which is the storage with most free space) and in our case nfs backend is chosen, and therefore this test will fail. Also to have startup script to make sure that the cinder volume types are added into Cinder Signed-off-by: Vu Tran <vu.tran@windriver.com>
2014-05-26add new meta-openstack-controller-test-config layerVu Tran
There are some setting/configuring systems required before starting automatic testsuites such as tempest. Create new layer meta-openstack-controller-test-config as place holder for any changes on Controller side related to automatic testsuites. Signed-off-by: Vu Tran <vu.tran@windriver.com>