Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d467ead
)
Add license in feature.py
69/33369/2
author
SerenaFeng
<feng.xiaowei@zte.com.cn>
Fri, 14 Apr 2017 06:45:36 +0000
(14:45 +0800)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Fri, 14 Apr 2017 06:59:43 +0000
(08:59 +0200)
Change-Id: I75f51f216dcbf0db1c563cf381c28efc47241d3c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
functest/core/feature.py
patch
|
blob
|
history
diff --git
a/functest/core/feature.py
b/functest/core/feature.py
index
3c95bda
..
bab1d50
100644
(file)
--- a/
functest/core/feature.py
+++ b/
functest/core/feature.py
@@
-1,5
+1,12
@@
#!/usr/bin/env python
+# Copyright (c) 2016 ZTE Corp and others.
+#
+# 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
+
import time
import functest.core.testcase as base