Update testtool version in tests folder
[transportpce.git] / tests / start.sh
index b395d89ee67c346fcb6fdd61365582e53314eee1..ef87b264d8af7bdfc8a4f2359835c76c74761140 100755 (executable)
@@ -11,7 +11,7 @@
 
 java -jar ./netconf/netconf/tools/netconf-testtool/target/netconf-testtool-1.3.1-executable.jar \
      --schemas-dir schemas \
-     --initial-config-xml-file sample-config-ROADM.xml \
+     --initial-config-xml-file sample_configs/ord_1.2.1/sample-config-ROADM.xml \
      ${opts}
 
 exit $?