summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/controller/reporters/report/provider
diff options
context:
space:
mode:
authorYiting.Li <liyiting@huawei.com>2016-01-22 10:46:57 +0800
committerJun Li <matthew.lijun@huawei.com>2016-01-25 01:30:21 +0000
commit07fa6d43cf0ac1baf3cd67e741f474273fbd387d (patch)
tree17ed17fa64b121bd5189070f46e14db336a50bd4 /vstf/vstf/controller/reporters/report/provider
parent486719ea0024e683f4e90832e647becf3d5d5ab7 (diff)
JIRA: BOTTLENECKS-29
Add a end-to-end test framework delete the wrong author flag and fix some missing of the copy right Change-Id: Ia9f72ff3e523f05cd0d5e32e3349a3f6acad5bd1 Signed-off-by: Yiting.Li <liyiting@huawei.com> (cherry picked from commit 0ea3b714615e7a9383048a13695bbe4d62f028fd)
Diffstat (limited to 'vstf/vstf/controller/reporters/report/provider')
-rw-r--r--[-rwxr-xr-x]vstf/vstf/controller/reporters/report/provider/__init__.py0
-rw-r--r--[-rwxr-xr-x]vstf/vstf/controller/reporters/report/provider/html_provider.py0
-rw-r--r--[-rwxr-xr-x]vstf/vstf/controller/reporters/report/provider/pdf_provider.py2
3 files changed, 0 insertions, 2 deletions
diff --git a/vstf/vstf/controller/reporters/report/provider/__init__.py b/vstf/vstf/controller/reporters/report/provider/__init__.py
index 83b8d15d..83b8d15d 100755..100644
--- a/vstf/vstf/controller/reporters/report/provider/__init__.py
+++ b/vstf/vstf/controller/reporters/report/provider/__init__.py
diff --git a/vstf/vstf/controller/reporters/report/provider/html_provider.py b/vstf/vstf/controller/reporters/report/provider/html_provider.py
index 74c4c593..74c4c593 100755..100644
--- a/vstf/vstf/controller/reporters/report/provider/html_provider.py
+++ b/vstf/vstf/controller/reporters/report/provider/html_provider.py
diff --git a/vstf/vstf/controller/reporters/report/provider/pdf_provider.py b/vstf/vstf/controller/reporters/report/provider/pdf_provider.py
index bc9f0e96..e1cb09ef 100755..100644
--- a/vstf/vstf/controller/reporters/report/provider/pdf_provider.py
+++ b/vstf/vstf/controller/reporters/report/provider/pdf_provider.py
@@ -8,8 +8,6 @@
##############################################################################
-
-__version__ = ''' '''
import logging
LOG = logging.getLogger(__name__)