Commit Graph

1433 Commits

Author SHA1 Message Date
Liam Young
9896c8d9c5 Skip test_003_test_overide_is_observed
Skip test_003_test_overide_is_observed until Bug #1880959 is fix
released.
2020-07-14 14:08:31 +00:00
David Ames
a84b15b786 Merge pull request #361 from gnuoy/wait-ceph-ready
Add ceph_ready config step
2020-07-13 07:57:33 -07:00
Liam Young
c4176881d0 Fix spelling typo 2020-07-13 14:56:04 +00:00
David Ames
fdd92e3c5b Merge pull request #359 from gnuoy/set-default-app-name
Set application_name for ceph-radosgw tests
2020-07-13 07:53:06 -07:00
David Ames
161f632e1d Merge pull request #360 from gnuoy/no-hard-coded-region
Stop assuming RegionOne in ceph-radosgw tests
2020-07-13 07:52:18 -07:00
Liam Young
9e395f69b7 Add ceph_ready config step
Add a ceph_ready config step which just checks that the ceph units
are in a 'active' 'Unit is Ready.*' state. This is useful when
encryption at rest is being used and the tests.yaml assumes that
the units are going to come up blocked. Once vault is ready the
tests then need to wait for the ceph units to become unblocked.
2020-07-13 14:42:43 +00:00
Liam Young
65cc6aa604 Stop assuming RegionOne in ceph-radosgw tests
Stop assuming RegionOne in ceph-radosgw tests and get the region
from the app config instead.
2020-07-13 14:36:59 +00:00
Liam Young
f6e2a40166 Set application_name for ceph-radosgw tests
Set application_name for ceph-radosgw tests so that the tests can be
run without relying on getting the application name from the
tests.yaml.
2020-07-13 14:33:35 +00:00
Alex Kavanagh
9b01f9016b Merge pull request #357 from thedac/fix-for-740116
Wait for resolving update-status hook errors
2020-07-10 09:46:26 +01:00
David Ames
4546e821c1 Wait for resolving update-status hook errors
The cold boot restart takes too long on update-status. Make the timeout
longer.
2020-07-09 09:27:25 -07:00
Aurelien Lourot
0287664d92 Fix paramiko.ssh_exception.BadAuthenticationType (#355)
Fix paramiko.ssh_exception.BadAuthenticationType when SSHing to a new Ubuntu instance.

Note that paramiko still has a few issues around authentication:
https://github.com/paramiko/paramiko/pull/1106/files

This paramiko PR also shows that password='' isn't the same as
password=None
2020-07-09 16:35:00 +02:00
Alex Kavanagh
6266c7dbca Merge pull request #356 from gnuoy/masakari-assert-guest-ready
Add check that guest is up
2020-07-09 12:07:02 +01:00
Liam Young
701e751398 Add check that guest is up
On a recent mosci run the guest used for a restart test had a
pending power task which stopped the restart test working properly.
This PR adds an assertion that the guest is ready.
2020-07-09 10:15:56 +00:00
Liam Young
f1336ee5fc Merge pull request #354 from thedac/fixes-for-738717
Fixes for MySQL testing
2020-07-08 20:37:07 +01:00
David Ames
7265b79769 Fixes for MySQL testing
* Better handle workload state checking during cold start
* Switch from debug to info to see log messages
2020-07-08 10:27:01 -07:00
Aurelien Lourot
c75e16df07 Merge pull request #353 from gnuoy/store-keys-in-tmpdir
Use model tmp dir for key storage
2020-07-07 14:45:03 +02:00
Liam Young
7f122b8611 Last unit test fix (passing locally, was failing in travis) 2020-07-07 12:38:18 +00:00
Liam Young
ed2aded7f9 Fix another unit test 2020-07-07 12:32:54 +00:00
Liam Young
9b706b8eaa Remove swap files 2020-07-07 12:24:32 +00:00
Liam Young
76fdb61e0f Fix up unit tests 2020-07-07 12:18:01 +00:00
Aurelien Lourot
6b30e48baf Merge pull request #351 from gnuoy/keystone-wait_for_cacert
Add wait_for_cacert
2020-07-07 13:19:42 +02:00
Aurelien Lourot
ea714ac0c5 Merge pull request #350 from gnuoy/vault-auto_initialize_no_validation_no_wait
Add auto_initialize_no_validation_no_wait
2020-07-07 13:18:34 +02:00
Aurelien Lourot
17e78bb74e Merge pull request #352 from gnuoy/LTSGuestCreateVolumeBackedTest
Add LTSGuestCreateVolumeBackedTest
2020-07-07 13:17:24 +02:00
Liam Young
a829b372e0 Use model tmpdor for key storage
Use the model specific tmp dir to store the test ssh private key.
This avoids the key being overwritten in CMR tests.

Depends-On: https://github.com/openstack-charmers/zaza/pull/371
2020-07-07 09:56:25 +00:00
Liam Young
9c52b3390d Add LTSGuestCreateVolumeBackedTest
Add a test class which launches a volume backed instance.
2020-07-07 09:06:35 +00:00
Liam Young
8f44ab681a Add wait_for_cacert
wait_for_cacert will wait for keystone to recieve and install
a cacert. This is particularly useful when the certificate
issuer is in a different model.
2020-07-07 09:03:36 +00:00
Liam Young
d0981d64af Add auto_initialize_no_validation_no_wait
When vault is in its own model with no clients then vault needs
to be initialised without waiting for clients to start executing
and without validating a client has recieved the cert. To achieve
this, this PR adds auto_initialize_no_validation_no_wait.
2020-07-07 08:57:40 +00:00
Liam Young
3fa5297a1d Merge pull request #347 from ChrisMacNaughton/bug/tempest-cinder
ensure that we add the bare cinder endpoint
2020-07-06 13:32:11 +01:00
Chris MacNaughton
37dfa53baf ensure that we add the bare cinder endpoint
When there is a cinderv2 or cinderv3 endpoint, we should
enable the bare cinder bits in the tempest config.
2020-07-03 16:04:14 +02:00
Frode Nordahl
6f5bd1c4b9 Merge pull request #335 from javacruft/gss-cacert-verify
Pass deployment CA cert to requests
2020-07-03 13:09:50 +02:00
Frode Nordahl
b09f1ead66 Merge pull request #346 from gnuoy/switch-to-TEST_CIDR_EXT
Switch pre_deploy_certs from OS_ to TEST_ vars
2020-07-03 13:08:03 +02:00
Liam Young
0fe56cbc33 Switch pre_deploy_certs from OS_ to TEST_ vars 2020-07-03 10:48:12 +00:00
James Page
ecb47bfa4f Fix lint 2020-07-03 10:59:39 +01:00
James Page
29849225c2 Pass deployment CA cert to requests
Ensure that the CA cert for the deployment is passed to
requests when retrieving stream data from swift.

Refresh the product catalog entry on each attempt to retrieve
stream data as the URL will update once data was been written
to the swift endpoint in the deployment.

Retry on KeyError and drop number of retry attempts

Add a log message to detail URL being used for product-stream data

Log return data from streams endpoint

Fixup endpoint resolution
2020-07-03 10:19:22 +01:00
Liam Young
fac724a5d2 Merge pull request #344 from thedac/ocata
Do not run API check on Ocata
2020-07-03 07:27:08 +01:00
David Ames
39b6065879 Do not run API check on Ocata
Since commit c98aa001f9, there are some
missing changes.

This stops the API check on Ocata when gnocchi is in play. Gnocchi must
be in play for Ocata but heretofore has not been.
2020-07-02 16:10:39 -07:00
David Ames
2538e1023c Merge pull request #342 from openstack-charmers/issue/311
Fix issues with too aggressive retry behaviour on instance creation
2020-07-02 13:36:12 -07:00
Frode Nordahl
2472a7b505 ceph/fs: Use common helpers for launching test instances
Fixes #311
2020-07-02 17:59:39 +02:00
Frode Nordahl
0f3d9bf7c4 Move useful helpers from Neutron tests to OpenStackBaseTest
The dual-instance launch and retrieve is a common pattern in tests.

Let's share them.
2020-07-02 17:59:31 +02:00
Frode Nordahl
520830905b Increase wait time for cloud_init_complete
We often see test runs being killed prematurely due to slow to
complete cloud-init step on a loaded CI cloud.

Related issue #311
2020-07-02 13:03:42 +02:00
Frode Nordahl
5040bdf32d Merge pull request #338 from openstack-charmers/lourot/arista-setup-race-condition
Wait for neutron to be connected to Arista before querying it
2020-07-02 11:29:25 +02:00
Liam Young
73d729474e Merge pull request #313 from openstack-charmers/add-cephfs-pause-resume-test
Add CephFS pause/resume test
2020-07-01 16:47:32 +01:00
Aurelien Lourot
defa4c542c Merge pull request #278 from ajkavanagh/fix-auth-domain
Fix broken dictionary assignment for domain
2020-07-01 16:16:43 +02:00
Liam Young
58182b86b8 Deprecate zaza.openstack.utilities.juju (#340)
This is the 3rd change in the effort to deprecate
zaza.openstack.utilities.juju in favour of zaza.utilities.juju.
All functions now just wrap their equivalents in
zaza.utilities.juju and a decorator has been added which logs a
warning if the function is used.
2020-07-01 14:38:19 +02:00
Alex Kavanagh
697382c8ef Merge pull request #337 from auria/cinder-enabled-services
CinderTests: Support enabled-services option
2020-07-01 10:38:23 +01:00
Aurelien Lourot
1f2ec452e7 Merge pull request #339 from gnuoy/masakari-default_app_name
Set application_name for masakari tests
2020-07-01 11:14:55 +02:00
Aurelien Lourot
1e682e9480 Fix application name in trace 2020-07-01 11:07:49 +02:00
Camille Rodriguez
2331907134 Add Gnocchi S3 storage backend functional test (#334)
Add tests for Gnocchi S3 storage backend support.
2020-06-30 16:30:39 +01:00
Liam Young
e75902ac21 Set application_name for masakari tests
Set application_name for masakari tests so that the tests can be
run without relying on getting the application name from the
tests.yaml.
2020-06-30 14:42:25 +00:00
Aurelien Lourot
e184ad7498 Wait for neutron to be connected to Arista before querying it 2020-06-30 16:28:15 +02:00