From 418cce60e12698b0a4d1c4518070cf290a9f6581 Mon Sep 17 00:00:00 2001 From: xudan Date: Sun, 28 Apr 2019 05:20:28 -0400 Subject: Add License Many files in Dovetail repo are lacking of License after LF scanning. Add all of them except the following files: 1. docker/Dockerfile.aarch64.patch 2. 0001-Allow-additional-properties-in-API-responses.patch 3. docs/images/dovetail_offline_mode.xcf 4. docs/images/dovetail_onfline_mode.xcf 5. all png files 6. all empty files Change-Id: If1a0b7c2d35d6682c87c4eb9106e1998dc4ca3bc Signed-off-by: xudan --- etc/testcase/bottlenecks.stress.ping.yml | 9 +++++++++ etc/testcase/functest.bgpvpn.router_association.yml | 9 +++++++++ etc/testcase/functest.bgpvpn.router_association_floating_ip.yml | 9 +++++++++ etc/testcase/functest.bgpvpn.subnet_connectivity.yml | 9 +++++++++ etc/testcase/functest.bgpvpn.tenant_separation.yml | 9 +++++++++ etc/testcase/functest.healthcheck.api_check.yml | 9 +++++++++ etc/testcase/functest.healthcheck.connection_check.yml | 9 +++++++++ etc/testcase/functest.healthcheck.snaps_health_check.yml | 9 +++++++++ etc/testcase/functest.k8s.conformance.yml | 9 +++++++++ etc/testcase/functest.k8s.smoke.yml | 9 +++++++++ etc/testcase/functest.neutron_tempest_plugin_api.yml | 9 +++++++++ etc/testcase/functest.rally.authenticate.yml | 9 +++++++++ etc/testcase/functest.rally.cinder.yml | 9 +++++++++ etc/testcase/functest.rally.glance.yaml | 9 +++++++++ etc/testcase/functest.rally.gnocchi.yml | 9 +++++++++ etc/testcase/functest.rally.heat.yml | 9 +++++++++ etc/testcase/functest.rally.keystone.yml | 9 +++++++++ etc/testcase/functest.rally.neutron.yml | 9 +++++++++ etc/testcase/functest.rally.nova.yml | 9 +++++++++ etc/testcase/functest.rally.quotas.yml | 9 +++++++++ etc/testcase/functest.security.patrole.yml | 9 +++++++++ etc/testcase/functest.security.patrole_vxlan_dependent.yml | 9 +++++++++ etc/testcase/functest.snaps.smoke.yml | 9 +++++++++ etc/testcase/functest.tempest.bgpvpn.yml | 9 +++++++++ etc/testcase/functest.tempest.compute.yml | 9 +++++++++ etc/testcase/functest.tempest.identity_v3.yml | 9 +++++++++ etc/testcase/functest.tempest.image.yml | 9 +++++++++ etc/testcase/functest.tempest.ipv6_api.yml | 9 +++++++++ etc/testcase/functest.tempest.ipv6_scenario.yml | 9 +++++++++ etc/testcase/functest.tempest.multi_node_scheduling.yml | 9 +++++++++ etc/testcase/functest.tempest.network_api.yml | 9 +++++++++ etc/testcase/functest.tempest.network_scenario.yml | 9 +++++++++ etc/testcase/functest.tempest.network_security.yml | 9 +++++++++ etc/testcase/functest.tempest.osinterop.yml | 9 +++++++++ etc/testcase/functest.tempest.trunk-ports.yml | 9 +++++++++ etc/testcase/functest.tempest.vm_lifecycle.yml | 9 +++++++++ etc/testcase/functest.tempest.volume.yml | 9 +++++++++ etc/testcase/functest.vnf.vepc.yml | 9 +++++++++ etc/testcase/functest.vnf.vims.yml | 9 +++++++++ etc/testcase/functest.vping.ssh.yml | 9 +++++++++ etc/testcase/functest.vping.userdata.yml | 9 +++++++++ etc/testcase/onap-vtp.validate.csar.yml | 9 +++++++++ etc/testcase/onap-vvp.validate.heat.yml | 9 +++++++++ etc/testcase/yardstick.ha.cinder_api.yml | 9 +++++++++ etc/testcase/yardstick.ha.controller_restart.yml | 9 +++++++++ etc/testcase/yardstick.ha.cpu_load.yml | 9 +++++++++ etc/testcase/yardstick.ha.database.yml | 9 +++++++++ etc/testcase/yardstick.ha.disk_load.yml | 9 +++++++++ etc/testcase/yardstick.ha.glance_api.yml | 9 +++++++++ etc/testcase/yardstick.ha.haproxy.yml | 9 +++++++++ etc/testcase/yardstick.ha.keystone.yml | 9 +++++++++ etc/testcase/yardstick.ha.neutron_l3_agent.yml | 9 +++++++++ etc/testcase/yardstick.ha.neutron_server.yml | 9 +++++++++ etc/testcase/yardstick.ha.nova_api.yml | 9 +++++++++ etc/testcase/yardstick.ha.rabbitmq.yml | 9 +++++++++ 55 files changed, 495 insertions(+) (limited to 'etc/testcase') diff --git a/etc/testcase/bottlenecks.stress.ping.yml b/etc/testcase/bottlenecks.stress.ping.yml index 48e452e8..875f2827 100644 --- a/etc/testcase/bottlenecks.stress.ping.yml +++ b/etc/testcase/bottlenecks.stress.ping.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 +############################################################################## + --- bottlenecks.stress.ping: name: bottlenecks.stress.ping diff --git a/etc/testcase/functest.bgpvpn.router_association.yml b/etc/testcase/functest.bgpvpn.router_association.yml index 1f720caa..b0fc01dd 100644 --- a/etc/testcase/functest.bgpvpn.router_association.yml +++ b/etc/testcase/functest.bgpvpn.router_association.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 +############################################################################## + --- functest.bgpvpn.router_association: name: functest.bgpvpn.router_association diff --git a/etc/testcase/functest.bgpvpn.router_association_floating_ip.yml b/etc/testcase/functest.bgpvpn.router_association_floating_ip.yml index 6e13f5d6..9deaea51 100644 --- a/etc/testcase/functest.bgpvpn.router_association_floating_ip.yml +++ b/etc/testcase/functest.bgpvpn.router_association_floating_ip.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 +############################################################################## + --- functest.bgpvpn.router_association_floating_ip: name: functest.bgpvpn.router_association_floating_ip diff --git a/etc/testcase/functest.bgpvpn.subnet_connectivity.yml b/etc/testcase/functest.bgpvpn.subnet_connectivity.yml index 8ff57e97..a092842d 100644 --- a/etc/testcase/functest.bgpvpn.subnet_connectivity.yml +++ b/etc/testcase/functest.bgpvpn.subnet_connectivity.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 +############################################################################## + --- functest.bgpvpn.subnet_connectivity: name: functest.bgpvpn.subnet_connectivity diff --git a/etc/testcase/functest.bgpvpn.tenant_separation.yml b/etc/testcase/functest.bgpvpn.tenant_separation.yml index b40dd00d..096a3816 100644 --- a/etc/testcase/functest.bgpvpn.tenant_separation.yml +++ b/etc/testcase/functest.bgpvpn.tenant_separation.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 +############################################################################## + --- functest.bgpvpn.tenant_separation: name: functest.bgpvpn.tenant_separation diff --git a/etc/testcase/functest.healthcheck.api_check.yml b/etc/testcase/functest.healthcheck.api_check.yml index 18a28921..377eecde 100644 --- a/etc/testcase/functest.healthcheck.api_check.yml +++ b/etc/testcase/functest.healthcheck.api_check.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 +############################################################################## + --- functest.healthcheck.api_check: name: functest.healthcheck.api_check diff --git a/etc/testcase/functest.healthcheck.connection_check.yml b/etc/testcase/functest.healthcheck.connection_check.yml index 6dc9d458..30b63471 100644 --- a/etc/testcase/functest.healthcheck.connection_check.yml +++ b/etc/testcase/functest.healthcheck.connection_check.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 +############################################################################## + --- functest.healthcheck.connection_check: name: functest.healthcheck.connection_check diff --git a/etc/testcase/functest.healthcheck.snaps_health_check.yml b/etc/testcase/functest.healthcheck.snaps_health_check.yml index 9b21547d..13dcc253 100644 --- a/etc/testcase/functest.healthcheck.snaps_health_check.yml +++ b/etc/testcase/functest.healthcheck.snaps_health_check.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 +############################################################################## + --- functest.healthcheck.snaps_health_check: name: functest.healthcheck.snaps_health_check diff --git a/etc/testcase/functest.k8s.conformance.yml b/etc/testcase/functest.k8s.conformance.yml index 78ed6acb..c7e85e28 100644 --- a/etc/testcase/functest.k8s.conformance.yml +++ b/etc/testcase/functest.k8s.conformance.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 +############################################################################## + --- functest.k8s.conformance: name: functest.k8s.conformance diff --git a/etc/testcase/functest.k8s.smoke.yml b/etc/testcase/functest.k8s.smoke.yml index e3f61ae7..35c9d6cf 100644 --- a/etc/testcase/functest.k8s.smoke.yml +++ b/etc/testcase/functest.k8s.smoke.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 +############################################################################## + --- functest.k8s.smoke: name: functest.k8s.smoke diff --git a/etc/testcase/functest.neutron_tempest_plugin_api.yml b/etc/testcase/functest.neutron_tempest_plugin_api.yml index 36d68b18..02e56b4a 100644 --- a/etc/testcase/functest.neutron_tempest_plugin_api.yml +++ b/etc/testcase/functest.neutron_tempest_plugin_api.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 +############################################################################## + --- functest.tempest.neutron_tempest_plugin_api: name: functest.tempest.neutron_tempest_plugin_api diff --git a/etc/testcase/functest.rally.authenticate.yml b/etc/testcase/functest.rally.authenticate.yml index ee78c1e9..b5979f3c 100644 --- a/etc/testcase/functest.rally.authenticate.yml +++ b/etc/testcase/functest.rally.authenticate.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 +############################################################################## + --- functest.rally.authenticate: name: functest.rally.authenticate diff --git a/etc/testcase/functest.rally.cinder.yml b/etc/testcase/functest.rally.cinder.yml index 04aecd46..137c2f8f 100644 --- a/etc/testcase/functest.rally.cinder.yml +++ b/etc/testcase/functest.rally.cinder.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 +############################################################################## + --- functest.rally.cinder: name: functest.rally.cinder diff --git a/etc/testcase/functest.rally.glance.yaml b/etc/testcase/functest.rally.glance.yaml index 2a8c9787..8439d991 100644 --- a/etc/testcase/functest.rally.glance.yaml +++ b/etc/testcase/functest.rally.glance.yaml @@ -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 +############################################################################## + --- functest.rally.glance: name: functest.rally.glance diff --git a/etc/testcase/functest.rally.gnocchi.yml b/etc/testcase/functest.rally.gnocchi.yml index c1c85a2c..5ddb605a 100644 --- a/etc/testcase/functest.rally.gnocchi.yml +++ b/etc/testcase/functest.rally.gnocchi.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 +############################################################################## + --- functest.rally.gnocchi: name: functest.rally.gnocchi diff --git a/etc/testcase/functest.rally.heat.yml b/etc/testcase/functest.rally.heat.yml index c1d1fc89..44e7ab16 100644 --- a/etc/testcase/functest.rally.heat.yml +++ b/etc/testcase/functest.rally.heat.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 +############################################################################## + --- functest.rally.heat: name: functest.rally.heat diff --git a/etc/testcase/functest.rally.keystone.yml b/etc/testcase/functest.rally.keystone.yml index 9dd45b99..5e334300 100644 --- a/etc/testcase/functest.rally.keystone.yml +++ b/etc/testcase/functest.rally.keystone.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 +############################################################################## + --- functest.rally.keystone: name: functest.rally.keystone diff --git a/etc/testcase/functest.rally.neutron.yml b/etc/testcase/functest.rally.neutron.yml index 5679a2d1..9bce0b3e 100644 --- a/etc/testcase/functest.rally.neutron.yml +++ b/etc/testcase/functest.rally.neutron.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 +############################################################################## + --- functest.rally.neutron: name: functest.rally.neutron diff --git a/etc/testcase/functest.rally.nova.yml b/etc/testcase/functest.rally.nova.yml index b3ff6883..a0c72f6d 100644 --- a/etc/testcase/functest.rally.nova.yml +++ b/etc/testcase/functest.rally.nova.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 +############################################################################## + --- functest.rally.nova: name: functest.rally.nova diff --git a/etc/testcase/functest.rally.quotas.yml b/etc/testcase/functest.rally.quotas.yml index a5fc8e29..dc88b385 100644 --- a/etc/testcase/functest.rally.quotas.yml +++ b/etc/testcase/functest.rally.quotas.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 +############################################################################## + --- functest.rally.quotas: name: functest.rally.quotas diff --git a/etc/testcase/functest.security.patrole.yml b/etc/testcase/functest.security.patrole.yml index 369e915f..0d8cc9ec 100644 --- a/etc/testcase/functest.security.patrole.yml +++ b/etc/testcase/functest.security.patrole.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 +############################################################################## + --- functest.security.patrole: name: functest.security.patrole diff --git a/etc/testcase/functest.security.patrole_vxlan_dependent.yml b/etc/testcase/functest.security.patrole_vxlan_dependent.yml index cd2a3786..c2e2bd5e 100644 --- a/etc/testcase/functest.security.patrole_vxlan_dependent.yml +++ b/etc/testcase/functest.security.patrole_vxlan_dependent.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 +############################################################################## + --- functest.security.patrole_vxlan_dependent: name: functest.security.patrole_vxlan_dependent diff --git a/etc/testcase/functest.snaps.smoke.yml b/etc/testcase/functest.snaps.smoke.yml index 68a5714b..7699ce3f 100644 --- a/etc/testcase/functest.snaps.smoke.yml +++ b/etc/testcase/functest.snaps.smoke.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 +############################################################################## + --- functest.snaps.smoke: name: functest.snaps.smoke diff --git a/etc/testcase/functest.tempest.bgpvpn.yml b/etc/testcase/functest.tempest.bgpvpn.yml index 62aae8d5..bd11b435 100644 --- a/etc/testcase/functest.tempest.bgpvpn.yml +++ b/etc/testcase/functest.tempest.bgpvpn.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 +############################################################################## + --- functest.tempest.bgpvpn: name: functest.tempest.bgpvpn diff --git a/etc/testcase/functest.tempest.compute.yml b/etc/testcase/functest.tempest.compute.yml index a2a8e853..d44f17f9 100644 --- a/etc/testcase/functest.tempest.compute.yml +++ b/etc/testcase/functest.tempest.compute.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 +############################################################################## + --- functest.tempest.compute: name: functest.tempest.compute diff --git a/etc/testcase/functest.tempest.identity_v3.yml b/etc/testcase/functest.tempest.identity_v3.yml index 93451b68..3dd498ca 100644 --- a/etc/testcase/functest.tempest.identity_v3.yml +++ b/etc/testcase/functest.tempest.identity_v3.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 +############################################################################## + --- functest.tempest.identity_v3: name: functest.tempest.identity_v3 diff --git a/etc/testcase/functest.tempest.image.yml b/etc/testcase/functest.tempest.image.yml index f4ebae22..eb1f37d1 100644 --- a/etc/testcase/functest.tempest.image.yml +++ b/etc/testcase/functest.tempest.image.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 +############################################################################## + --- functest.tempest.image: name: functest.tempest.image diff --git a/etc/testcase/functest.tempest.ipv6_api.yml b/etc/testcase/functest.tempest.ipv6_api.yml index a0171e5b..d36af057 100644 --- a/etc/testcase/functest.tempest.ipv6_api.yml +++ b/etc/testcase/functest.tempest.ipv6_api.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 +############################################################################## + --- functest.tempest.ipv6_api: name: functest.tempest.ipv6_api diff --git a/etc/testcase/functest.tempest.ipv6_scenario.yml b/etc/testcase/functest.tempest.ipv6_scenario.yml index db56dc15..8649eee7 100644 --- a/etc/testcase/functest.tempest.ipv6_scenario.yml +++ b/etc/testcase/functest.tempest.ipv6_scenario.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 +############################################################################## + --- functest.tempest.ipv6_scenario: name: functest.tempest.ipv6_scenario diff --git a/etc/testcase/functest.tempest.multi_node_scheduling.yml b/etc/testcase/functest.tempest.multi_node_scheduling.yml index 6ccc3074..090d00fe 100644 --- a/etc/testcase/functest.tempest.multi_node_scheduling.yml +++ b/etc/testcase/functest.tempest.multi_node_scheduling.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 +############################################################################## + --- functest.tempest.multi_node_scheduling: name: functest.tempest.multi_node_scheduling diff --git a/etc/testcase/functest.tempest.network_api.yml b/etc/testcase/functest.tempest.network_api.yml index 3fdf6a9a..63272013 100644 --- a/etc/testcase/functest.tempest.network_api.yml +++ b/etc/testcase/functest.tempest.network_api.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 +############################################################################## + --- functest.tempest.network_api: name: functest.tempest.network_api diff --git a/etc/testcase/functest.tempest.network_scenario.yml b/etc/testcase/functest.tempest.network_scenario.yml index 01104ac7..a5de34d0 100644 --- a/etc/testcase/functest.tempest.network_scenario.yml +++ b/etc/testcase/functest.tempest.network_scenario.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 +############################################################################## + --- functest.tempest.network_scenario: name: functest.tempest.network_scenario diff --git a/etc/testcase/functest.tempest.network_security.yml b/etc/testcase/functest.tempest.network_security.yml index ac0d0ce7..96348e58 100644 --- a/etc/testcase/functest.tempest.network_security.yml +++ b/etc/testcase/functest.tempest.network_security.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 +############################################################################## + --- functest.tempest.network_security: name: functest.tempest.network_security diff --git a/etc/testcase/functest.tempest.osinterop.yml b/etc/testcase/functest.tempest.osinterop.yml index 84c5c9f2..c9b38992 100644 --- a/etc/testcase/functest.tempest.osinterop.yml +++ b/etc/testcase/functest.tempest.osinterop.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 +############################################################################## + --- functest.tempest.osinterop: name: functest.tempest.osinterop diff --git a/etc/testcase/functest.tempest.trunk-ports.yml b/etc/testcase/functest.tempest.trunk-ports.yml index 73853cae..07d27ce2 100644 --- a/etc/testcase/functest.tempest.trunk-ports.yml +++ b/etc/testcase/functest.tempest.trunk-ports.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 +############################################################################## + --- functest.tempest.neutron_trunk_ports: name: functest.tempest.neutron_trunk_ports diff --git a/etc/testcase/functest.tempest.vm_lifecycle.yml b/etc/testcase/functest.tempest.vm_lifecycle.yml index f9fa61d7..4c8b248e 100644 --- a/etc/testcase/functest.tempest.vm_lifecycle.yml +++ b/etc/testcase/functest.tempest.vm_lifecycle.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 +############################################################################## + --- functest.tempest.vm_lifecycle: name: functest.tempest.vm_lifecycle diff --git a/etc/testcase/functest.tempest.volume.yml b/etc/testcase/functest.tempest.volume.yml index 5c3d15d1..73d48707 100644 --- a/etc/testcase/functest.tempest.volume.yml +++ b/etc/testcase/functest.tempest.volume.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 +############################################################################## + --- functest.tempest.volume: name: functest.tempest.volume diff --git a/etc/testcase/functest.vnf.vepc.yml b/etc/testcase/functest.vnf.vepc.yml index 33543ba2..aba1e4bb 100644 --- a/etc/testcase/functest.vnf.vepc.yml +++ b/etc/testcase/functest.vnf.vepc.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 +############################################################################## + --- functest.vnf.vepc: name: functest.vnf.vepc diff --git a/etc/testcase/functest.vnf.vims.yml b/etc/testcase/functest.vnf.vims.yml index 3cd35388..b0a5e25c 100644 --- a/etc/testcase/functest.vnf.vims.yml +++ b/etc/testcase/functest.vnf.vims.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 +############################################################################## + --- functest.vnf.vims: name: functest.vnf.vims diff --git a/etc/testcase/functest.vping.ssh.yml b/etc/testcase/functest.vping.ssh.yml index 5ca26499..b844062b 100644 --- a/etc/testcase/functest.vping.ssh.yml +++ b/etc/testcase/functest.vping.ssh.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 +############################################################################## + --- functest.vping.ssh: name: functest.vping.ssh diff --git a/etc/testcase/functest.vping.userdata.yml b/etc/testcase/functest.vping.userdata.yml index 07e0a2f6..58597e78 100644 --- a/etc/testcase/functest.vping.userdata.yml +++ b/etc/testcase/functest.vping.userdata.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 +############################################################################## + --- functest.vping.userdata: name: functest.vping.userdata diff --git a/etc/testcase/onap-vtp.validate.csar.yml b/etc/testcase/onap-vtp.validate.csar.yml index da64c6ef..8406743a 100644 --- a/etc/testcase/onap-vtp.validate.csar.yml +++ b/etc/testcase/onap-vtp.validate.csar.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 +############################################################################## + --- onap-vtp.validate.csar: name: onap-vtp.validate.csar diff --git a/etc/testcase/onap-vvp.validate.heat.yml b/etc/testcase/onap-vvp.validate.heat.yml index c6071e6a..884c8cfd 100644 --- a/etc/testcase/onap-vvp.validate.heat.yml +++ b/etc/testcase/onap-vvp.validate.heat.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 +############################################################################## + --- onap-vvp.validate.heat: name: onap-vvp.validate.heat diff --git a/etc/testcase/yardstick.ha.cinder_api.yml b/etc/testcase/yardstick.ha.cinder_api.yml index e03949dd..c3cec3c5 100644 --- a/etc/testcase/yardstick.ha.cinder_api.yml +++ b/etc/testcase/yardstick.ha.cinder_api.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 +############################################################################## + --- yardstick.ha.cinder_api: name: yardstick.ha.cinder_api diff --git a/etc/testcase/yardstick.ha.controller_restart.yml b/etc/testcase/yardstick.ha.controller_restart.yml index 4ede1b3d..01a6fc67 100644 --- a/etc/testcase/yardstick.ha.controller_restart.yml +++ b/etc/testcase/yardstick.ha.controller_restart.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 +############################################################################## + --- yardstick.ha.controller_restart: name: yardstick.ha.controller_restart diff --git a/etc/testcase/yardstick.ha.cpu_load.yml b/etc/testcase/yardstick.ha.cpu_load.yml index 897a843e..53f0fc6c 100644 --- a/etc/testcase/yardstick.ha.cpu_load.yml +++ b/etc/testcase/yardstick.ha.cpu_load.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 +############################################################################## + --- yardstick.ha.cpu_load: name: yardstick.ha.cpu_load diff --git a/etc/testcase/yardstick.ha.database.yml b/etc/testcase/yardstick.ha.database.yml index c308d834..91227ca7 100644 --- a/etc/testcase/yardstick.ha.database.yml +++ b/etc/testcase/yardstick.ha.database.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 +############################################################################## + --- yardstick.ha.database: name: yardstick.ha.database diff --git a/etc/testcase/yardstick.ha.disk_load.yml b/etc/testcase/yardstick.ha.disk_load.yml index 4fd1aed1..a7959b6c 100644 --- a/etc/testcase/yardstick.ha.disk_load.yml +++ b/etc/testcase/yardstick.ha.disk_load.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 +############################################################################## + --- yardstick.ha.disk_load: name: yardstick.ha.disk_load diff --git a/etc/testcase/yardstick.ha.glance_api.yml b/etc/testcase/yardstick.ha.glance_api.yml index 3ba48a6d..9bd1b571 100644 --- a/etc/testcase/yardstick.ha.glance_api.yml +++ b/etc/testcase/yardstick.ha.glance_api.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 +############################################################################## + --- yardstick.ha.glance_api: name: yardstick.ha.glance_api diff --git a/etc/testcase/yardstick.ha.haproxy.yml b/etc/testcase/yardstick.ha.haproxy.yml index d5799324..2a566ea4 100644 --- a/etc/testcase/yardstick.ha.haproxy.yml +++ b/etc/testcase/yardstick.ha.haproxy.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 +############################################################################## + --- yardstick.ha.haproxy: name: yardstick.ha.haproxy diff --git a/etc/testcase/yardstick.ha.keystone.yml b/etc/testcase/yardstick.ha.keystone.yml index a40da4a4..d1d6e797 100644 --- a/etc/testcase/yardstick.ha.keystone.yml +++ b/etc/testcase/yardstick.ha.keystone.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 +############################################################################## + --- yardstick.ha.keystone: name: yardstick.ha.keystone diff --git a/etc/testcase/yardstick.ha.neutron_l3_agent.yml b/etc/testcase/yardstick.ha.neutron_l3_agent.yml index e8270385..60fc37a9 100644 --- a/etc/testcase/yardstick.ha.neutron_l3_agent.yml +++ b/etc/testcase/yardstick.ha.neutron_l3_agent.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 +############################################################################## + --- yardstick.ha.neutron_l3_agent: name: yardstick.ha.neutron_l3_agent diff --git a/etc/testcase/yardstick.ha.neutron_server.yml b/etc/testcase/yardstick.ha.neutron_server.yml index 6d50beb5..85a70c1e 100644 --- a/etc/testcase/yardstick.ha.neutron_server.yml +++ b/etc/testcase/yardstick.ha.neutron_server.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 +############################################################################## + --- yardstick.ha.neutron_server: name: yardstick.ha.neutron_server diff --git a/etc/testcase/yardstick.ha.nova_api.yml b/etc/testcase/yardstick.ha.nova_api.yml index da9c1996..bddf3e5a 100644 --- a/etc/testcase/yardstick.ha.nova_api.yml +++ b/etc/testcase/yardstick.ha.nova_api.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 +############################################################################## + --- yardstick.ha.nova_api: name: yardstick.ha.nova_api diff --git a/etc/testcase/yardstick.ha.rabbitmq.yml b/etc/testcase/yardstick.ha.rabbitmq.yml index 28c66f8d..df08edcb 100644 --- a/etc/testcase/yardstick.ha.rabbitmq.yml +++ b/etc/testcase/yardstick.ha.rabbitmq.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 +############################################################################## + --- yardstick.ha.rabbitmq: name: yardstick.ha.rabbitmq -- cgit 1.2.3-korg