[Kimchi-devel] [PATCH 03/10] Lists all dependecies for fvt testcases.

archus at linux.vnet.ibm.com archus at linux.vnet.ibm.com
Wed Nov 25 05:16:04 UTC 2015


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

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

diff --git a/tests/fvt/requirements.txt b/tests/fvt/requirements.txt
new file mode 100644
index 0000000..92d201c
--- /dev/null
+++ b/tests/fvt/requirements.txt
@@ -0,0 +1,23 @@
+# This requirements file lists all dependecies for fvt testcases.
+# Run 'pip install -r requirements.txt' to install these dependencies
+#
+# Project Wok
+#
+# Copyright IBM, Corp. 2015
+#
+# 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-1301USA
+
+jsonschema
+requests
-- 
2.1.0




More information about the Kimchi-devel mailing list