Update CPU IA extension of HPA to AAI unit test 49/37149/1
authorHuang Haibin <haibin.huang@intel.com>
Tue, 20 Mar 2018 22:51:12 +0000 (06:51 +0800)
committerHuang Haibin <haibin.huang@intel.com>
Tue, 20 Mar 2018 22:53:32 +0000 (06:53 +0800)
Change-Id: I42be506ad157bfb609a4f7aea42034a09727cfb6
Issue-ID: MULTICLOUD-193
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
ocata/ocata/registration/tests/test_registration.py

index 4af50c0..8c8597e 100644 (file)
@@ -84,6 +84,13 @@ MOCK_GET_FLAVOR_RESPONSE = {
             "OS-FLV-DISABLED:disabled": True,
             "properties": "hw:huge_page_size"
         },
+        {
+            "id": "9", "name": "onap.iax", "vcpus": 2, "ram": "2MB",
+            "disk": "2G", "OS-FLV-EXT-DATA:ephemeral": True,
+            "swap": False, "os-flavor-access:is_public": True,
+            "OS-FLV-DISABLED:disabled": True,
+            "properties": "hw:capabilities:cpu_info:features=aes"
+        },
     ]
 }