Fix netconf port variables 92/35192/2
authorJozef Behran <jbehran@cisco.com>
Mon, 22 Feb 2016 13:38:07 +0000 (14:38 +0100)
committerVratko Polák <vrpolak@cisco.com>
Mon, 22 Feb 2016 14:42:28 +0000 (14:42 +0000)
commit1bce70eddfe28e6309cf3c80e47277dd995d3354
treedbb0562ab2f77dddf3e41657416b8868cdb807ee
parentfe9e0b1d8eed2e04ec50f57311ccad2a8716a520
Fix netconf port variables

There are two netconf ports in ODL, one is MDSAL and the
other one is the config subsystem. However there was only
one Netconf port variable, confusingly named ODL_NETCONF_PORT
which pointed to the MDSAL port. Fix that by putting the
name of the subsystem behind the port into the name of the
variable and also create the other variable which for some
reason was still missing.

Change-Id: I526f1a314a7a3b1414f333f9b161f146e5e88d87
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/suites/netconf/MDSAL/northbound.robot
csit/variables/Variables.py