~ubuntu-branches/ubuntu/vivid/ceilometer/vivid

« back to all changes in this revision

Viewing changes to ceilometer/tests/gabbi/gabbits/basic.yaml

  • Committer: Package Import Robot
  • Author(s): James Page, Corey Bryant, James Page
  • Date: 2015-02-19 14:59:07 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20150219145907-9jojybdsl64zcn14
Tags: 2015.1~b2-0ubuntu1
[ Corey Bryant ]
* New upstream release.
  - d/control: Align requirements with upstream.
  - d/p/skip-test.patch: Rebased.

[ James Page ]
* d/rules,d/p/skip-gabbi.patch: Skip tests that rely on python-gabbi until
  packaging and MIR is complete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Some simple tests just to confirm that the system works.
 
3
#
 
4
fixtures:
 
5
    - ConfigFixture
 
6
 
 
7
tests:
 
8
 
 
9
# Root gives us some information on where to go from here.
 
10
-    name: quick root check
 
11
     url: /
 
12
     response_headers:
 
13
         content-type: application/json; charset=UTF-8
 
14
     response_strings:
 
15
         - '"base": "application/json"'
 
16
     response_json_paths:
 
17
         versions.values.[0].status: stable
 
18
         versions.values.[0].media-types.[0].base: application/json
 
19
 
 
20
# NOTE(chdent): Ideally since / has a links ref to /v2, /v2 ought not 404!
 
21
-    name: v2 visit
 
22
     desc: this demonstrates a bug in the info in /
 
23
     url: $RESPONSE['versions.values.[0].links.[0].href']
 
24
     status: 404