From 7817f89aecec28350fa424cfed20c0d7f13bd083 Mon Sep 17 00:00:00 2001 From: Huang Haibin Date: Wed, 21 Mar 2018 06:51:12 +0800 Subject: Update CPU IA extension of HPA to AAI unit test Change-Id: I42be506ad157bfb609a4f7aea42034a09727cfb6 Issue-ID: MULTICLOUD-193 Signed-off-by: Huang Haibin --- ocata/ocata/registration/tests/test_registration.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ocata') 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" + }, ] } -- cgit 1.2.3-korg