Installs pyangbind into the Robot test VM image.
[integration/test.git] / tools / tools_vm / scripts / fedora.sh
index 348bd7bbf83855ec42cb88c5b64076c84eb89eaf..3abba2501320dae6065d1968a48c5116e0c46501 100755 (executable)
@@ -95,6 +95,12 @@ cd $HOME && \
   python setup.py build && \
   su -c "python setup.py install"
 
+
+# Install Pyangbind, a tool to generate python bindings which can be further used to
+# generate JSON dict for yang files.
+echo "Installing Pyangbind plugin"
+su -c "pip install pyangbind"
+
 # ----------------------------
 # Add aliases to run the tools
 # ----------------------------