update netconf testtool version
[transportpce.git] / tests / build.sh
index 8bacbf413c06de4b2b0d5d75a7d52dc25f22aacf..62efc76f7a5b0b8bbaa307a7ab590a5dd174a890 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 && patch -p1 < ../get_connection_port_trail.patch)
+(cd netconf && patch -p1 < ../netconf.patch)
 
 (cd netconf/netconf/tools/netconf-testtool &&  mvn clean install -DskipTests)
 #Honeynode build
@@ -27,5 +27,6 @@ rm -rf schemas && mkdir -p schemas
 #we expect that the ODL instance compiled with ordm 2.x models will be compatible with ordm 1.2.1 devices
 cp ordmodels_1.2.1/org-openroadm-* schemas
 cp ${yang} schemas
+mkdir -p transportpce_tests/log/
 
 exit $?