Remove reference of openstack-health

openstack-health is retiring[1] so removing the
reference of it from doc.

[1] https://review.opendev.org/c/openstack/governance/+/836706/2

Change-Id: I5825fed546283ea23348cfb7371b10c39ad2f88a
This commit is contained in:
Ghanshyam Mann 2022-04-05 19:50:15 -05:00
parent 44dac69eb7
commit 38fcb5f026
1 changed files with 3 additions and 12 deletions

View File

@ -50,19 +50,10 @@ test location. If you are linking to the Tempest removal patch please also put
a Depends-On in the commit message for the commit which moved the test into
another repo.
For prong 2 you can use OpenStack-Health:
For prong 2 you can use subunit2sql:
Using OpenStack-Health
""""""""""""""""""""""
Go to: http://status.openstack.org/openstack-health and then navigate to a per
test page for six months. You'll end up with a page that will graph the success
and failure rates on the bottom graph. For example, something like `this URL`_.
.. _this URL: http://status.openstack.org/openstack-health/#/test/tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern?groupKey=project&resolutionKey=day&duration=P6M
The Old Way using subunit2sql directly
""""""""""""""""""""""""""""""""""""""
Using subunit2sql directly
""""""""""""""""""""""""""
``SELECT * from tests where test_id like "%test_id%";``
(where ``$test_id`` is the full test_id, but truncated to the class because of