Update Functional tests for SP1.6
[transportpce.git] / tests / start.sh
1 #!/bin/bash
2
3 # Please see https://wiki.opendaylight.org/view/OpenDaylight_Controller:Netconf:Testtool
4 # It's configured to run 1 node listening to 17830 (ssh)
5 # You may put your configuration in config.xml
6
7 # opts="${opts} --device-count 2"
8 # opts="${opts} --debug true"
9 # opts="${opts} --ssh tcp"
10 # opts="${opts} --notification-file notif.xml"
11
12 java -jar ./netconf/netconf/tools/netconf-testtool/target/netconf-testtool-1.5.0-SNAPSHOT-executable.jar \
13      --schemas-dir schemas \
14      --initial-config-xml-file sample_configs/ord_1.2.1/sample-config-ROADM.xml \
15      ${opts}
16
17 exit $?