disable elk in CI pipeline
[bottlenecks.git] / testsuites / posca / testcase_cfg / posca_factor_vnf_scale_up.yaml
1 ##############################################################################
2 # Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 test_config:
11   scale_up_values:
12     cpus_min: 8
13     cpus_max: 80
14     cpus_incr: 2
15     mem_min: 8
16     mem_max: 128
17     mem_incr: 2
18     mem_unit: 1024
19     # optionally allow for static list of CPU, MEM values
20 #  scale_up_values_list:
21 #    - [8, 8192]
22 #    - [10, 10240]
23 runner_config:
24  # dashboard: "y"
25   dashboard_ip:
26   stack_create: yardstick
27   yardstick_test_ip:
28   yardstick_test_dir: "samples/vnf_samples/nsut/acl"
29   yardstick_testcase: "tc_heat_rfc2544_ipv4_1rule_1flow_64B_packetsize_scale_up.yaml"