Enable tempest-viz tool#3761
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/87659748d980481daed3c60fa1aba642 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 11m 18s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/7353e1f53a044aaf8c931abb7720849c ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 12m 21s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d32e46bf8ef04f16bc8f1ba599cee536 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 15m 19s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/092611c37daa47e2b9d3f0187396baab ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 10m 17s |
3ca04f3 to
147c85c
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5c017c3a8976433890e089da7570192c ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 18m 52s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/f1256e81c3704fc5b47c940d30e67ecf ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 03m 36s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/de99a6e3872648feaa0ffa0f1a7c9376 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 52m 25s |
|
recheck |
danpawlik
left a comment
There was a problem hiding this comment.
few things, that can be improved later.
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/78ae243a969e4d86bdf46cbac19bd1f1 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 05m 57s |
Tempest-viz is a tool similar to stackviz, which generate a very nice html output for tempest, based on subunit. This patch, adds the tool itself in the test_operator role, and execut it generating the html file. The main difference between this and stackviz, is that the subunit is inserted directly into html, which means you don't need any of the old fancy angular.js libraries and everything is done in one single html file. Signed-off-by: Arx Cruz <arxcruz@redhat.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
pre-commit passed. Let's go |
|
Create task for following work: https://redhat.atlassian.net/browse/OSPCIFMW-46 |
Tempest-viz is a tool similar to stackviz, which generate a very nice
html output for tempest, based on subunit. This patch, adds the tool
itself in the test_operator role, and execut it generating the html
file. The main difference between this and stackviz, is that the subunit
is inserted directly into html, which means you don't need any of the
old fancy angular.js libraries and everything is done in one single html
file.