X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fbuild.sh;fp=tests%2Fbuild.sh;h=62efc76f7a5b0b8bbaa307a7ab590a5dd174a890;hb=88917566b1524d5ec89ede47e5169f091a2e5652;hp=8bacbf413c06de4b2b0d5d75a7d52dc25f22aacf;hpb=b0b74082f205e8324a7046da334fff57023cff0e;p=transportpce.git diff --git a/tests/build.sh b/tests/build.sh index 8bacbf413..62efc76f7 100755 --- a/tests/build.sh +++ b/tests/build.sh @@ -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 $?