summaryrefslogtreecommitdiff
path: root/cinderclient/tests/functional/hooks
Commit message (Collapse)AuthorAgeFilesLines
* Use generic user for both zuul v2 and v3Nam Nguyen Hoai2017-10-171-3/+3
| | | | | | | Zuul v2 uses 'jenkins' as user, but Zuul v3 uses 'zuul'. Using $USER solves it for both cases. Change-Id: I7bd4c3d5a0acc2c73557a65dcc274a97f16bfd07
* Do not require functional_creds.conf for functional testsIvan Kolodyazhny2015-12-171-13/+0
| | | | | | | Pass OS_* env variables for functional tests to use environment variables if they are available instead of config file Change-Id: Ic1b4752bf558c57974b5f2a4d5a45aee4a940bbb
* Update path to subunit2html in post_test_hookMatt Riedemann2015-09-021-1/+1
| | | | | | | | | | | | | | Per: http://lists.openstack.org/pipermail/openstack-dev/2015-August/072982.html The location of subunit2html changed on the images in the gate so update the path used in the post_test_hook. Long-term we should just use what's in devstack-gate. Change-Id: I5e50e7d7ad845aba26403df1df412c0a139a6dc7 Closes-Bug: #1491646
* Fix functional post test_hookIvan Kolodyazhny2015-06-091-1/+1
| | | | | | | 1) Set correct $CINDERCLIENT_DIR to make Jenkins happy 2) Set OS_VOLUME_API_VERSION=2 to run with Cinder API v2 on gates Change-Id: Id6be541fa2862eb833ed645e42bedcac6cef19dd
* Fix functional tests and tox 2.0 errorsAdrien Vergé2015-05-181-2/+15
| | | | | | | | | | | | | | | With the recent update to tox 2.0.x, environment variables such as OS_AUTH_URL are not passed by default, resulting in tests errors mentionning Keystone authentication failures. This patch reads credentials from the 'functional_creds.conf' config file, like it is done in novaclient (and soon in glanceclient and neutronclient). Reading credentials the old way (the environment) is still possible. Change-Id: I2ec1df481aba7a3866fc8dbc912311de02c22d11 Related-Bug: #1455102
* Add functional post test_hookJohn Griffith2015-05-121-0/+53
This is an initial add of a simple post_test_hook for the functional tests that are run in cinderclient. Change-Id: If0b242c4caaa611da8fb55b8f04ab436c0ce9984