Retrieve SDNC oam ip from k8s 92/72692/1
authorYang Xu <yang.xu3@huawei.com>
Wed, 14 Nov 2018 19:33:29 +0000 (14:33 -0500)
committerYang Xu <yang.xu3@huawei.com>
Wed, 14 Nov 2018 19:33:44 +0000 (14:33 -0500)
Change-Id: Ib2083effe91bff4b84a4e7d1c71034360a0c2fe1
Issue-ID: INT-717
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
test/vcpe/vcpecommon.py

index 2c656cb..f5e1b30 100755 (executable)
@@ -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