Add UTs for operations/renderer:service-path
[transportpce.git] / tests / build.sh
index 40ecb880ae590ab6c38de1e1738fcca5589cef84..6916def1a5cca54244ff4a2cca9fcd4fb005fd54 100755 (executable)
@@ -13,7 +13,7 @@ netconf/netconf/models/ietf-netconf-notifications/src/main/yang/ietf-netconf-not
 netconf/netconf/models/ietf-netconf-notifications/src/main/yang/notifications@2008-07-14.yang"
 
 rm -rf netconf mdsal && git submodule update --init
-(cd netconf && patch -p1 < ../netconf.patch)
+(cd netconf && patch -p1 < ../netconf.patch && patch -p1 < ../get_connection_port_trail.patch)
 
 (cd netconf/netconf/tools/netconf-testtool && mvn clean install -DskipTests)
 rm -rf schemas; mkdir -p schemas && cp -r ../ordmodels/src/main/yang/org-openroadm-* schemas