From 894c04333c03436c253ff5705d5957b1ba4c0783 Mon Sep 17 00:00:00 2001 From: Huang Haibin Date: Tue, 20 Mar 2018 21:18:06 +0800 Subject: Update local storage of HPA to AAI unit test Change-Id: Ia919ffc1244c014109441b1fe938a9ac949dbc7f Issue-ID: MULTICLOUD-191 Signed-off-by: Huang Haibin --- ocata/ocata/registration/tests/test_registration.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ocata/ocata/registration/tests/test_registration.py b/ocata/ocata/registration/tests/test_registration.py index eb6e9f67..fcee2860 100644 --- a/ocata/ocata/registration/tests/test_registration.py +++ b/ocata/ocata/registration/tests/test_registration.py @@ -71,6 +71,12 @@ MOCK_GET_FLAVOR_RESPONSE = { "OS-FLV-DISABLED:disabled": True, "properties": "hw:numa_nodes=2, hw:numa_cpus.0=0,1, hw:numa_mem.0=2048, hw:numa_cpus.1=2,3,4,5 hw:numa_mem.1=4096" }, + { + "id": "7", "name": "onap.local_storage", "vcpus": 2, "ram": "2MB", + "disk": "4096", "OS-FLV-EXT-DATA:ephemeral": "163840", + "swap": "8192", "os-flavor-access:is_public": True, + "OS-FLV-DISABLED:disabled": True, + }, ] -- cgit 1.2.3-korg