RETIRED, Horizon plugin for tempest
Go to file
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
tempest_horizon Cleanup python 2.7 support 2020-04-01 15:07:33 +09:00
.gitignore Drop sphinx document 2020-03-29 05:22:10 +09:00
.gitreview OpenDev Migration Patch 2019-04-19 19:27:51 +00:00
.stestr.conf Switch to use stestr for unit test 2018-07-25 23:08:44 +03:00
.zuul.yaml import zuul job settings from project-config 2018-08-21 16:49:51 +09:00
CONTRIBUTING.rst Update the rst file information 2020-03-29 06:30:09 +09:00
HACKING.rst Update the rst file information 2020-03-29 06:30:09 +09:00
LICENSE Initial commit based on current tempest 2016-04-29 16:02:53 -06:00
MANIFEST.in Initial commit based on current tempest 2016-04-29 16:02:53 -06:00
README.rst Update the rst file information 2020-03-29 06:30:09 +09:00
babel.cfg Initial commit based on current tempest 2016-04-29 16:02:53 -06:00
requirements.txt Cleanup python 2.7 support 2020-04-01 15:07:33 +09:00
setup.cfg Cleanup python 2.7 support 2020-04-01 15:07:33 +09:00
setup.py Cleanup python 2.7 support 2020-04-01 15:07:33 +09:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 19:33:34 -05:00
tox.ini Update tox.ini 2020-03-29 05:55:51 +09:00

README.rst

Team and repository tags

image

tempest-horizon

Tempest Plugin for Horizon tests

  • Free software: Apache license

Using

Install this plugin in the same python environment as tempest.

In tempest directory, run:

stestr run tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps