From: Huang Haibin Date: Tue, 20 Mar 2018 22:51:12 +0000 (+0800) Subject: Update CPU IA extension of HPA to AAI unit test X-Git-Tag: v1.1.2~166^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7817f89aecec28350fa424cfed20c0d7f13bd083;p=multicloud%2Fopenstack.git Update CPU IA extension of HPA to AAI unit test Change-Id: I42be506ad157bfb609a4f7aea42034a09727cfb6 Issue-ID: MULTICLOUD-193 Signed-off-by: Huang Haibin --- diff --git a/ocata/ocata/registration/tests/test_registration.py b/ocata/ocata/registration/tests/test_registration.py index 4af50c05..8c8597e4 100644 --- a/ocata/ocata/registration/tests/test_registration.py +++ b/ocata/ocata/registration/tests/test_registration.py @@ -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" + }, ] }