From adf57ae9d3da22d4b30a6588bf4484edd349867c Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Wed, 14 Nov 2018 14:33:29 -0500 Subject: Retrieve SDNC oam ip from k8s Change-Id: Ib2083effe91bff4b84a4e7d1c71034360a0c2fe1 Issue-ID: INT-717 Signed-off-by: Yang Xu --- test/vcpe/vcpecommon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/vcpe') diff --git a/test/vcpe/vcpecommon.py b/test/vcpe/vcpecommon.py index 2c656cbbc..f5e1b3046 100755 --- a/test/vcpe/vcpecommon.py +++ b/test/vcpe/vcpecommon.py @@ -68,7 +68,7 @@ class VcpeCommon: self.logger.info('Initializing configuration') # OOM: this is the address that the brg and bng will nat for config of brg - 10.0.0.x address of k8 host for sdnc - self.sdnc_brg_bng_ip = get_pod_node_oam_ip(self.sdnc_controller_pod)[1] + self.sdnc_brg_bng_ip = self.get_pod_node_oam_ip(self.sdnc_controller_pod)[1] # OOM: this is a k8 host external IP self.oom_so_sdnc_aai_ip = '10.12.5.18' # OOM: this is a k8 host external IP can be same as oom_so_sdnc_aai_ip -- cgit 1.2.3-korg