Liam Young
e63fb86df2
Make OpenStackBaseTest model_alias aware
2019-11-29 11:04:53 +00:00
Chris MacNaughton
e51eb2c5c9
Merge pull request #133 from gnuoy/optional-resource-cleanup
...
Add support for tests defining resource_cleanup
2019-11-27 12:33:23 +01:00
Liam Young
e839a19321
Flip default for cleanup to False
2019-11-27 10:29:06 +00:00
Liam Young
39cb8ea0cc
Add support for tests defining resource_cleanup
...
Add support for tests having a resource_cleanup method. Whether this
is run or not is dictated by the class variable
'run_resource_cleanup'. By default this will be True but any test
can switch it to False so that resources created by the tests are
preserved. Helpful for debugging failures.
FWIW future work might include automatically disabling resource
cleanup if a test fail is detected.
2019-11-27 09:05:01 +00:00
Chris MacNaughton
0022d3bdaf
Merge pull request #132 from openstack-charmers/issue/120
...
neutron: Do not run tear down on test failure
2019-11-27 09:14:16 +01:00
Frode Nordahl
b871907e84
neutron: Do not run tear down on test failure
...
Fixes #120
2019-11-27 08:58:03 +01:00
Chris MacNaughton
2b0036b16b
Merge pull request #131 from gnuoy/add-model-name-to-get_keystone_session_from_relation
...
Expose model_name option in get_keystone_session_from_relation
2019-11-26 08:59:27 +01:00
Liam Young
bd903fa325
Add docstring entry
2019-11-25 17:41:29 +00:00
Liam Young
9c34bc42da
Expose model_name option in get_keystone_session_from_relation
2019-11-25 17:40:03 +00:00
Frode Nordahl
3f7a9cff44
Merge pull request #128 from sahid/pause-resume
...
vault: add pause/resume test case
2019-11-25 17:38:18 +01:00
Frode Nordahl
22a844bf0c
Merge pull request #130 from gnuoy/explicit-model-name-in-utils
...
First set of updates to set model name explicitly
2019-11-25 13:13:33 +01:00
Liam Young
748915646a
First set of updates to set model name explicitly
2019-11-25 10:49:50 +00:00
Sahid Orentino Ferdjaoui
70282da7c1
vault: add pause/resume test case
...
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com >
2019-11-21 16:38:29 +00:00
Frode Nordahl
de1d0c51a1
Merge pull request #115 from ajkavanagh/octavia-policyd-tests
...
Add octavia policyd tests
2019-11-21 16:06:51 +01:00
Alex Kavanagh
d5f8f762e8
Fix up octavia test to work with refactored _rule after openstack-dashboard test merge
2019-11-21 14:55:28 +00:00
Alex Kavanagh
b00e570e57
Add octavia policyd tests
...
Providing a policy.d test for Octavia is a bit more complicated as the
obvious policy is just to prevent listing of load balancers;
unfortunately it doesn't work in the upstream, as the code doesn't check
the policy in octavia. However, "showing" an load balancer does involve
a policy check and so the test is more complicated than 'normal' policy
tests in that a resource is created, then the policy override is checked
and then the resource is deleted.
2019-11-21 14:50:57 +00:00
Liam Young
57a7c8c90f
Merge pull request #126 from ajkavanagh/policy-overrides-openstack-dashboard
...
Modified policyd tests to support openstack-dashboard
2019-11-21 13:12:26 +00:00
Alex Kavanagh
4ac88e92bb
Fix nit re: copy/paste comment
2019-11-21 13:04:14 +00:00
Alex Kavanagh
1b5613ac00
Fix pep8 issue
2019-11-21 09:22:57 +00:00
Alex Kavanagh
28db85e06c
Fix more policyd tests so that they can work o-s dashboard
...
The difference in how openstack-dashboard and every other service uses
policies continues to create special cases. This set of fixes deals
with some more of those differences.
2019-11-20 17:23:26 +00:00
Alex Kavanagh
c0db2def3b
Modified policyd tests to support openstack-dashboard
...
* Addition of the (incomplete) openstack-dashboard test.
* Modification of other charm policyd override tests to support
multi-file policy overrides resource ZIP.
2019-11-20 17:23:26 +00:00
Alex Kavanagh
8f09ed84d5
Merge pull request #127 from thedac/reboot-cluster-from-complete-outage
...
Reboot cluster from complete outage tests
2019-11-19 20:27:48 +00:00
David Ames
af64a75fd7
Use model.run_action_on_leader
...
Address reveiw requests
Use model.run_action_on_leader
Log action.data on action failure
2019-11-19 11:51:04 -08:00
David Ames
9c75b89273
Reboot cluster from complete outage tests
...
Testing for cold start scenario for MySQL InnoDB Cluster.
2019-11-18 16:46:08 -08:00
Alex Kavanagh
9e7edf7921
Merge pull request #113 from openstack-charmers/feature/manila-ganesha
...
Add functional tests for Manila with Ganesha
2019-11-14 09:19:40 +00:00
coreycb
95a1ad1f2e
Merge pull request #121 from thedac/mysqlbackup
...
Add mysqldump action test
2019-11-13 11:15:06 -05:00
Alex Kavanagh
37241ba61b
Merge pull request #124 from openstack-charmers/issue/123
...
policyd: await agent status executing after config change
2019-11-13 13:46:39 +00:00
Frode Nordahl
4298be05d2
policyd: await agent status executing after config change
...
The current implementation may miss waiting for config change to
actually happen as it in some circumstances jumps to waiting for a
idle state prior to the model executing anything.
Add a wait for agent status `executing` immediatelly after config
change to avoid this.
Fixes #123
2019-11-13 14:29:18 +01:00
Chris MacNaughton
396db15475
Merge pull request #122 from openstack-charmers/neutron-retry-ping
...
neutron: Add tenacity to retry ping
2019-11-13 19:35:21 +08:00
Frode Nordahl
e51b3c481d
neutron: Add tenacity to retry ping
...
It would be awesome if the first iteration of a ARP lookup, ICMP
echo and ICMP reply on a newly created instance was always
successful. Sadly this is not the reality.
2019-11-13 12:03:17 +01:00
Frode Nordahl
187340beb1
Merge pull request #114 from openstack-charmers/ovn-charm
...
TLS related fixes for successful run of neutron-api tests
2019-11-13 06:38:19 +01:00
David Ames
9cd26e9e4c
Add mysqldump action test
2019-11-12 14:17:08 -08:00
Frode Nordahl
9108059f71
vault: Extend workaround for LP: #1826382
...
We also need to restart consumers of the placement API on the
'nova-cloud-controller' unit.
2019-11-12 17:40:25 +01:00
Frode Nordahl
43322b0152
neutron: Deduce expected security check results on TLS presence
...
If 'neutron-api' has a certificates relation to vault we have
different expectations of the security checklist result.
2019-11-12 17:40:16 +01:00
Liam Young
a0b85c4406
Merge pull request #118 from openstack-charmers/bug/1851710
...
net: Add support for DVR deployments with NGW
2019-11-12 15:21:42 +00:00
Frode Nordahl
1689a4452e
net: Add support for DVR deployments with NGW
2019-11-12 15:33:01 +01:00
Alex Kavanagh
5956b0b163
Merge pull request #117 from openstack-charmers/bug/1851710
...
Increase number of attempts for ping_response
2019-11-11 09:12:42 +00:00
Frode Nordahl
9391758fba
Increase number of attempts for ping_response
...
Some configurations require more time to settle before we get the
expected response. (LP: #1851710 )
2019-11-11 10:04:30 +01:00
Alex Kavanagh
801c242200
Merge pull request #116 from thedac/fix-list-sort
...
Fix generator sort failure
2019-11-08 09:55:13 +00:00
Chris MacNaughton
46fad02251
apparently cloud-init doesn't actually create a directory like that
2019-11-08 11:50:51 +08:00
Chris MacNaughton
d97b6a77c4
fix ssh command
2019-11-08 08:59:40 +08:00
David Ames
55c2e60b8e
Fix generator sort failure
2019-11-07 15:55:35 -08:00
Alex Kavanagh
ca98d2af7f
Merge pull request #107 from thedac/mysql8-actions
...
MySQL 8 specific tests
2019-11-07 16:00:29 +00:00
David Ames
c6530f244d
Merge pull request #111 from ajkavanagh/heat-policyd-tests
...
Add heat policy.d functional tests
2019-11-07 07:50:08 -08:00
Chris MacNaughton
6c817e5942
move getting share locations to later
2019-11-07 20:42:41 +08:00
Chris MacNaughton
d016777c77
ensure python-manilaclient is in the setup.py
2019-11-07 20:15:22 +08:00
Chris MacNaughton
a5b618d08b
refactor tests a bit
2019-11-07 15:13:06 +08:00
Chris MacNaughton
ce0eb7ab12
Add functional tests for Manila with Ganesha
...
Add a functional gate where we mount a share on two VMs
in the cloud under test to validate that manila + ganesha
shares work correctly.
2019-11-07 11:32:28 +08:00
Corey Bryant
6d53e6d758
Increase wait attempts for volume availability
...
Increase wait attempts for availability of volume created from image
in CephRBDMirrorTest. This is taking longer as of Nautilus due to
switch to using juju storage backed by undercloud cinder taking
longer than prior method of directory-backed OSD devices.
2019-11-06 20:59:48 -05:00
David Ames
22614a3099
Get leaders and non-leaders
2019-11-06 15:35:56 -08:00