| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Zuul v2 uses 'jenkins' as user, but Zuul v3 uses 'zuul'.
Using $USER solves it for both cases.
Change-Id: I7bd4c3d5a0acc2c73557a65dcc274a97f16bfd07
|
| |
|
|
|
|
|
| |
Pass OS_* env variables for functional tests to use environment
variables if they are available instead of config file
Change-Id: Ic1b4752bf558c57974b5f2a4d5a45aee4a940bbb
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
This is an initial add of a simple post_test_hook for the
functional tests that are run in cinderclient.
Change-Id: If0b242c4caaa611da8fb55b8f04ab436c0ce9984
|