Commit Graph

454 Commits

Author SHA1 Message Date
Chris MacNaughton 401d99d14f Add comment describing upcoming fixes to failures 2019-03-06 08:25:56 +01:00
Chris MacNaughton cbefa6a5ac Merge branch 'master' into keystone-security-audit 2019-03-05 15:58:04 +01:00
Liam Young 933cb5518d Merge pull request #191 from gnuoy/bug/fix-missing-masakari-init
Add missing __init__.py from zaza.charm_tests.masakari
2019-03-05 14:24:12 +00:00
Liam Young 9908019fe0 Add missing __init__.py from zaza.charm_tests.masakari 2019-03-05 14:06:47 +00:00
Chris MacNaughton d0e154f37b Merge branch 'master' into keystone-security-audit 2019-03-05 14:27:21 +01:00
Liam Young da6b7f4099 Merge pull request #190 from gnuoy/feature/maskari-support
Add masakari test support
2019-03-05 13:26:21 +00:00
Chris MacNaughton 309427e146 Merge branch 'master' into keystone-security-audit 2019-03-05 14:22:04 +01:00
Liam Young 3efdbe4995 Add masakari test support
Add support for testing masakari.
2019-03-05 12:55:49 +00:00
Frode Nordahl d10ef061a9 Merge pull request #189 from gnuoy/feature/make-guest-boot-more-configurable
Feature/make guest boot more configurable
2019-03-04 17:30:27 +01:00
Liam Young cd93b2f374 Fix typos 2019-03-04 16:09:56 +00:00
Liam Young 54dc2e29a9 Add config options to guest creation
Add additional config options to the launch_instance method
to allow flavor/network/volume options.
2019-03-04 16:03:47 +00:00
Liam Young 1e8aa4bb79 Merge pull request #188 from gnuoy/feature/move-nova-tests
Move guest creation code.
2019-03-04 14:46:56 +00:00
Liam Young 2827c78190 Log deprecation 2019-03-04 14:35:20 +00:00
Liam Young 463cf25cd6 Move guest creation code.
The code to create a guest is currently in the nova tests area but
many other tests need to reuse this code. So, move the guest
creation code to the configuration area to be consistent with
network setup.
2019-03-04 13:04:32 +00:00
Chris MacNaughton 16c282b220 Add keystone SecurityTests class 2019-03-01 09:15:20 +01:00
Chris MacNaughton 2268fc8006 add document about AssertionError 2019-03-01 09:13:32 +01:00
Chris MacNaughton 770655a87a fix type typo 2019-03-01 09:13:32 +01:00
Chris MacNaughton e9136c7e38 do not expect keystone security-audit to pass 2019-03-01 09:13:32 +01:00
Chris MacNaughton a97296e32a Move audit validation to test_utils 2019-03-01 09:13:32 +01:00
Chris MacNaughton efea4db444 migrate generic test features to utils 2019-03-01 09:13:32 +01:00
Chris MacNaughton 197c907dff Add test for Keystone security-checklist action 2019-03-01 09:13:32 +01:00
Pete Vander Giessen f323d05878 Merge pull request #185 from openstack-charmers/revert-183-keystone-security-audit
Revert "Add test for Keystone security-checklist action"
2019-02-28 17:33:15 +01:00
Pete Vander Giessen f298138edd Merge branch 'master' into revert-183-keystone-security-audit 2019-02-28 17:17:05 +01:00
Pete Vander Giessen 1ff5b44a2b Merge pull request #186 from openstack-charmers/revert-184-ceph-osd-security-checklist
Revert "Add ceph-osd test for the security checklist action"
2019-02-28 17:16:48 +01:00
Chris MacNaughton f338ee4a03 Revert "Add ceph-osd test for the security checklist action" 2019-02-28 16:53:42 +01:00
Chris MacNaughton a054765c1a Revert "Add test for Keystone security-checklist action (#183)"
This reverts commit b68be17407.
2019-02-28 16:53:04 +01:00
Ryan Beisner d6bb2393f8 Merge pull request #184 from openstack-charmers/ceph-osd-security-checklist
Add ceph-osd test for the security checklist action
2019-02-28 15:04:59 +01:00
Chris MacNaughton ca8b0dc9ff Add ceph-osd test 2019-02-28 14:45:24 +01:00
Chris MacNaughton b68be17407 Add test for Keystone security-checklist action (#183)
Also includes a helper to validate security assertions in zaza tests
2019-02-28 13:33:32 +01:00
Liam Young d075bb6936 Merge pull request #182 from thedac/include-swiftclient
Declare swfitclient requirement
2019-02-09 06:58:23 +00:00
David Ames bcecba0a53 Declare swfitclient requirement
When zaza is installed as a dependency it requires swiftclient.
Guarantee swiftclient is installed as a dependency of zaza.
2019-02-08 16:28:24 -08:00
Alex Kavanagh 9ad092ab9b Merge pull request #176 from javacruft/radosgw-tests
ceph: Add tests for radosgw
2019-02-05 14:17:38 +00:00
James Page 7bc8fb6da2 Allow configure section to be absent 2019-02-05 10:56:15 +00:00
James Page bf90ca9939 Merge branch 'master' into radosgw-tests 2019-02-05 10:32:10 +00:00
James Page 7f6730e7ca Sort out encoding 2019-02-04 11:29:41 +00:00
James Page eda78c178f Fix get_object call 2019-02-04 11:28:13 +00:00
James Page 4dd28679ef Fixup put object call 2019-02-04 11:26:45 +00:00
James Page 273d2910e9 Add basic Swift check 2019-02-04 10:40:01 +00:00
Alex Kavanagh e88b307440 Merge pull request #181 from ChrisMacNaughton/spacing-fix
match correct PEP8 styling
2019-02-01 13:15:39 +00:00
Chris MacNaughton 60f998be17 match correct PEP8 styling 2019-02-01 13:32:13 +01:00
James Page 579e588787 Rework rgw service checks 2019-01-31 11:54:17 +00:00
Alex Kavanagh 3d387c09eb Merge pull request #180 from ChrisMacNaughton/document-assertions
Add docstrings to file-assertion code
2019-01-31 10:11:11 +00:00
Chris MacNaughton 0a73120e0f Add docstrings to file-assertion code 2019-01-31 08:51:55 +01:00
David Ames 08f8dd12ee Merge pull request #179 from gnuoy/bug/configure-cinder-version
Pass a version to the cinder client.
2019-01-30 09:27:03 -08:00
Liam Young 97edfa0433 Pass a version to the cinder client.
Passing a version to the cinder client is mandatory *1 so
supply a version and default to 2 as per existing amulet
helper.

*1 https://github.com/openstack/python-cinderclient/blob/master/cinderclient/client.py#L795
2019-01-30 16:49:31 +00:00
Chris MacNaughton a0f44d13c2 Merge pull request #177 from ChrisMacNaughton/glob-permissions
Allow file assertions to include globs
2019-01-30 14:29:58 +01:00
Chris MacNaughton 17d5ee2d3b Merge branch 'master' into glob-permissions 2019-01-30 12:19:11 +01:00
Chris MacNaughton fdffe20a8a remove dynamic function default 2019-01-30 11:59:44 +01:00
Chris MacNaughton a49dfb79c9 move paths calculation out one loop 2019-01-30 11:50:10 +01:00
Frode Nordahl aefecfe05f Merge pull request #178 from ChrisMacNaughton/dvr-networking
allow deployed bundle to use DVR
2019-01-30 11:34:19 +01:00