[Kimchi-devel] [PATCH V2][Wok 01/12] FVT: Package for functional verification testcases.

archus at linux.vnet.ibm.com archus at linux.vnet.ibm.com
Mon May 30 07:10:20 UTC 2016


From: Archana Singh <archus at linux.vnet.ibm.com>

init python file for fvt package.

Signed-off-by: Archana Singh <archus at linux.vnet.ibm.com>
---
 tests/fvt/__init__.py | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 tests/fvt/__init__.py

diff --git a/tests/fvt/__init__.py b/tests/fvt/__init__.py
new file mode 100644
index 0000000..9316f95
--- /dev/null
+++ b/tests/fvt/__init__.py
@@ -0,0 +1,18 @@
+#
+# Project Wok
+#
+# Copyright IBM Corp, 2016
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
-- 
2.5.0




More information about the Kimchi-devel mailing list