Merge "Fix invalid Ceilometer task samples"

This commit is contained in:
Jenkins 2014-11-20 12:12:33 +00:00 committed by Gerrit Code Review
commit c5e087cd23
22 changed files with 111 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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