Commit Graph

10 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
Ghanshyam Mann aaf69e0adf Fix hacking min version to 3.0.1
flake8 new release 3.8.0 added new checks and gate pep8
job start failing. hacking 3.0.1 fix the pinning of flake8 to
avoid bringing in a new version with new checks.

Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
break the pep8 job if new check are added.

To avoid similar gate break in future, we need to bump the hacking min
version.

- http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html

Change-Id: I8123f403a23f17c20cd5b114227fef45d2eb7992
2020-05-12 19:33:34 -05:00
Zuul 9e2486a0d6 Merge "Drop sphinx document" 2020-04-19 12:34:41 +00:00
Andreas Jaeger 2ff35f9605 Update to hacking 3.0
Hacking 3.0 was just released with minor changes, update to the new
version.

Change-Id: I8153c333e8e65cd9469e490a2841a691a269303c
2020-03-30 17:43:59 +02:00
Akihiro Motoki 9453185734 Drop sphinx document
We don't provide any sphinx documents as we cover horizon specific
topics in the horizon repository. The current version is just from
the cookiecutter and is never maintained since created.
README and CONTRIBUTING.rst would be enough.

Change-Id: I60c6e64e771f4e6bd3482a4d6a2a37228dde98b9
2020-03-29 05:22:10 +09:00
Andreas Jaeger ecc60ca980 Update hacking
Update hacking to latest version to catch Python 3 problems.

The existing entries in flake8 ignore are dropped
as they are unnecessary.

Change-Id: I8e268f3852ad7acf4805f8ef7e4cbe25a90054a0
2020-03-29 04:32:52 +09:00
Akihiro Motoki fd4ad6b565 Cleanup requirements.txt
Change-Id: I6be0829340cf8057f83ef58d4866072467f8c21a
2018-08-12 17:15:41 +09:00
Ha Manh Dong 2d24cb7b04 Switch to use stestr for unit test
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
So we should switch to stestr.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I6c6e1b3873a71d3b069f0c0bc45d9ba9885c2886
2018-07-25 23:08:44 +03:00
Akihiro Motoki f391a5f7cd Update requirements
Change-Id: I9648255a9bed8c75902763cbcf02ec2638fabcbd
2017-11-16 12:13:47 +00: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