diff options
author | Yang Xu <yang.xu3@huawei.com> | 2018-11-14 14:33:29 -0500 |
---|---|---|
committer | Yang Xu <yang.xu3@huawei.com> | 2018-11-14 14:33:44 -0500 |
commit | adf57ae9d3da22d4b30a6588bf4484edd349867c (patch) | |
tree | b2c808332f2add9a73f80004ea84072556e566fd /test/vcpe | |
parent | 75b0f5e718c07722136b54e45aa9b51e9c47c5b2 (diff) |
Retrieve SDNC oam ip from k8s
Change-Id: Ib2083effe91bff4b84a4e7d1c71034360a0c2fe1
Issue-ID: INT-717
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'test/vcpe')
-rwxr-xr-x | test/vcpe/vcpecommon.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |