diff options
author | zhang ab <zhanganbing@chinamobile.com> | 2018-03-21 01:28:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-21 01:28:01 +0000 |
commit | e1aee10ddc3f507a2b4426db2ddf989ad0711ab2 (patch) | |
tree | d3c2d383c04fc30b769aabb9edf81be47de192cb | |
parent | b54d3e8821edb27367c54cd9ba509f9d4cd0a2fc (diff) | |
parent | 7817f89aecec28350fa424cfed20c0d7f13bd083 (diff) |
Merge "Update CPU IA extension of HPA to AAI unit test"
-rw-r--r-- | ocata/ocata/registration/tests/test_registration.py | 7 |
1 files changed, 7 insertions, 0 deletions
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" + }, ] } |