Commit Graph

23 Commits

Author SHA1 Message Date
Guillaume Boutry 5b5021cef8 Remove scaling tests from glance
Current install does not offer a storage backend
for glance, therefore it cannot scale.
2023-09-28 14:25:03 +02:00
Edward Hope-Morley ddd99ba582 Skip glance cinderbackend tests for < xena 2023-09-05 14:45:57 +01:00
Rodrigo Barbieri e0498d6a16 Convert images to raw if ceph image backend (#1078)
Convert images to raw if ceph image backend

We are currently uploading qcow2 images, and
Nova is converting them to raw when running
the tests, sometimes timing out the tests.

With this change we are pre-converting the
images and uploading them as raw, so Nova
does not have to convert them.
2023-08-21 14:15:51 +01:00
Liam Young fe62f913fd Add tempest k8s scale test for remaining services 2023-03-08 13:52:01 +00:00
Felipe Reyes c88894d52a Update LTS image from Bionic (18.04) to Jammy (22.04) (#860)
Ubuntu 22.04.1 was released and it should be used as the new baseline
for testing in the gate.
2022-09-02 11:55:20 +01:00
Billy Olsen c7e7443c63 Add vtpm functional tests
Add functional tests for vTPM enablement within guests.

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2022-04-01 15:37:38 -07:00
hemanthnakkina 1a1dc0a79e Add glance tests for Cinder Storage backend (#680)
Add zaza tests for charm glance when cinder is configured
as storage backend.

Related-Bug: LP#1905042

Co-authored-by: Hemanth Nakkina <hemanth.nakkina@canonical.com>
2021-12-01 10:20:08 +00:00
Aurelien Lourot f0273d59f7 Merge pull request #574 from nobuto-m/glance-s3
Functional testing for glance external S3 backend
2021-06-09 15:26:59 +02:00
Hernan Garcia e67b0ea1e1 added glance functional test for image-conversion config 2021-05-31 03:45:45 -05:00
Nobuto Murata 2e7d52b9cd fix typo 2021-05-28 22:14:34 +09:00
Nobuto Murata be1706cb76 Functional testing for glance external S3 backend
Set up Ceph-Radosgw in the same model as an external S3 backend for
Glance:
- create an S3 user in Radosgw
- create an S3 bucket for Glance
- inject those parameters into Glance charm configurations as an
  external S3 backend
- upload an image to the S3 backend via Glance, and check the size of
  the image in the S3 bucket directly

Co-authored-by: Connor Chamberlain <connor.chamberlain@canonical.com>
2021-05-24 03:30:49 +09:00
Ionut Balutoiu 0315ca680e Add test for Glance with Ceph RGW backend
This test shall be used for Glance testing bundles with Ceph
deployed, and multi-backend enabled.

It validates that images can be stored using the Ceph RGW (via
the OpenStack Swift API).
2021-03-24 15:28:51 +02:00
Gabriel Adrian Samfira 7c2f5cdf24 Add Ironic tests 2020-10-06 06:06:57 +00:00
Andrew McLeod a670e274fa add image arch and properties specification 2020-07-15 16:56:06 +02:00
David Ames 3f008fc42d Merge pull request #302 from coreycb/add-tempest-support-corey
Add tempest support
2020-06-10 08:33:18 -07:00
Corey Bryant 616f04f0bc Move add_cirros_alt_image to glance setup.py and fix up loops 2020-06-05 14:54:26 +00:00
Liam Young 6347bb707f More updates 2020-05-28 10:45:10 +00:00
Liam Young 7b9b816967 Redumentary tempest support 2020-05-28 10:45:10 +00:00
Dmitrii Shcherbakov 16e82b6e86 Fix test_900_restart_on_config_change
Recently broken by PR 245:
72b420b56a
2020-04-21 17:41:40 +03: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 ac227eab08 Fix copy-paste mistakes and typos and remove dead code 2020-04-16 15:10:03 +02:00
Joe Guo fd83175f54 charm_tests/glance: migrate Amulet tests to Zaza
This patch is the peer change for:

    https://review.opendev.org/#/c/679599/

charm-glance currently has following Amulet tests:

    https://github.com/openstack/charm-glance/blob/master/tests/basic_deployment.py

The 1xx, 2xx and 5xx ones are mostly covered in zaza keystone tests, or could
be skipped in zaza.

Add the only missing 900 one, to test glance restart on config change.

Test option `debug` instead of `use-syslog` to avoid conversion between
`-` and `_`, which is out the scope of this test.

Signed-off-by: Joe Guo <guoqiao@gmail.com>
2019-09-04 19:46:32 +12:00
Chris MacNaughton dd434e281e Add zaza namespacing, starting with openstack 2019-04-25 17:46:03 +02:00