diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-07-21 08:20:23 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-07-21 08:21:01 +0800 |
commit | 1ff202966050a4649de25a3d8f77fe964599421e (patch) | |
tree | 49761efd8c24a459cc380971927135a51fd40371 /samples | |
parent | ebb9bc33134a90ea707f163950487056dc64e729 (diff) |
Add test case description and task file for TC044
Change-Id: I89c0ebe1111c5fa909625757bdf8ce3e212d630a
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/memload.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/samples/memload.yaml b/samples/memload.yaml index 0acba21b1..87d727707 100644 --- a/samples/memload.yaml +++ b/samples/memload.yaml @@ -9,13 +9,14 @@ scenarios: type: MEMORYload options: interval: 1 - count: 1 + count: 10 host: kratos.demo runner: - type: Duration - duration: 60 + type: Iteration + iterations: 5 + interval: 1 context: name: demo |