diff options
Diffstat (limited to 'samples/fio-template.yaml')
-rw-r--r-- | samples/fio-template.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/fio-template.yaml b/samples/fio-template.yaml index ce64cdee2..ba710d95f 100644 --- a/samples/fio-template.yaml +++ b/samples/fio-template.yaml @@ -13,7 +13,7 @@ scenarios: - type: Fio options: - filename: /home/ec2-user/data.raw + filename: /home/ubuntu/data.raw bs: {{bs}} rw: {{rw}} ramp_time: 10 @@ -30,7 +30,7 @@ context: name: demo image: yardstick-trusty-server flavor: yardstick-flavor - user: ec2-user + user: ubuntu servers: fio: floating_ip: true |