summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/functional/hooks
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make post_test_hook.sh executableJamie Lennox2015-02-201-0/+0
| | | | | | | Functional test job fails with permission denied trying to execute the post_test_hook. Set permissions +x. Change-Id: I9ef052daf73761ea1e4128fc1738278fc8fa2483
* Create functional test baseJamie Lennox2015-02-131-0/+50
Setup test runners to run unit tests by default and add a stub functional test that we can get gating. Change-Id: I6627925ab63340c880adc7c938a0b74faff47bc7 Implements: bp functional-testing