e560cd7ff1dce1134168ef0f0fbcea36f47a6729
[functest.git] / testcases / VIM / OpenStack / CI / suites / opnfv-glance.json
1 {
2     "GlanceImages.create_and_delete_image": [
3         {
4             "args": {
5                 "image_location": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img",
6                 "container_format": "bare",
7                 "disk_format": "qcow2"
8             },
9             "runner": {
10                 "type": "constant",
11                 "times": 10,
12                 "concurrency": 2
13             },
14             "context": {
15                 "users": {
16                     "tenants": 2,
17                     "users_per_tenant": 3
18                 }
19             }
20         }
21     ],
22     "GlanceImages.create_and_list_image": [
23         {
24             "args": {
25                 "image_location": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img",
26                 "container_format": "bare",
27                 "disk_format": "qcow2"
28             },
29             "runner": {
30                 "type": "constant",
31                 "times": 10,
32                 "concurrency": 1
33             },
34             "context": {
35                 "users": {
36                     "tenants": 1,
37                     "users_per_tenant": 1
38                 }
39             }
40         }
41     ],
42     "GlanceImages.create_image_and_boot_instances": [
43         {
44             "args": {
45                 "image_location": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img",
46                 "container_format": "bare",
47                 "disk_format": "qcow2",
48                 "flavor": {
49                     "name": "m1.small"
50                 },
51                 "number_instances": 2
52             },
53             "runner": {
54                 "type": "constant",
55                 "times": 10,
56                 "concurrency": 2
57             },
58             "context": {
59                 "users": {
60                     "tenants": 3,
61                     "users_per_tenant": 5
62                 }
63             }
64         }
65     ],
66     "GlanceImages.list_images": [
67         {
68             "runner": {
69                 "type": "constant",
70                 "times": 10,
71                 "concurrency": 1
72             },
73             "context": {
74                 "users": {
75                     "tenants": 2,
76                     "users_per_tenant": 2
77                 },
78                 "images": {
79                     "image_url": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img",
80                     "image_type": "qcow2",
81                     "image_container": "bare",
82                     "images_per_tenant": 4
83                 }
84             }
85         }
86     ]
87 }