summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/run_stestr.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use os-cloud instead of OS env vars for functional testsMonty Taylor2019-01-101-16/+0
| | | | | | | | | | | | | | In order to support switching auth contexts, such as for registered_limits which take a system scoped token, switch the functional tests to using the --os-cloud command line parameter. However, honor the OS_CLOUD env var as a way that someone can select a different cloud, including 'envvars', to use. Use devstack-system-admin cloud for limit tests Keystone requires these to have system scope now. Change-Id: Ia81eebd3e00ae986cf3ba7e3d98f3e8a1647b622
* Switch to use stestr directlyMasayuki Igawa2017-12-271-0/+16
This commit makes to use stestr instead of ostestr directly. ostestr>1.0.0 has started to use stestr instead of testrepository. So there is no reason to use ostestr anymore. Change-Id: I6327d50c9f6dd19f1de24b9b51532104fb3e916e