diff options
Diffstat (limited to 'etc/conf')
-rw-r--r-- | etc/conf/bottlenecks_config.yml | 9 | ||||
-rw-r--r-- | etc/conf/cmd_config.yml | 9 | ||||
-rw-r--r-- | etc/conf/dovetail_config.yml | 9 | ||||
-rw-r--r-- | etc/conf/functest-k8s_config.yml | 9 | ||||
-rw-r--r-- | etc/conf/functest_config.yml | 9 | ||||
-rw-r--r-- | etc/conf/onap-vtp_config.yml | 9 | ||||
-rw-r--r-- | etc/conf/onap-vvp_config.yml | 9 | ||||
-rw-r--r-- | etc/conf/yardstick_config.yml | 9 |
8 files changed, 72 insertions, 0 deletions
diff --git a/etc/conf/bottlenecks_config.yml b/etc/conf/bottlenecks_config.yml index eb067c4a..bd5e106a 100644 --- a/etc/conf/bottlenecks_config.yml +++ b/etc/conf/bottlenecks_config.yml @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + --- {% set validate_testcase = validate_testcase or '' %} diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index 1ea2d0a2..1a7c8872 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + --- cli: arguments: diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index 72d7fda3..e59c1b85 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + --- cli_file_name: 'cmd_config.yml' result_file: 'results.json' diff --git a/etc/conf/functest-k8s_config.yml b/etc/conf/functest-k8s_config.yml index e4781715..48875591 100644 --- a/etc/conf/functest-k8s_config.yml +++ b/etc/conf/functest-k8s_config.yml @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + --- {% set validate_testcase = validate_testcase or '' %} diff --git a/etc/conf/functest_config.yml b/etc/conf/functest_config.yml index 3bf90218..540431c2 100644 --- a/etc/conf/functest_config.yml +++ b/etc/conf/functest_config.yml @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + --- {% set validate_testcase = validate_testcase or '' %} diff --git a/etc/conf/onap-vtp_config.yml b/etc/conf/onap-vtp_config.yml index eb9b024d..2cfc96fc 100644 --- a/etc/conf/onap-vtp_config.yml +++ b/etc/conf/onap-vtp_config.yml @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + --- {% set validate_testcase = validate_testcase or '' %} diff --git a/etc/conf/onap-vvp_config.yml b/etc/conf/onap-vvp_config.yml index 3333caed..ee09b711 100644 --- a/etc/conf/onap-vvp_config.yml +++ b/etc/conf/onap-vvp_config.yml @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + --- {% set build_tag = build_tag or '' %} diff --git a/etc/conf/yardstick_config.yml b/etc/conf/yardstick_config.yml index 610cbfd8..aec569c7 100644 --- a/etc/conf/yardstick_config.yml +++ b/etc/conf/yardstick_config.yml @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + --- {% set attack_host = attack_host or '' %} |