summaryrefslogtreecommitdiffstats
path: root/meta-openstack-controller-test-config
Commit message (Collapse)AuthorAgeFilesLines
* conf: add warrior to layer compatBruce Ashfield2019-04-021-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* maintainers: update email addressesBruce Ashfield2019-02-051-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* layer.conf: Add thud to LAYERSERIES_COMPATHongxu Jia2018-10-091-1/+1
| | | | | | | | | Since `9ec5a8a layer.conf: Drop sumo from LAYERSERIES_CORENAMES' and `9867924 layer.conf: Add thud to LAYERSERIES_CORENAMES' applied in oe-core, add thud to LAYERSERIES_COMPAT Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* */layer.conf: Update LAYERDEPENDSMark Hatle2018-10-092-1/+4
| | | | | | | | | | | The ruby layer is no longer in meta-openembedded, remove references to that from the README. Implement the LAYERDEPENDS for each of the layers so that the layerindex will populate properly. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Add LAYERSERIES_COMPATJeremy A. Puhlman2018-05-211-0/+1
| | | | | Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* conf/layer.conf: remove bbclass from BBFILESRobert Yang2018-01-181-1/+1
| | | | | | | Add bbclass to BBFILES doesn't make any sense. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* glance test config use latest cirros imageVu Tran2014-07-171-1/+2
| | | | | | | | | | 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>
* nova controller test configVu Tran2014-05-262-0/+80
| | | | | | | | | | | 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>
* neutron controller test configVu Tran2014-05-262-0/+162
| | | | | | | | | | | 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>
* glance controller test configVu Tran2014-05-262-0/+82
| | | | | | | | | | | 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>
* cinder controller test configVu Tran2014-05-262-0/+55
| | | | | | | | | | | | | | | | | | 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>
* add new meta-openstack-controller-test-config layerVu Tran2014-05-262-0/+59
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>