RETIRED, A collection of tempest skipped tests shared across OpenStack projects.
Go to file
Emilien Macchi 2eac1eeca4 Transform shell/ls task to use "find" module
The Ansible way to list files which match a certain parttern is to use
the find module:

https://docs.ansible.com/ansible/latest/modules/find_module.html

Also adding a comment that the task isn't useful for now, and modify a
comment which recommends to use with_items (deprecated) while a loop
should be used with newer Ansible.

Change-Id: I67e55857d7d510d96319ee767473c11942b79239
2020-05-01 16:25:36 -04:00
doc Create validate command 2020-04-08 14:13:38 +02:00
playbooks Adding tempest skip validate job 2020-04-16 13:42:55 +02:00
roles Transform shell/ls task to use "find" module 2020-05-01 16:25:36 -04:00
tempest_skip Create validate command 2020-04-08 14:13:38 +02:00
.coveragerc Initial skeleton 2020-03-31 11:05:59 +02:00
.gitignore Add tox-pep8 job and .gitignore 2020-03-31 09:48:39 +00:00
.gitreview Added .gitreview and noop job 2020-03-30 17:39:49 +05:30
.zuul.yaml Adding tempest skip validate job 2020-04-16 13:42:55 +02:00
README.rst Initial skeleton 2020-03-31 11:05:59 +02:00
requirements.txt Create validate command 2020-04-08 14:13:38 +02:00
setup.cfg Create validate command 2020-04-08 14:13:38 +02:00
setup.py Add tox-pep8 job and .gitignore 2020-03-31 09:48:39 +00:00
test-requirements.txt Create validate command 2020-04-08 14:13:38 +02:00
tox.ini Initial skeleton 2020-03-31 11:05:59 +02:00

README.rst

openstack-tempest-skiplist

Overview

openstack-tempest-skiplist will generate a skip list to be executed by tempest