Fix invalid Ceilometer task samples

Now Rally is requiring the task file containing "context" and
"users". Unfortunately, they're missing in Ceilometer task
samples. This patch will add them.

Change-Id: Id444ffe12b78c5fc399cdd97ba3c3d4790e4d265
Closes-Bug: 1394437
This commit is contained in:
Fei Long Wang 2014-11-20 15:33:41 +13:00
parent 4b448c0f27
commit 1607749806
22 changed files with 111 additions and 1 deletions

View File

@ -14,6 +14,12 @@
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]

View File

@ -13,3 +13,7 @@
type: "constant"
times: 10
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 2

View File

@ -14,6 +14,12 @@
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]

View File

@ -13,3 +13,7 @@
type: "constant"
times: 10
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 2

View File

@ -14,6 +14,12 @@
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]

View File

@ -13,3 +13,7 @@
type: "constant"
times: 10
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 2

View File

@ -16,6 +16,12 @@
"type": "constant",
"times": 100,
"concurrency": 10
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]

View File

@ -15,3 +15,7 @@
type: "constant"
times: 100
concurrency: 10
context:
users:
tenants: 2
users_per_tenant: 2

View File

@ -17,6 +17,12 @@
"type": "constant",
"times": 100,
"concurrency": 10
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]

View File

@ -15,4 +15,8 @@
runner:
type: "constant"
times: 100
concurrency: 10
concurrency: 10
context:
users:
tenants: 2
users_per_tenant: 2

View File

@ -15,6 +15,12 @@
"type": "constant",
"times": 100,
"concurrency": 10
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]

View File

@ -14,3 +14,7 @@
type: "constant"
times: 100
concurrency: 10
context:
users:
tenants: 2
users_per_tenant: 2

View File

@ -14,6 +14,12 @@
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]

View File

@ -13,3 +13,7 @@
type: "constant"
times: 10
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 2

View File

@ -12,6 +12,12 @@
"type": "constant",
"times": 200,
"concurrency": 5
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]

View File

@ -11,3 +11,7 @@
type: "constant"
times: 200
concurrency: 5
context:
users:
tenants: 2
users_per_tenant: 2

View File

@ -5,6 +5,12 @@
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]

View File

@ -5,3 +5,7 @@
type: "constant"
times: 10
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 2

View File

@ -5,6 +5,12 @@
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]

View File

@ -5,3 +5,7 @@
type: "constant"
times: 10
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 2

View File

@ -5,6 +5,12 @@
"type": "constant",
"times": 10,
"concurrency": 1
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]

View File

@ -5,4 +5,8 @@
type: "constant"
times: 10
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 2