summaryrefslogtreecommitdiff
path: root/doc/api_samples/os-cloudpipe
Commit message (Collapse)AuthorAgeFilesLines
* nova-net: Stop mocking the instance network cacheStephen Finucane2019-10-051-1/+1
| | | | | | | | | This has been tying us to nova-network. This should be a one line change but it has a large knock-on effect due to lots of samples using it. We just need to suck it up and deal with it, unfortunately. Change-Id: I09c88e0fdf3635683c56901637fc3c0a9084d482 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Move the v2 api_sample functional testsHe Jie Xu2015-08-184-0/+27
| | | | | | | | | | | This patch move the all v2.1 api sample tests under 'functional/api_sample_tests'. Also move sample files under 'doc/api-samples'. Co-Authored-By: Ed Leafe <ed@leafe.com> Co-Authored-By: Alex Xu <hejie.xu@intel.com> Partial-Bug: #1462901 Change-Id: I2b924f2ad7687a23a018a9b658e8acd9e04d7963
* Merge V2 and V2.1 cloudpipe functional testsghanshyam2015-06-093-21/+0
| | | | | | | | | | | | | | | | | Currently v2 and v2.1 have separate functional tests and their corresponding sample files. As v2 and v2.1 are supposed to be identical, there is overhead to maintain two set of functional tests and sample files. We can have one set of tests which can run for both v2 and v2.1. This commit merges cloudpipe functional tests. In V2 hypervsior API has following extensions - os-cloudpipe - os-cloudpipe-update In V2.1 above extensions have been merged together in cloudpipe plugins Change-Id: Idf76e584fc2ec9508d93edead48ffc90a8c25257
* Nuke XML support from Nova REST API - Phase 1Davanum Srinivas2015-01-053-19/+0
| | | | | | | In I5a580fc323c3809790b4a68a9f8f8129ecdc2cf0 we switched off XML support. In this review we entirely remove all the testcases and supporting files. Change-Id: I83827d438753fd3899053dd6e09bc77c997c7406
* Verify doc/api_samples files along with the templatesDan Smith2012-11-282-12/+8
| | | | | | | | | | | | | | This also includes a bunch of updates to the actual samples that have become stale as things have changed in the tree and naughty developers haven't updated the docs. This new bit of logic in the samples test should help prevent that in the future. In order to verify the static doc/api_samples files, this adds a new method to the base test, which allows the subclasses to refine their subs into pattern matches after the server response is verified, and before the doc/api_samples file is verified. Change-Id: Ie46b24a65145c407d46974b63a97a84911223547
* Add api samples to cloudpipe extensionMauro S. M. Rodrigues2012-09-286-0/+44
Change-Id: I0c9d5ac191c9c9dc6c74f955857aebf7c1952b94