Add files required for making this project a tempest plugin

In addition:

* Add gitignore file
* Modified client to use tempest config variables instead of env
  vars. Tempest config is what usually used in CI builds
* Modified test to use common flavor (m1.micro).

Change-Id: I5f292d7762396016a35c1895d7f6898b7dc1b417
This commit is contained in:
abregman
2018-08-16 10:22:37 +03:00
parent 47558dc83d
commit dce03ca6ea
7 changed files with 110 additions and 11 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
*.sw?
*.egg
*.egg-info
*.pyc
.test
.stestr*
etc
.testrepository
.tox
.venv
AUTHORS
build/*
ChangeLog
doc/build/*
zuul/versioninfo
dist/