7 Commits

Author SHA1 Message Date
Andrea Frittoli (andreaf)
b295335798 Fix the default value of stage_dir
The current default value of stage_dir does not match the valid
default from zuul-jobs, which causes stackviz to be skipped when
stage_dir is not overwritten, which is the case in all CI jobs.

Setting default and docs to "{{ ansible_user_dir }}".

Change-Id: I9fd3f8541c8e3fbc406c5e5c0c5fe8427bf74112
2018-01-30 08:37:28 +00:00
Andreas Jaeger
ba2f479dc2 Rename tox_venvlist
For consistency with the tox jobs, use tox_envlist instead of
tox_venvlist. See
https://docs.openstack.org/infra/zuul-jobs/jobs.html#job-tox for
definition of tox job.

All projects using tox_venvlist have been changed to use tox_envlist as
well (see dependencies). Now we can rename tox_venvlist to tox_envlist -
and then the projects can remove tox_venvlist and use only tox_envlist.

Change-Id: I67a20b1faa77ff0166ad96fd95432c11948abc74
Depends-On: I035584aaeaa71b62c1d0c7e0a62dbf053a3488b6
Depends-On: I2fb02ead3b45c2a05d28f59fd28d062a3b40e07e
Depends-On: Id03d4c1351d5a002dc9d73247d0315bef274f627
Depends-On: Iff3093e61c7d2cb684667d5bc5f2a75580569aab
2018-01-12 16:49:47 +01:00
Michel Peterson
515edd4035 Document how to write multiline regex with comments
It is possible to add multiline and docummented regex to the
tempest_test_regex but it might not be evident at first, although very
useful for some scenarios.

This patch documents how this should be achieved to make it easier for
people in the future.

Change-Id: Id54679debedb1667cc70004b9a28fba921e50c0b
2017-12-25 14:40:32 +02:00
Zuul
9bd78bcd65 Merge "Add role to build the stackviz report" 2017-11-21 10:57:21 +00:00
Andrea Frittoli (andreaf)
e4fdd2fece Add role to build the stackviz report
Add a role to build the stackviz report and include it in the
tempest post play.

Change-Id: I085460fc7a4fe6baee2d85c8ab3ea3a2128ea54d
2017-11-18 10:16:12 +00:00
Luigi Toscano
e8a1f53986 run-tempest role: new tempest_test_regex variable
Specify a regular expression to filter the tests.

Change-Id: I44911c6bd6ede68c3376c8a6b42700310dce7a06
2017-11-16 15:22:07 +01:00
Andrea Frittoli (andreaf)
7d5445dae2 Initial skeleton for devstack-tempest base job
Setup the initial folder and play to run tempest.
This simply runs tempest full for now, with not support for config
options.

Change-Id: I5a76dd23900a1b5fb1764fafd837d69baf9ed8b1
Depends-on: Iffe54fbccbccd68db08f79a1b51dd7f76dbff408
2017-11-08 18:04:39 +11:00