Installs pyangbind in include-raw-integration-install-robotframework.sh 42/42542/2
authorAshish <ashishk.iiit@gmail.com>
Tue, 26 Jul 2016 07:22:31 +0000 (12:52 +0530)
committerAshish <ashishk.iiit@gmail.com>
Tue, 26 Jul 2016 07:26:24 +0000 (12:56 +0530)
Lispflowmapping uses pyangbind in their csit tests
This patch will install it in virtualenv(Integration)

Change-Id: Ibee70f2584bab7ad849be9b8e923a9754afd7fe4
Signed-off-by: Ashish <ashishk.iiit@gmail.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index e8ca86e1bffc7271c1eadbb70a7fc91c4a153447..11739f8068be52f2eed0db3dafe73d417d04fc2f 100644 (file)
@@ -33,6 +33,9 @@ pip install --upgrade jsonpath-rw
 # Modules for longevity framework robot library
 pip install elasticsearch==1.7.0 elasticsearch-dsl==0.0.11
 
+# Module for pyangbind used by lispflowmapping project
+pip install pyangbind==0.5.6
+
 # Print installed versions.
 pip freeze