| From 06e8074699dca405fc71d3cc14304efecc8616d5 Mon Sep 17 00:00:00 2001 |
| From: Peter Penchev <openstack-dev@storpool.com> |
| Date: Tue, 10 Sep 2019 17:05:12 +0300 |
| Subject: [PATCH 1/2] DNM: Add a StorPool CI test configuration file. |
| |
| Change-Id: I631701ad19d84336b59d1f861f04baf32f4defc6 |
| --- |
| cinderlib/tests/functional/storpool.yaml | 6 ++++++ |
| 1 file changed, 6 insertions(+) |
| create mode 100644 cinderlib/tests/functional/storpool.yaml |
| |
| diff --git a/cinderlib/tests/functional/storpool.yaml b/cinderlib/tests/functional/storpool.yaml |
| new file mode 100644 |
| index 0000000..5c5ce23 |
| --- /dev/null |
| +++ b/cinderlib/tests/functional/storpool.yaml |
| @@ -0,0 +1,6 @@ |
| +# We only define one backend |
| +backends: |
| + - volume_backend_name: storpool |
| + volume_driver: cinder.volume.drivers.storpool.StorPoolDriver |
| + storpool_template: virtual |
| + enable_unsupported_driver: true |
| -- |
| 2.23.0 |
| |