
Change-Id: I332fb918a413869e77f9c74c966272d4a7b778a5 blueprint: benchmark-scenarios-for-celiometer
86 lines
2.1 KiB
YAML
86 lines
2.1 KiB
YAML
---
|
|
KeystoneBasic.create_delete_user:
|
|
-
|
|
args:
|
|
name_length: 10
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 10
|
|
|
|
KeystoneBasic.create_and_list_tenants:
|
|
-
|
|
args:
|
|
name_length: 10
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 10
|
|
|
|
CeilometerBasic.create_alarm:
|
|
-
|
|
args:
|
|
meter_name: "ram_util"
|
|
threshold: 10.0
|
|
type: "threshold"
|
|
statistic: "avg"
|
|
alarm_actions: ["http://localhost:8776/alarm"]
|
|
ok_actions: ["http://localhost:8776/ok"]
|
|
insufficient_data_actions: ["http://localhost:8776/notok"]
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 10
|
|
|
|
CeilometerBasic.create_and_delete_alarm:
|
|
-
|
|
args:
|
|
meter_name: "ram_util"
|
|
threshold: 10.0
|
|
type: "threshold"
|
|
statistic: "avg"
|
|
alarm_actions: ["http://localhost:8776/alarm"]
|
|
ok_actions: ["http://localhost:8776/ok"]
|
|
insufficient_data_actions: ["http://localhost:8776/notok"]
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 10
|
|
|
|
CeilometerBasic.create_and_list_alarm:
|
|
-
|
|
args:
|
|
meter_name: "ram_util"
|
|
threshold: 10.0
|
|
type: "threshold"
|
|
statistic: "avg"
|
|
alarm_actions: ["http://localhost:8776/alarm"]
|
|
ok_actions: ["http://localhost:8776/ok"]
|
|
insufficient_data_actions: ["http://localhost:8776/notok"]
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 10
|
|
|
|
CeilometerBasic.create_and_update_alarm:
|
|
-
|
|
args:
|
|
meter_name: "ram_util"
|
|
threshold: 10.0
|
|
type: "threshold"
|
|
statistic: "avg"
|
|
alarm_actions: ["http://localhost:8776/alarm"]
|
|
ok_actions: ["http://localhost:8776/ok"]
|
|
insufficient_data_actions: ["http://localhost:8776/notok"]
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 10
|
|
|
|
CeilometerBasic.list_alarms:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 10
|