From c34122fec1b4057237384a3ed7f5192a4e5d8a44 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Thu, 16 Dec 2021 12:48:38 +0100 Subject: [PATCH] Add copyrigths header to HA faults test cases Change-Id: I3482c25f14a50ada6f2dd5011677dd7286a539c3 --- tobiko/tests/faults/ha/cloud_disruptions.py | 16 +++++++++++++++- tobiko/tests/faults/ha/test_cloud_recovery.py | 15 +++++++++++++++ tobiko/tests/faults/iha/test_cloud_recovery.py | 15 +++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) diff --git a/tobiko/tests/faults/ha/cloud_disruptions.py b/tobiko/tests/faults/ha/cloud_disruptions.py index 72c1beeeb..789fe440c 100644 --- a/tobiko/tests/faults/ha/cloud_disruptions.py +++ b/tobiko/tests/faults/ha/cloud_disruptions.py @@ -1,4 +1,18 @@ - +# Copyright (c) 2021 Red Hat, Inc. +# +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. from __future__ import absolute_import from datetime import datetime diff --git a/tobiko/tests/faults/ha/test_cloud_recovery.py b/tobiko/tests/faults/ha/test_cloud_recovery.py index d12b0c6d8..76b38858b 100644 --- a/tobiko/tests/faults/ha/test_cloud_recovery.py +++ b/tobiko/tests/faults/ha/test_cloud_recovery.py @@ -1,3 +1,18 @@ +# Copyright (c) 2021 Red Hat, Inc. +# +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. from __future__ import absolute_import import typing diff --git a/tobiko/tests/faults/iha/test_cloud_recovery.py b/tobiko/tests/faults/iha/test_cloud_recovery.py index abcc9950c..b082fdbb4 100644 --- a/tobiko/tests/faults/iha/test_cloud_recovery.py +++ b/tobiko/tests/faults/iha/test_cloud_recovery.py @@ -1,3 +1,18 @@ +# Copyright (c) 2021 Red Hat, Inc. +# +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. from __future__ import absolute_import import testtools