Update local storage of HPA to AAI unit test 29/36929/1
authorHuang Haibin <haibin.huang@intel.com>
Tue, 20 Mar 2018 13:18:06 +0000 (21:18 +0800)
committerHuang Haibin <haibin.huang@intel.com>
Tue, 20 Mar 2018 13:26:36 +0000 (21:26 +0800)
Change-Id: Ia919ffc1244c014109441b1fe938a9ac949dbc7f
Issue-ID: MULTICLOUD-191
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
ocata/ocata/registration/tests/test_registration.py

index eb6e9f6..fcee286 100644 (file)
@@ -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,
+        },
 
 
     ]