summaryrefslogtreecommitdiff
path: root/functional/tests/test_examples.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Skip functional tests until they are fixed"Steve Martinelli2015-02-171-4/+0
| | | | | | This reverts commit 3946bf0e0186c8c2897f432029bad7873b6d03a0. Change-Id: Ic21137b208991c9ce738e5bf3ad5e6965b69e166
* Skip functional tests until they are fixedSteve Martinelli2015-02-091-0/+4
| | | | | | | | Newest python-keystoneclient broke some of our tests, this patch is just to get the gate less broken. Change-Id: I8961c63d094e9effde73f6d4088d8626a46e1f3d Related-Bug: #1420080
* Add more session/api examplesDean Troyer2014-11-151-0/+6
| | | | | | | | | * examples/object_api.py - Example of using the Object_Store API * examples/osc-lib.py - Minimal client to use ClientManager as a library Also add matching functional tests Change-Id: I4243a21141a821420951d4b6352d41029cdcccbc
* Add an API example base and functional test baseSteve Martinelli2014-11-151-0/+22
Add examples/common.py, which is a basic common setup that mimics OSC's configuration options and logging without the rest of the CLI. Also add the functional test tooling for examples to prevent bit rot. Co-Authored-By: Dean Troyer <dtroyer@gmail.com> Change-Id: Ie92b675eafd93482ddc9a8ce0b0588e23ed50c35