|
Need to build tests for Non-Karaf project in ODL.
ssh to controller VM
a. Download the latest tar from https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/odlmicro/micro-netconf/1.0.0-SNAPSHOT
(Note: 1.0.0-SNAPSHOT will be passed as argument to robot -v)
b. Deploy the odlmicro using the command..
untar the file and use the command
java -Xms128M -Xmx2048m -XX:+UnlockDiagnosticVMOptions -XX:+HeapDumpOnOutOfMemoryError -XX:+DisableExplicitGC -Dcom.sun.management.jmxremote -Dfile.encoding=UTF-8 -Djava.security.egd=file:/dev/./urandom -cp "etc/initial/:lib/" org.opendaylight.netconf.micro.NetconfMain
c. Check the list of ports using sudo netstat -tunpl
d.
|