Tempest plugin for Cinder project.
Go to file
Ghanshyam Mann 9d89d4ee1f Cap cinder-tempest-plugin version for stable/ussuri|victoria
We are capping stable/ussuri and victoria testing with Tempest
26.1.0 (choosing 26.1.0 because of bug#1955418)

- https://review.opendev.org/c/openstack/devstack/+/838051
- https://review.opendev.org/c/openstack/devstack/+/843295

and cinder-tempest-plugin-lvm-lio-barbican job fail due to that
in cinder stable/ussuri|victoria

- https://zuul.opendev.org/t/openstack/build/c2f6e73017994723b5de166ad02730e4

To fix that we need to use compatible cinder-tempest-plugin version for
Tempest 26.1.0, which is cinder-tempest-plugin 1.3.0.

Change-Id: I860671d74f2cd5a6a16dfa9d072b2ab77744940d
2022-05-25 12:21:18 -05:00
cinder_tempest_plugin Merge "Improvements in snapshot data integrity tests" 2022-05-09 15:38:39 +00:00
doc Add doc/requirements 2021-01-05 11:47:20 +01:00
playbooks zuul: collect cinderlib logs from tempest node(s) only 2020-07-16 14:45:27 +02:00
roles/change-devstack-data-owner Update cinder-tempest-plugin-lvm-lio (revamp) 2020-02-21 14:31:02 +01:00
.coveragerc Apply cookiecutter to newly split project 2017-07-22 07:23:48 -04:00
.gitignore Switch to stestr 2021-02-09 22:47:08 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:48 +00:00
.mailmap Apply cookiecutter to newly split project 2017-07-22 07:23:48 -04:00
.stestr.conf Switch to stestr 2021-02-09 22:47:08 +01:00
.zuul.yaml Cap cinder-tempest-plugin version for stable/ussuri|victoria 2022-05-25 12:21:18 -05:00
CONTRIBUTING.rst Ussuri contrib docs community goal 2020-03-03 08:38:04 -05:00
HACKING.rst Sync Sphinx requirement 2019-06-18 22:46:51 +08:00
LICENSE Apply cookiecutter to newly split project 2017-07-22 07:23:48 -04:00
README.rst Add the missing placement service to the sample config 2022-03-18 14:55:36 +00:00
babel.cfg Apply cookiecutter to newly split project 2017-07-22 07:23:48 -04:00
bindep.txt Clean up some initial repo creation boilerplate 2017-12-20 17:10:45 +00:00
requirements.txt Merge "Remove all usage of six library" 2022-03-21 00:19:55 +00:00
setup.cfg Add Python 3 only classifier 2022-03-22 17:34:12 +05:30
setup.py Cleanup py27 support 2020-05-04 15:42:49 +02:00
test-requirements.txt Switch to stestr 2021-02-09 22:47:08 +01:00
tox.ini Change minversion to 3.18.0 in tox 2021-06-29 15:25:20 +05:30

README.rst

Tempest Integration for Cinder

This directory contains additional Cinder tempest tests.

See the tempest plugin docs for information on using it: https://docs.openstack.org/tempest/latest/plugin.html#using-plugins

To run all tests from this plugin, install cinder into your environment. Then from the tempest directory run:

$ tox -e all -- cinder_tempest_plugin

It is expected that Cinder third party CI's use the all tox environment above for all test runs. Developers can also use this locally to perform more extensive testing.

Any typical devstack instance should be able to run all Cinder plugin tests. For completeness, here is an example of a devstack local.conf that should work. Update backend information to fit your environment.

[[local|localrc]]
ADMIN_PASSWORD=secret
SERVICE_TOKEN=$ADMIN_PASSWORD
MYSQL_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
LOGFILE=$DEST/logs/stack.sh.log
LOGDAYS=2
SYSLOG=False
LOG_COLOR=False
RECLONE=yes
ENABLED_SERVICES=c-api,c-bak,c-sch,c-vol,cinder,dstat,g-api,g-reg,key
ENABLED_SERVICES+=,mysql,n-api,n-cond,n-cpu,n-crt,n-sch,rabbit,tempest,placement-api
CINDER_ENABLED_BACKENDS=lvmdriver-1
CINDER_DEFAULT_VOLUME_TYPE=lvmdriver-1
CINDER_VOLUME_CLEAR=none
TEMPEST_ENABLED_BACKENDS=lvmdriver-1
TEMPEST_VOLUME_DRIVER=lvmdriver-1
TEMPEST_VOLUME_VENDOR="Open Source"
TEMPEST_STORAGE_PROTOCOL=iSCSI
LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
VIRT_DRIVER=libvirt
ACTIVE_TIMEOUT=120
BOOT_TIMEOUT=120
ASSOCIATE_TIMEOUT=120
TERMINATE_TIMEOUT=120


[[post-config|$CINDER_CONF]]
[DEFAULT]
[lvmdriver-1]
volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver
volume_group=stack-volumes-1
volume_backend_name=lvmdriver-1