Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C15511744 for ; Thu, 24 Apr 2014 06:47:33 +0000 (UTC) Received: (qmail 56101 invoked by uid 500); 24 Apr 2014 06:47:32 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 55824 invoked by uid 500); 24 Apr 2014 06:47:20 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 55502 invoked by uid 99); 24 Apr 2014 06:47:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 06:47:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 09B69990649; Thu, 24 Apr 2014 06:47:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: talluri@apache.org To: commits@cloudstack.apache.org Message-Id: <4d012d0002294f6393378f5d3a028f23@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to f57f22a Date: Thu, 24 Apr 2014 06:47:18 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/master db9de2e39 -> f57f22a79 Fixed few Licensing Issues Added licensing information to files Signed-off-by: Santhosh Edukulla Signed-off-by: SrikanteswaraRao Talluri Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f57f22a7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f57f22a7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f57f22a7 Branch: refs/heads/master Commit: f57f22a79e2b7c0b7ab14d5cf5e33f109ad525c3 Parents: db9de2e Author: Santhosh Edukulla Authored: Thu Apr 24 06:10:56 2014 +0530 Committer: SrikanteswaraRao Talluri Committed: Thu Apr 24 12:16:49 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_escalations.py | 19 ++++++++++++++++++- tools/marvin/marvin/config/__init__.py | 16 ++++++++++++++++ tools/marvin/marvin/config/test_data.cfg | 17 +++++++++++++++++ tools/marvin/marvin/config/test_data.py | 17 +++++++++++++++++ tools/marvin/marvin/src/__init__.py | 16 ++++++++++++++++ 5 files changed, 84 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f57f22a7/test/integration/component/test_escalations.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_escalations.py b/test/integration/component/test_escalations.py index f2ae801..e132fb0d 100644 --- a/test/integration/component/test_escalations.py +++ b/test/integration/component/test_escalations.py @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + #Import Local Modules from marvin.cloudstackTestCase import * from marvin.cloudstackException import * @@ -1684,4 +1701,4 @@ class TestVolumes(cloudstackTestCase): len(list_volumes_after), "upload volume failed" ) - return \ No newline at end of file + return http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f57f22a7/tools/marvin/marvin/config/__init__.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/config/__init__.py b/tools/marvin/marvin/config/__init__.py index e69de29..13a8339 100644 --- a/tools/marvin/marvin/config/__init__.py +++ b/tools/marvin/marvin/config/__init__.py @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f57f22a7/tools/marvin/marvin/config/test_data.cfg ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/config/test_data.cfg b/tools/marvin/marvin/config/test_data.cfg index 816df3d..5a3d8aa 100644 --- a/tools/marvin/marvin/config/test_data.cfg +++ b/tools/marvin/marvin/config/test_data.cfg @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + { "region": { "regionid": "2", http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f57f22a7/tools/marvin/marvin/config/test_data.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index 1410e6f..711227c 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + test_data = { "region": { "regionid": "2", http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f57f22a7/tools/marvin/marvin/src/__init__.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/src/__init__.py b/tools/marvin/marvin/src/__init__.py index e69de29..13a8339 100644 --- a/tools/marvin/marvin/src/__init__.py +++ b/tools/marvin/marvin/src/__init__.py @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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.