Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Carbon
-
None
-
None
-
Operating System: All
Platform: All
-
8585
Description
To reproduce the bug:
Give any invalid value for alert poll interval, following that enabling or disabling the qos-alert throws exception.
opendaylight-user@root>
opendaylight-user@root>
opendaylight-user@root>qos:enable-qos-alert true
opendaylight-user@root>qos
qos qos:alert-poll-interval qos:drop-packet-threshold qos:enable-qos-alert
opendaylight-user@root>qos:alert-poll-interval 0
Error executing command: Invalid range: 0, expected: [[1‥3600]].
opendaylight-user@root>qos:enable-qos-alert false
Error executing command: Invalid range: 0, expected: [[1‥3600]].
opendaylight-user@root>
opendaylight-user@root>qos:enable-qos-alert true
Error executing command: Invalid range: 0, expected: [[1‥3600]].