| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
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>
|