summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf/tests/const.py
diff options
context:
space:
mode:
authorYuanHong Deng <dengyuanhong@chinamobile.com>2020-05-12 15:52:07 +0800
committerYuanhong Deng <dengyuanhong@chinamobile.com>2020-05-13 02:36:48 +0000
commit649ddb83743de05ca5df0626de700ac24635fae7 (patch)
treec533de50f5fc8c9cc5cb45dd72fc767ee0955f1a /lcm/lcm/nf/tests/const.py
parentd64bcd2879226a2929ee5b0e3b0c8fa5fc7c5972 (diff)
Implement of reporting port instance data from GVNFM to NFVO
Change-Id: I62324871456481bea1c743ca4a78700bd1d0dc9a Issue-ID: VFC-1657 Signed-off-by: YuanHong Deng <dengyuanhong@chinamobile.com>
Diffstat (limited to 'lcm/lcm/nf/tests/const.py')
-rw-r--r--lcm/lcm/nf/tests/const.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/lcm/lcm/nf/tests/const.py b/lcm/lcm/nf/tests/const.py
index 2d701a14..c0cdd562 100644
--- a/lcm/lcm/nf/tests/const.py
+++ b/lcm/lcm/nf/tests/const.py
@@ -81,6 +81,13 @@ inst_req_data = {
"resourceProviderId": "resourceProvider_1",
"resourceId": "resource_1",
"vimLevelResourceType": "vimLevelResourceType_1",
+ "tenant": "f7b17b0afd374d48a322e95cf4258eec",
+ "ipAddress": "10.0.101.1",
+ "macAddress": "fa:16:3e:a3:ac:5e",
+ "instId": "fb86af68-be48-4804-a454-3892333b9d4a",
+ "portid": "2dddd81b-a8d4-41f4-8a90-8f334bbbbe3b",
+ "networkid": "7d907188-46f0-4aa7-b61b-f2d349554a1b",
+ "subnetworkid": "08ef29e0-5e61-436a-a9ee-6a4ac502a622"
}
}
]