PyTest, test to cover VM creation a ovs nets
[osm/openvim.git] / setup_lite.py
index 9d2b2ef..231c746 100755 (executable)
@@ -36,6 +36,8 @@ _req = [
     "bottle",
     "MySQL-python",
     "paramiko",
+    "pytest",
+    "pexect"
 ]
 
 __scripts__ = ['openflow-lib']