aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/vcpe.py
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-10-30 13:46:43 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-11-19 14:00:13 +0000
commit6358aa3444fe90a12040c288ba750dc9f6b4f19d (patch)
tree83cab72d31773be07bb6e78b9cf72405ac316e54 /test/vcpe/vcpe.py
parent19199daa61a83f6bc5e6f8fc3965f13f09f2d7ed (diff)
Add identity-url to region data in AAI
This change automates the process of updating region data with identity-url Change-Id: Ibda9ac8d1bbe1a489d496a5f293aafdebb73d416 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: SO-2308
Diffstat (limited to 'test/vcpe/vcpe.py')
-rwxr-xr-xtest/vcpe/vcpe.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/vcpe/vcpe.py b/test/vcpe/vcpe.py
index bf6fcafbc..48190fe21 100755
--- a/test/vcpe/vcpe.py
+++ b/test/vcpe/vcpe.py
@@ -218,6 +218,9 @@ def init():
vcpecommon = VcpeCommon()
init_sdc(vcpecommon)
download_vcpe_service_templates(vcpecommon)
+ preloader = preload.Preload(vcpecommon)
+ template_aai_region_data = vcpecommon.find_file('aai_region_data', 'json', 'preload_templates')
+ preloader.preload_aai_data(template_aai_region_data)
def init_sdc(vcpecommon):