fix add and update commands 91/34491/1
authormelserngawy <melserngawy@inocybe.com>
Wed, 10 Feb 2016 18:40:54 +0000 (13:40 -0500)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Thu, 11 Feb 2016 18:27:38 +0000 (18:27 +0000)
commitfcc0a7302d387b13a7f033f92580f31bf4a267ed
tree57c834881002ec86fc5459948968d040b292cf98
parent56bf140fc05b6d01d0b8dc3f3541f7a268e0bacf
fix add and update commands

Change-Id: I73c68be97d8b763f674f7734f3fe7dc063f52f82
Signed-off-by: melserngawy <melserngawy@inocybe.com>
(cherry picked from commit 4289604e12e398c0c52dc8bb5658184b27074a71)
cli/src/main/java/org/opendaylight/unimgr/cli/EvcAddShellCommand.java
cli/src/main/java/org/opendaylight/unimgr/cli/UniAddShellCommand.java
cli/src/main/java/org/opendaylight/unimgr/cli/UniUpdateShellCommand.java
cli/src/main/java/org/opendaylight/unimgr/cli/Utils.java [new file with mode: 0644]
cli/src/test/java/org/opendaylight/unimgr/cli/EvcAddShellCommandTest.java
cli/src/test/java/org/opendaylight/unimgr/cli/UniAddShellCommandTest.java
cli/src/test/java/org/opendaylight/unimgr/cli/UtilsTest.java [new file with mode: 0644]
impl/src/main/java/org/opendaylight/unimgr/impl/UnimgrProvider.java