Commit Graph

5 Commits

Author SHA1 Message Date
Akihiro Motoki 6883d8ff5a Retire tempest-horizon
As disscussed in Wallaby PTG [1], QA and Horizon team
decided to move the horizon dashboard test from tempest-horizon
to Tempest. Scenario tests in tempest-horizon have been merged
into the tempest repository.

[1] https://etherpad.opendev.org/p/qa-wallaby-ptg

Depends-On: https://review.opendev.org/c/openstack/project-config/+/772373
Depends-On: https://review.opendev.org/c/openstack/horizon/+/771737
Change-Id: I6cc32a57dde4270343ca1f564ddc75f107455d9f
2021-01-25 16:39:31 +00:00
Radomir Dopieralski 9d5bb7bde3 Fix pep8 failure
./tempest_horizon/plugin.py:42:16: E124 closing bracket does not match
visual indentation

Change-Id: I7c229aa81b1ae31affaa2949f96b159cf0fe0091
2016-12-07 11:38:22 +01:00
David Lyle 5378f71008 updating the config and usage
The config options were improperly specified and utilized.
Also, a needless decorator that is a carry over from
integrated work was removed.

Change-Id: Ieb39c8c4baada8857cc297cc98897d71f0536716
2016-06-06 11:36:37 -06:00
Matthew Treinish aec2ef549a
Fix configuration setup
This commit fixes some issues with configuration setup in the plugin.
Firstly, it adds the service available option which was missing from
the plugin. (this opt will be removed from tempest when this lands in
openstack) This also fixes the variable name used for registering the
plugins which was previously incorrectly using BotoGroup.
2016-05-03 18:50:39 -04:00
David Lyle 64302f192f Initial commit based on current tempest
This creates the tempest plugin for horizon and duplicates
the existing horizon scenario test in tempest.

Change-Id: I9430b6cefc884ecc105e91ec19a07987aa70ef98
2016-04-29 16:02:53 -06:00