-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.1.0
-
Component/s: None
-
Labels:
-
Epic Link:
-
Sprint:Blackbird Sprint 6 (Mar 1-15)
Tried to use config file to configure some options in IntentPerfInstaller app. my config file is "org.onosproject.intentperf.IntentPerfInstaller.cfg". When I tried to change numNeighors, I can see the log still use the default "0" value; also tried changing numKeys, the logs show some issue with the property name.
This is with cfg configure "numNeighbors = 4":
2015-03-15 08:24:21,502 | INFO | nt-perf-reporter | IntentPerfInstaller | 161 - org.onosproject.onos-app-intent-perf - 1.1.0.SNAPSHOT | Started with appId 4; numKeys = 40000; cyclePeriod = 1000 ms; numNeighbors=0
Then changed "numKeys = 10000":
2015-03-15 08:27:37,904 | WARN | ntPerfInstaller) | ComponentConfigManager | 156 - org.onosproject.onos-core-net - 1.1.0.SNAPSHOT | Unable to reset non-existent property numNeighbors for component org.onosproject.intentperf.IntentPerfInstaller
2015-03-15 08:27:48,164 | INFO | nt-perf-reporter | IntentPerfInstaller | 161 - org.onosproject.onos-app-intent-perf - 1.1.0.SNAPSHOT | Started with appId 4; numKeys = 40000; cyclePeriod = 1000 ms; numNeighbors=0