Adds generate_bindings.sh script which will 62/39062/15
authorAshish <ashishk.iiit@gmail.com>
Wed, 18 May 2016 18:20:43 +0000 (23:50 +0530)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 26 Jul 2016 04:08:48 +0000 (04:08 +0000)
commitdd61e4a3e331a3610377dbe89c21af00e5c3e76d
tree30903c0fd0eeccf0423bf8bb98b7b8d350d55f44
parent63d3c2d17f2ca3f53bd02420de6400d2b20d15fd
Adds generate_bindings.sh script which will
do the following for pyangbind project.

* Downloads YANG dependency files, from lispflowmapping
  into the odl-lispflowmapping-yang-files directory in
  the same directory i.e. odl-lispflowmapping-yang-bindings
  as the script;

* Generate the LISPFlowMappingYANGBindings.py into the
  same directory i.e. odl-lispflowmapping-yang-bindings
  so that in the later code for generating JSON dictionaries
  we can assume it is there.

* Adds bits.patch, Currently pyangbind doesn't support
  bits type so this patch would comment all those
  cases from yang files for pyangbind to generate the
  bindings file.

Change-Id: I6ec4af7060019b805f75d9a4b11bedf224fe6f77
Signed-off-by: Ashish <ashishk.iiit@gmail.com>
csit/scriptplans/lispflowmapping-pyangbind-generate-bindings.txt [new file with mode: 0644]
csit/suites/lispflowmapping/scripts/bits.patch [new file with mode: 0644]
csit/suites/lispflowmapping/scripts/generate_bindings.sh [new file with mode: 0755]