Update README and add gitignore

Change-Id: I71d4204d5f852de87f9f92751017d0e6db53f220
This commit is contained in:
David Lyle 2016-04-29 16:09:34 -06:00
parent 64302f192f
commit b49b7630ef
2 changed files with 62 additions and 0 deletions

54
.gitignore vendored Normal file
View File

@ -0,0 +1,54 @@
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?

View File

@ -5,3 +5,11 @@ 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::
testr run tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps