Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
avocado
提交
eb7aa05b
A
avocado
项目概览
openeuler
/
avocado
通知
0
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
A
avocado
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
eb7aa05b
编写于
4月 24, 2014
作者:
L
Lucas Meneghel Rodrigues
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
avocado: Fix Red Hat misspelling in the copyright headers
Signed-off-by:
N
Lucas Meneghel Rodrigues
<
lmr@redhat.com
>
上级
0698089f
变更
34
显示空白变更内容
内联
并排
Showing
34 changed file
with
34 addition
and
34 deletion
+34
-34
avocado/__init__.py
avocado/__init__.py
+1
-1
avocado/cli/__init__.py
avocado/cli/__init__.py
+1
-1
avocado/cli/app.py
avocado/cli/app.py
+1
-1
avocado/core/__init__.py
avocado/core/__init__.py
+1
-1
avocado/core/data_dir.py
avocado/core/data_dir.py
+1
-1
avocado/core/exceptions.py
avocado/core/exceptions.py
+1
-1
avocado/core/output.py
avocado/core/output.py
+1
-1
avocado/job.py
avocado/job.py
+1
-1
avocado/linux/__init__.py
avocado/linux/__init__.py
+1
-1
avocado/linux/distro.py
avocado/linux/distro.py
+1
-1
avocado/linux/software_manager.py
avocado/linux/software_manager.py
+1
-1
avocado/plugins/__init__.py
avocado/plugins/__init__.py
+1
-1
avocado/plugins/builtin.py
avocado/plugins/builtin.py
+1
-1
avocado/plugins/lister.py
avocado/plugins/lister.py
+1
-1
avocado/plugins/manager.py
avocado/plugins/manager.py
+1
-1
avocado/plugins/plugin.py
avocado/plugins/plugin.py
+1
-1
avocado/plugins/runner.py
avocado/plugins/runner.py
+1
-1
avocado/result.py
avocado/result.py
+1
-1
avocado/utils/__init__.py
avocado/utils/__init__.py
+1
-1
avocado/utils/build.py
avocado/utils/build.py
+1
-1
avocado/utils/crypto.py
avocado/utils/crypto.py
+1
-1
avocado/utils/memory.py
avocado/utils/memory.py
+1
-1
avocado/utils/network.py
avocado/utils/network.py
+1
-1
avocado/utils/process.py
avocado/utils/process.py
+1
-1
avocado/version.py
avocado/version.py
+1
-1
docs/source/conf.py
docs/source/conf.py
+1
-1
examples/plugins/avocado_hello.py
examples/plugins/avocado_hello.py
+1
-1
setup.py
setup.py
+1
-1
tests/failtest/failtest.py
tests/failtest/failtest.py
+1
-1
tests/sleeptest/sleeptest.py
tests/sleeptest/sleeptest.py
+1
-1
tests/synctest/synctest.py
tests/synctest/synctest.py
+1
-1
unittests/avocado/settings_unittest.py
unittests/avocado/settings_unittest.py
+1
-1
unittests/avocado/sysinfo_unittest.py
unittests/avocado/sysinfo_unittest.py
+1
-1
unittests/avocado/test_unittest.py
unittests/avocado/test_unittest.py
+1
-1
未找到文件。
avocado/__init__.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
import
cli
...
...
avocado/cli/__init__.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
import
app
avocado/cli/app.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
"""
...
...
avocado/core/__init__.py
浏览文件 @
eb7aa05b
...
...
@@ -9,5 +9,5 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
avocado/core/data_dir.py
浏览文件 @
eb7aa05b
...
...
@@ -11,7 +11,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
"""
...
...
avocado/core/exceptions.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
"""
...
...
avocado/core/output.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
"""
...
...
avocado/job.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
"""
...
...
avocado/linux/__init__.py
浏览文件 @
eb7aa05b
...
...
@@ -9,5 +9,5 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
avocado/linux/distro.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
"""
...
...
avocado/linux/software_manager.py
浏览文件 @
eb7aa05b
...
...
@@ -11,7 +11,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
# Author: Higor Vieira Alves <halves@br.ibm.com>
# Author: Ramon de Carvalho Valle <rcvalle@br.ibm.com>
...
...
avocado/plugins/__init__.py
浏览文件 @
eb7aa05b
...
...
@@ -9,5 +9,5 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
avocado/plugins/builtin.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Ruda Moura <rmoura@redhat.com>
"""Builtin plugins."""
...
...
avocado/plugins/lister.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Ruda Moura <rmoura@redhat.com>
from
avocado.plugins
import
plugin
...
...
avocado/plugins/manager.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Ruda Moura <rmoura@redhat.com>
"""Plugin Managers."""
...
...
avocado/plugins/plugin.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Ruda Moura <rmoura@redhat.com>
"""Plugins basic structure."""
...
...
avocado/plugins/runner.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Ruda Moura <rmoura@redhat.com>
"""
...
...
avocado/result.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Authors: Lucas Meneghel Rodrigues <lmr@redhat.com>
# Ruda Moura <rmoura@redhat.com>
...
...
avocado/utils/__init__.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
import
logging
...
...
avocado/utils/build.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
import
os
...
...
avocado/utils/crypto.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
import
random
...
...
avocado/utils/memory.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Yiqiao Pu <ypu@redhat.com>
#
# This code was inspired in the autotest project,
...
...
avocado/utils/network.py
浏览文件 @
eb7aa05b
...
...
@@ -9,5 +9,5 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
avocado/utils/process.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
"""
...
...
avocado/version.py
浏览文件 @
eb7aa05b
...
...
@@ -11,7 +11,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
__all__
=
[
'MAJOR'
,
'MINOR'
,
'RELEASE'
,
'VERSION'
]
...
...
docs/source/conf.py
浏览文件 @
eb7aa05b
...
...
@@ -8,7 +8,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
# -*- coding: utf-8 -*-
...
...
examples/plugins/avocado_hello.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Ruda Moura <rmoura@redhat.com>
from
avocado.plugins
import
plugin
...
...
setup.py
浏览文件 @
eb7aa05b
...
...
@@ -9,7 +9,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
import
glob
...
...
tests/failtest/failtest.py
浏览文件 @
eb7aa05b
...
...
@@ -11,7 +11,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
...
...
tests/sleeptest/sleeptest.py
浏览文件 @
eb7aa05b
...
...
@@ -11,7 +11,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
...
...
tests/synctest/synctest.py
浏览文件 @
eb7aa05b
...
...
@@ -11,7 +11,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
...
...
unittests/avocado/settings_unittest.py
浏览文件 @
eb7aa05b
...
...
@@ -11,7 +11,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
...
...
unittests/avocado/sysinfo_unittest.py
浏览文件 @
eb7aa05b
...
...
@@ -11,7 +11,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
...
...
unittests/avocado/test_unittest.py
浏览文件 @
eb7aa05b
...
...
@@ -11,7 +11,7 @@
#
# See LICENSE for more details.
#
# Copyright: Red
Hat
2013-2014
# Copyright: Red
Hat Inc.
2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录