Commit Graph

16 Commits

Author SHA1 Message Date
Liam Young fe62f913fd Add tempest k8s scale test for remaining services 2023-03-08 13:52:01 +00:00
Samuel Walladge bb3d93b00a Add test for online extending lvm volume in cinder (#854) 2022-09-01 09:23:57 +01:00
Alex Kavanagh 9dc87efdb5 Revert "Add test for online extending lvm volume in cinder (#776)"
This reverts commit e21909717e.
2022-07-28 10:20:12 +01:00
Samuel Walladge e21909717e Add test for online extending lvm volume in cinder (#776)
* Add test for online extending lvm volume in cinder

* Fix pep8 issues

Co-authored-by: Samuel Walladge <samuel.walladge@canonical.com>
2022-07-01 15:37:55 +01:00
Alvaro Uria b69455d3e8 CinderTests: Support enabled-services option
charm-cinder supports units with a limited number of services running
(api/scheduler on a unit, volume service on another one). Functional
tests wait for all services to be restarted when a subset of them should
be observed.

Partial-Bug: #1779310
2020-06-30 13:38:00 +02:00
Alex Kavanagh ec40306f7b Improve detection of removing and adding relation 2020-05-19 20:08:33 +01:00
Alex Kavanagh 5e5c8e488b Add retries to teardown as it seems to be sensitive to network glitches. 2020-05-18 12:52:19 +01:00
Alex Kavanagh 4c2f723332 Fix missing brace 2020-05-13 14:34:13 +01:00
Alex Kavanagh 8e826f6f8b Add debug to 105 test 2020-05-13 14:30:19 +01:00
Alex Kavanagh 294fd83e49 Fix up cinder tests to work when cinder isn't the application under test
The cinder tests were written with the assumption that cinder was the
charm that was under test.  This modifies the test so that the cinder
tests work in a model with cinder where cinder isn't the application
that is being explicitly tested.
2020-05-13 14:30:19 +01:00
Dmitrii Shcherbakov 72b420b56a Use the new svc restart checker where possible
restart_on_changed_debug_oslo_config_file was added to avoid code
duplication.
2020-04-21 16:50:02 +03:00
Aurelien Lourot 8e9ecc53e8 Openstack -> OpenStack 2020-04-16 18:59:07 +02:00
Aurelien Lourot ac227eab08 Fix copy-paste mistakes and typos and remove dead code 2020-04-16 15:10:03 +02:00
Alex Kavanagh 147b94e1f6 Extend resource wait timeouts for cinder tests (juju storage)
As the cinder charm now has Juju storage support, the cinder
tests needs their timeouts extended as Juju storage on serverstack
is MUCH, MUCH slower than ephemeral storage (which is local to the
host).
2020-04-08 10:52:03 +01:00
Liam Young ce9db8434b Extend cinder testing (#13)
* Extend cinder testing

* Run sec checklist on all units of application
2019-05-23 14:48:39 +02:00
Liam Young 1646073f02 Add cinder tests 2019-05-20 11:46:56 +00:00