lispflowmapping: remove Boron references
[integration/test.git] / csit / suites / lispflowmapping / scripts / generate_bindings.sh
index db6c564c8f187b24e6b440704ba85596e8e734fa..be24b62feb9553c3a2f8202f63d236e40dc358ed 100755 (executable)
@@ -20,7 +20,7 @@ curl "$GITWEB_LISP;f=mappingservice/api/src/main/yang/odl-mappingservice.yang" -
 curl "$GITWEB_LISP;f=mappingservice/lisp-proto/src/main/yang/odl-lisp-address-types.yang" -o ${WORKSPACE}/$DIRECTORY/odl-lisp-address-types.yang
 
 # ietf-lisp-address-types.yang moved to MD-SAL project in Nitrogen
-if [ ${DISTROBRANCH} = "stable/boron" ] || [ ${DISTROBRANCH} = "stable/carbon" ]
+if [ ${DISTROBRANCH} = "stable/carbon" ]
 then
     curl "$GITWEB_LISP;f=mappingservice/lisp-proto/src/main/yang/ietf-lisp-address-types.yang" -o ${WORKSPACE}/$DIRECTORY/ietf-lisp-address-types.yang
 else