diff options
Diffstat (limited to 'tests/opnfv')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc071.yaml (renamed from tests/opnfv/test_cases/opnfv_yardstick_tc044.yaml) | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc044.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc071.yaml index d7406832d..644010916 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc044.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc071.yaml @@ -1,35 +1,33 @@ --- -# Yardstick TC044 config file -# Measure memory usage statistics, network throughput, latency and packet loss. +# Yardstick TC071 config file +# Measure cache hit/miss ratio and usage, network throughput and latency. # Different amounts of flows are tested with, from 2 up to 1001000. # All tests are run 2 times each. First 2 times with the least # amount of ports, then 2 times with the next amount of ports, # and so on until all packet sizes have been run with. # -# During the measurements memory usage statistics and network latency are -# recorded/measured using sar and ping, respectively. +# During the measurements cache hit/miss ration, cache usage statistics and +# network latency are recorded/measured using cachestat and ping, respectively. schema: "yardstick:task:0.1" scenarios: - - type: MEMORYload + type: CACHEstat run_in_background: true options: interval: 1 - count: 1 - host: demeter.yardstick-TC044 + host: demeter.yardstick-TC071 - - type: MEMORYload + type: CACHEstat run_in_background: true options: interval: 1 - count: 1 - host: poseidon.yardstick-TC044 + host: poseidon.yardstick-TC071 - type: Ping run_in_background: true @@ -37,8 +35,8 @@ scenarios: options: packetsize: 100 - host: demeter.yardstick-TC044 - target: poseidon.yardstick-TC044 + host: demeter.yardstick-TC071 + target: poseidon.yardstick-TC071 sla: max_rtt: 10 @@ -51,8 +49,8 @@ scenarios: number_of_ports: {{num_ports}} duration: 20 - host: demeter.yardstick-TC044 - target: poseidon.yardstick-TC044 + host: demeter.yardstick-TC071 + target: poseidon.yardstick-TC071 runner: type: Iteration @@ -65,7 +63,7 @@ scenarios: {% endfor %} context: - name: yardstick-TC044 + name: yardstick-TC071 image: yardstick-trusty-server flavor: yardstick-flavor user: ubuntu |