From 2de4187366cb0fb328aaefce33d2d7c8db45adab Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 15 Feb 2018 08:53:47 -0600 Subject: [PATCH] Collect tox and testr output in functional tests We need to collect tox and testr html output so that it's easier to see what went wrong when things break. Change-Id: I728ca7f7ea7f8e1aca9e80eab28fdf44de91f88c --- .zuul.yaml | 1 + playbooks/devstack/post.yaml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 playbooks/devstack/post.yaml diff --git a/.zuul.yaml b/.zuul.yaml index b870e903e..5375ee356 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -44,6 +44,7 @@ parent: devstack-tox-functional-consumer description: | Base job for devstack-based functional tests + post-run: playbooks/devstack/post.yaml required-projects: # These jobs will DTRT when openstacksdk triggers them, but we want to # make sure stable branches of openstacksdk never get cloned by other diff --git a/playbooks/devstack/post.yaml b/playbooks/devstack/post.yaml new file mode 100644 index 000000000..7f0cb1982 --- /dev/null +++ b/playbooks/devstack/post.yaml @@ -0,0 +1,4 @@ +- hosts: all + roles: + - fetch-tox-output + - fetch-subunit-output