Tempest plugin for the Manila project.
Go to file
Goutham Pacha Ravi df804d8020 Add Zuulv3 native jobs for the dummy driver
- Split the existing "manila-tempest-minimal-dsvm-dummy"
  functional job into two jobs:
  * manila-tempest-plugin-dummy-no-dhss (DHSS=False)
  * manila-tempest-plugin-dummy-dhss (DHSS=True
  to take advantage of the zuul and tempest ansible
  roles available to us.
- Base these new jobs on a minimal devstack, that only
  runs manila and keystone and no other OpenStack services.
  This makes these tests run really fast, coupled
  with the fact that they're running against a no-op
  driver.
- Introduce a role to copy tempest configuration
  after orchestrating devstack because devstack's
  "test-config" hook [1] misbehaves when the base
  services are not enabled.

Depends-On: I4fd282673074887cada729b6e4491ee493e230cc
Change-Id: I4c9f552e6a495b3d3f9dd63c1657ea40a3f9033b
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2020-07-16 18:02:04 +00:00
devstack Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 17:47:47 +00:00
doc/source Apply cookiecutter to newly split project 2017-09-27 12:25:46 +01:00
manila_tempest_tests Fix usage of tenant_id in tests 2020-07-14 21:34:34 -07:00
playbooks/manila-tempest-plugin-standalone Add Zuulv3 native jobs for the dummy driver 2020-07-16 18:02:04 +00:00
releasenotes Fix export location used for extend/shrink tests 2020-04-21 08:28:39 -04:00
roles/set-tempest-config Add Zuulv3 native jobs for the dummy driver 2020-07-16 18:02:04 +00:00
zuul.d Add Zuulv3 native jobs for the dummy driver 2020-07-16 18:02:04 +00:00
.coveragerc Apply cookiecutter to newly split project 2017-09-27 12:25:46 +01:00
.gitignore Add line for PyCharm IDE in gitignore file 2018-06-27 15:37:37 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:36:06 +00:00
.mailmap Apply cookiecutter to newly split project 2017-09-27 12:25:46 +01:00
.stestr.conf Initial fixes to plugin repo 2017-11-20 12:01:12 -03:00
CONTRIBUTING.rst [ussuri][goal] Add CONTRIBUTING.rst 2020-04-24 19:05:14 -07:00
HACKING.rst [ussuri][goal] Add CONTRIBUTING.rst 2020-04-24 19:05:14 -07:00
LICENSE Apply cookiecutter to newly split project 2017-09-27 12:25:46 +01:00
README.rst [ussuri][goal] Add CONTRIBUTING.rst 2020-04-24 19:05:14 -07:00
babel.cfg Apply cookiecutter to newly split project 2017-09-27 12:25:46 +01:00
requirements.txt Updated from global requirements 2018-01-22 10:57:03 +00:00
setup.cfg Update docs building 2020-04-23 10:03:17 +02:00
setup.py Updated from global requirements 2018-01-22 10:57:03 +00:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 19:28:00 -05:00
tox.ini Merge "Update docs building" 2020-04-23 13:47:45 +00:00

README.rst

manila-tempest-plugin

This repository contains a Tempest test plugin to verify the functionality of the OpenStack Shared File System Service, Manila.

See contributor information to learn more.