Merge "Adding simple cmdline to run the Network service testcases"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc014.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4 description: >
5     Yardstick TC014 config file;
6     Measure Processing speed using unixbench.
7
8 scenarios:
9 -
10   type: UnixBench
11   options:
12     run_mode: 'verbose'
13     test_type: 'dhry2reg'
14   host: Chang'e.yardstick-TC014
15
16   runner:
17     type: Iteration
18     iterations: 1
19     interval: 1
20
21 context:
22   name: yardstick-TC014
23   image: yardstick-image
24   flavor: yardstick-flavor
25   user: ubuntu
26
27   servers:
28     Chang'e:
29       floating_ip: true
30
31   networks:
32     test:
33       cidr: '10.0.1.0/24'