diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-09-19 02:42:55 +0000 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-10-01 19:46:07 -0400 |
| commit | 742982af4bb94b73a78c06688732acf1c8127f8a (patch) | |
| tree | 0c84f0dbcb181e044c440bf7411811b014d72495 /functional/harpoonrc | |
| parent | 02320a5a2437acdc501a003cca53310a444e4b4e (diff) | |
| download | python-openstackclient-742982af4bb94b73a78c06688732acf1c8127f8a.tar.gz | |
Add functional tests to osc
Create a script that kicks off function tests that exercise
openstackclient commands against a cloud.
If no keystone/openstack process is detected, a devstack instance
is spun up and the tests are run against that.
There is also a hook added to tox.ini so that we can run these
tests easily from a gate job.
Change-Id: I3cc8b2b800de7ca74af506d2c7e8ee481fa985f0
Diffstat (limited to 'functional/harpoonrc')
| -rw-r--r-- | functional/harpoonrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/functional/harpoonrc b/functional/harpoonrc new file mode 100644 index 00000000..ed9201ca --- /dev/null +++ b/functional/harpoonrc @@ -0,0 +1,14 @@ +# Global options +#RECLONE=yes + +# Devstack options +#ADMIN_PASSWORD=openstack +#MYSQL_PASSWORD=openstack +#RABBIT_PASSWORD=openstack +#SERVICE_TOKEN=openstack +#SERVICE_PASSWORD=openstack + +# Harpoon options +HARPOON_USER=admin +HARPOON_TENANT=admin +#DEVSTACK_DIR=/opt/stack/devstack |
