diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-05-24 07:37:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-24 07:37:16 +0000 |
commit | 92a37a7a51adea10e787be1430ffee0876323388 (patch) | |
tree | 96370b969ebf6acd94225b985c23eafc458cbd3e /samples/memload.yaml | |
parent | fdc0a62eb8fc92bcc0de1c65beda00c667cfcffb (diff) | |
parent | 69b286f790fbf90b58b25c1ca14b8e66b9bc67b8 (diff) |
Merge "add memory_load scenario"
Diffstat (limited to 'samples/memload.yaml')
-rw-r--r-- | samples/memload.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/samples/memload.yaml b/samples/memload.yaml new file mode 100644 index 000000000..0acba21b1 --- /dev/null +++ b/samples/memload.yaml @@ -0,0 +1,32 @@ +--- +# Sample benchmark task config file +# Reading memory load/statistics + +schema: "yardstick:task:0.1" + +scenarios: +- + type: MEMORYload + options: + interval: 1 + count: 1 + + host: kratos.demo + + runner: + type: Duration + duration: 60 + +context: + name: demo + image: yardstick-trusty-server + flavor: yardstick-flavor + user: ubuntu + + servers: + kratos: + floating_ip: true + + networks: + test: + cidr: '10.0.1.0/24' |