summaryrefslogtreecommitdiffstats
path: root/windriver/titanium_cloud/proxy/tests/test_identity_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'windriver/titanium_cloud/proxy/tests/test_identity_proxy.py')
-rw-r--r--windriver/titanium_cloud/proxy/tests/test_identity_proxy.py919
1 files changed, 461 insertions, 458 deletions
diff --git a/windriver/titanium_cloud/proxy/tests/test_identity_proxy.py b/windriver/titanium_cloud/proxy/tests/test_identity_proxy.py
index 75fb49f5..bc857a0f 100644
--- a/windriver/titanium_cloud/proxy/tests/test_identity_proxy.py
+++ b/windriver/titanium_cloud/proxy/tests/test_identity_proxy.py
@@ -20,11 +20,11 @@ import unittest
from django.test import Client
from rest_framework import status
-from keystoneauth1 import session
-from keystoneauth1.exceptions import HttpError
+# from keystoneauth1 import session
+# from keystoneauth1.exceptions import HttpError
from newton_base.util import VimDriverUtils
-from titanium_cloud.proxy.views.identityV3 import Tokens
+# from titanium_cloud.proxy.views.identityV3 import Tokens
from newton_base.tests import mock_info
mock_viminfo = {
@@ -39,457 +39,457 @@ mock_viminfo = {
"vendor": "WindRiver",
"version": "titanium_cloud",
"vimId": "windriver-hudson-dc_RegionOne",
- 'cloud_owner':'windriver-hudson-dc',
- 'cloud_region_id':'RegionOne',
- 'cloud_extra_info':'',
- 'insecure':'True',
+ 'cloud_owner': 'windriver-hudson-dc',
+ 'cloud_region_id': ' RegionOne',
+ 'cloud_extra_info': '',
+ 'insecure': 'True',
}
-mock_token_id="1a62b3971d774404a504c5d9a3e506e3"
+mock_token_id = "1a62b3971d774404a504c5d9a3e506e3"
mock_catalog_response = {
- "catalog" : [
- {
- "id" : "99aefcc82a9246f98f8c281e61ffc754",
- "endpoints" : [
- {
- "region" : "RegionOne",
- "url" : "http://128.224.180.14:9696",
- "id" : "39583c1508ad4b71b380570a745ee10a",
- "interface" : "public",
- "region_id" : "RegionOne"
- },
- {
- "url" : "http://192.168.204.2:9696",
- "region" : "RegionOne",
- "id" : "37e8d07ba24e4b8f93490c9daaba06e2",
- "interface" : "internal",
- "region_id" : "RegionOne"
- },
- {
- "interface" : "admin",
- "id" : "7eee4ca98d444b1abb00a50d4b89373f",
- "region_id" : "RegionOne",
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:9696"
- }
- ],
- "name" : "neutron",
- "type" : "network"
- },
- {
- "endpoints" : [
- {
- "interface" : "public",
- "id" : "10496738fa374295a4a88a63b81a1589",
- "region_id" : "RegionOne",
- "url" : "http://128.224.180.14:8777",
- "region" : "RegionOne"
- },
- {
- "id" : "02dcb8c0bd464c4489fa0a0c9f28571f",
- "region_id" : "RegionOne",
- "interface" : "internal",
- "url" : "http://192.168.204.2:8777",
- "region" : "RegionOne"
- },
- {
- "region_id" : "RegionOne",
- "id" : "8a73b0d3743b4e78b87614690f6e97fe",
- "interface" : "admin",
- "url" : "http://192.168.204.2:8777",
- "region" : "RegionOne"
- }
- ],
- "id" : "d131054da83f4c93833799747a0f4709",
- "name" : "ceilometer",
- "type" : "metering"
- },
- {
- "type" : "volumev2",
- "name" : "cinderv2",
- "endpoints" : [
- {
- "id" : "35a67ad36f0447d19c9662babf7cf609",
- "interface" : "public",
- "region_id" : "RegionOne",
- "url" : "http://128.224.180.14:8776/v2/fcca3cc49d5e42caae15459e27103efc",
- "region" : "RegionOne"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:8776/v2/fcca3cc49d5e42caae15459e27103efc",
- "id" : "c6ea42052268420fa2c8d351ee68c922",
- "interface" : "internal",
- "region_id" : "RegionOne"
- },
- {
- "region_id" : "RegionOne",
- "id" : "91cb24853dc3450d847b0c286a2e44ea",
- "interface" : "admin",
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:8776/v2/fcca3cc49d5e42caae15459e27103efc"
- }
- ],
- "id" : "40440057102440739c30be10a66bc5d1"
- },
- {
- "name" : "heat",
- "type" : "orchestration",
- "id" : "35300cce88db4bd4bb5a72ffe3b88b00",
- "endpoints" : [
- {
- "id" : "58999d7b4a94439089ecfb2aca2d7f6c",
- "region_id" : "RegionOne",
- "interface" : "public",
- "region" : "RegionOne",
- "url" : "http://128.224.180.14:8004/v1/fcca3cc49d5e42caae15459e27103efc"
- },
- {
- "url" : "http://192.168.204.2:8004/v1/fcca3cc49d5e42caae15459e27103efc",
- "region" : "RegionOne",
- "interface" : "internal",
- "id" : "1e0ee1a2aef84802b921d422372a567e",
- "region_id" : "RegionOne"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:8004/v1/fcca3cc49d5e42caae15459e27103efc",
- "id" : "17661bf4859741b8a43a461dedad1871",
- "region_id" : "RegionOne",
- "interface" : "admin"
- }
- ]
- },
- {
- "id" : "08dc6912aea64c01925012c8a6df250a",
- "endpoints" : [
- {
- "id" : "02792c4eed77486083f9b2e52d7b94b0",
- "region_id" : "RegionOne",
- "interface" : "public",
- "region" : "RegionOne",
- "url" : "http://128.224.180.14:5000/v3"
- },
- {
- "id" : "b6d5cad394b94309ae40d8de88059c5f",
- "region_id" : "RegionOne",
- "interface" : "internal",
- "url" : "http://192.168.204.2:5000/v3",
- "region" : "RegionOne"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:35357/v3",
- "region_id" : "RegionOne",
- "id" : "1f18e2b7c6a34493b86853b65917888e",
- "interface" : "admin"
- }
- ],
- "type" : "identity",
- "name" : "keystone"
- },
- {
- "name" : "vim",
- "type" : "nfv",
- "endpoints" : [
- {
- "url" : "http://128.224.180.14:4545",
- "region" : "RegionOne",
- "id" : "b33e317345e4480ab0786e4960995ec9",
- "interface" : "public",
- "region_id" : "RegionOne"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:4545",
- "interface" : "internal",
- "id" : "03c85828d5bf432ab04831aa65ac9c52",
- "region_id" : "RegionOne"
- },
- {
- "id" : "067983abb061476cb53a9e23a740d98f",
- "region_id" : "RegionOne",
- "interface" : "admin",
- "url" : "http://192.168.204.2:4545",
- "region" : "RegionOne"
- }
- ],
- "id" : "01636c856fc84988b38b9117eb4a8021"
- },
- {
- "name" : "aodh",
- "type" : "alarming",
- "id" : "eb269151d0e44744a5b5449657bdc61c",
- "endpoints" : [
- {
- "id" : "5bfc6c056e0244c493642eb82f6aaa11",
- "region_id" : "RegionOne",
- "interface" : "public",
- "url" : "http://128.224.180.14:8042",
- "region" : "RegionOne"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:8042",
- "region_id" : "RegionOne",
- "id" : "ad69c7f76dce4089a195b9221ddbfb44",
- "interface" : "internal"
- },
- {
- "interface" : "admin",
- "id" : "3e8fcdfa7bcb40b0ae33c282adfcc9ff",
- "region_id" : "RegionOne",
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:8042"
- }
- ]
- },
- {
- "name" : "sysinv",
- "type" : "platform",
- "endpoints" : [
- {
- "region" : "RegionOne",
- "url" : "http://128.224.180.14:6385/v1",
- "interface" : "public",
- "id" : "ba4ba8104590421b84672306c7e0e1f1",
- "region_id" : "RegionOne"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:6385/v1",
- "interface" : "internal",
- "id" : "a1cba34b163f496ab1acd6e9b51e39a2",
- "region_id" : "RegionOne"
- },
- {
- "url" : "http://192.168.204.2:6385/v1",
- "region" : "RegionOne",
- "id" : "7c171210a2c841a6a52a5713e316d6fc",
- "interface" : "admin",
- "region_id" : "RegionOne"
- }
- ],
- "id" : "256bbad671f946fea543e6bd71f98875"
- },
- {
- "id" : "e84665dcce814c05b4c5084964547534",
- "endpoints" : [
- {
- "url" : "http://128.224.180.14:8000/v1/fcca3cc49d5e42caae15459e27103efc",
- "region" : "RegionOne",
- "region_id" : "RegionOne",
- "id" : "b2ed1a23dc6944bea129c20861e0286a",
- "interface" : "public"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:8000/v1/fcca3cc49d5e42caae15459e27103efc",
- "interface" : "internal",
- "id" : "c4df7c6bc15646848eff35caf6ffea8e",
- "region_id" : "RegionOne"
- },
- {
- "region_id" : "RegionOne",
- "id" : "61b3dabb761443a89ab549f437c05ab0",
- "interface" : "admin",
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:8000/v1/fcca3cc49d5e42caae15459e27103efc"
- }
- ],
- "name" : "heat-cfn",
- "type" : "cloudformation"
- },
- {
- "id" : "823024424a014981a3721229491c0b1a",
- "endpoints" : [
- {
- "region" : "RegionOne",
- "url" : "http://128.224.180.14:8776/v1/fcca3cc49d5e42caae15459e27103efc",
- "region_id" : "RegionOne",
- "id" : "4a52e4e54ff440789f9a797919c4a0f2",
- "interface" : "public"
- },
- {
- "url" : "http://192.168.204.2:8776/v1/fcca3cc49d5e42caae15459e27103efc",
- "region" : "RegionOne",
- "id" : "d4f9a84476524a39844f0fce63f1022e",
- "region_id" : "RegionOne",
- "interface" : "internal"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:8776/v1/fcca3cc49d5e42caae15459e27103efc",
- "interface" : "admin",
- "id" : "81bf3810a8cc4697b68c6e93b5b8fe1f",
- "region_id" : "RegionOne"
- }
- ],
- "type" : "volume",
- "name" : "cinder"
- },
- {
- "name" : "glance",
- "type" : "image",
- "endpoints" : [
- {
- "id" : "bd930aba961946cfb1401bada56d55e3",
- "region_id" : "RegionOne",
- "interface" : "public",
- "region" : "RegionOne",
- "url" : "http://128.224.180.14:9292"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:9292",
- "id" : "c11da585f0b141b99d1e18bb9a607beb",
- "region_id" : "RegionOne",
- "interface" : "internal"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:9292",
- "id" : "31b26c625a6a4fc7910dc5935155996e",
- "interface" : "admin",
- "region_id" : "RegionOne"
- }
- ],
- "id" : "3b78cf039bc54d1bbb99ab3a4be15ef1"
- },
- {
- "id" : "b8701374bf254de1beee8a2c9ecc6b33",
- "endpoints" : [
- {
- "region_id" : "RegionOne",
- "id" : "f7407f330c8b4577b1d377d3fab9c2f8",
- "interface" : "public",
- "region" : "RegionOne",
- "url" : "http://128.224.180.14:15491"
- },
- {
- "url" : "http://192.168.204.2:5491",
- "region" : "RegionOne",
- "interface" : "internal",
- "id" : "0b37ce31a32f4b6fa5e1aa0d6c20680f",
- "region_id" : "RegionOne"
- },
- {
- "region_id" : "RegionOne",
- "id" : "7b87ea72adf245e1991e9e0df29b7ea9",
- "interface" : "admin",
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:5491"
- }
- ],
- "type" : "patching",
- "name" : "patching"
- },
- {
- "id" : "0ec0923a58f04ffeb6fced3bbc5c0947",
- "endpoints" : [
- {
- "url" : "http://128.224.180.14:8774/v2.1/fcca3cc49d5e42caae15459e27103efc",
- "region" : "RegionOne",
- "id" : "13168b12da17451fb39630de67db168f",
- "region_id" : "RegionOne",
- "interface" : "public"
- },
- {
- "id" : "22dd6a44209f42d986b82e3aa6535f82",
- "interface" : "internal",
- "region_id" : "RegionOne",
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:8774/v2.1/fcca3cc49d5e42caae15459e27103efc"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:8774/v2.1/fcca3cc49d5e42caae15459e27103efc",
- "id" : "552a991ae501492f841c1b6e2ff38fc5",
- "region_id" : "RegionOne",
- "interface" : "admin"
- }
- ],
- "type" : "compute",
- "name" : "nova"
- },
- {
- "id" : "50b219650f1049b097b3f14e8c70cdf8",
- "endpoints" : [
- {
- "interface" : "public",
- "id" : "5a4276cd6e4d43e883cf8640d4e13f7d",
- "region_id" : "RegionOne",
- "region" : "RegionOne",
- "url" : "http://128.224.180.14:8776/v3/fcca3cc49d5e42caae15459e27103efc"
- },
- {
- "region" : "RegionOne",
- "url" : "http://192.168.204.2:8776/v3/fcca3cc49d5e42caae15459e27103efc",
- "region_id" : "RegionOne",
- "id" : "c796df3ca5a84fc18db5b43a55283953",
- "interface" : "internal"
- },
- {
- "region_id" : "RegionOne",
- "id" : "cf55c2b34d0049ba835a2e48b9ad0e2e",
- "interface" : "admin",
- "url" : "http://192.168.204.2:8776/v3/fcca3cc49d5e42caae15459e27103efc",
- "region" : "RegionOne"
- }
- ],
- "type" : "volumev3",
- "name" : "cinderv3"
- }
- ],
+ "catalog": [
+ {
+ "id": "99aefcc82a9246f98f8c281e61ffc754",
+ "endpoints": [
+ {
+ "region": "RegionOne",
+ "url": "http://128.224.180.14:9696",
+ "id": "39583c1508ad4b71b380570a745ee10a",
+ "interface": "public",
+ "region_id": "RegionOne"
+ },
+ {
+ "url": "http://192.168.204.2:9696",
+ "region": "RegionOne",
+ "id": "37e8d07ba24e4b8f93490c9daaba06e2",
+ "interface": "internal",
+ "region_id": "RegionOne"
+ },
+ {
+ "interface": "admin",
+ "id": "7eee4ca98d444b1abb00a50d4b89373f",
+ "region_id": "RegionOne",
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:9696"
+ }
+ ],
+ "name": "neutron",
+ "type": "network"
+ },
+ {
+ "endpoints": [
+ {
+ "interface": "public",
+ "id": "10496738fa374295a4a88a63b81a1589",
+ "region_id": "RegionOne",
+ "url": "http://128.224.180.14:8777",
+ "region": "RegionOne"
+ },
+ {
+ "id": "02dcb8c0bd464c4489fa0a0c9f28571f",
+ "region_id": "RegionOne",
+ "interface": "internal",
+ "url": "http://192.168.204.2:8777",
+ "region": "RegionOne"
+ },
+ {
+ "region_id": "RegionOne",
+ "id": "8a73b0d3743b4e78b87614690f6e97fe",
+ "interface": "admin",
+ "url": "http://192.168.204.2:8777",
+ "region": "RegionOne"
+ }
+ ],
+ "id": "d131054da83f4c93833799747a0f4709",
+ "name": "ceilometer",
+ "type": "metering"
+ },
+ {
+ "type": "volumev2",
+ "name": "cinderv2",
+ "endpoints": [
+ {
+ "id": "35a67ad36f0447d19c9662babf7cf609",
+ "interface": "public",
+ "region_id": "RegionOne",
+ "url": "http://128.224.180.14:8776/v2/fcca3cc49d5e42caae15459e27103efc",
+ "region": "RegionOne"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:8776/v2/fcca3cc49d5e42caae15459e27103efc",
+ "id": "c6ea42052268420fa2c8d351ee68c922",
+ "interface": "internal",
+ "region_id": "RegionOne"
+ },
+ {
+ "region_id": "RegionOne",
+ "id": "91cb24853dc3450d847b0c286a2e44ea",
+ "interface": "admin",
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:8776/v2/fcca3cc49d5e42caae15459e27103efc"
+ }
+ ],
+ "id": "40440057102440739c30be10a66bc5d1"
+ },
+ {
+ "name": "heat",
+ "type": "orchestration",
+ "id": "35300cce88db4bd4bb5a72ffe3b88b00",
+ "endpoints": [
+ {
+ "id": "58999d7b4a94439089ecfb2aca2d7f6c",
+ "region_id": "RegionOne",
+ "interface": "public",
+ "region": "RegionOne",
+ "url": "http://128.224.180.14:8004/v1/fcca3cc49d5e42caae15459e27103efc"
+ },
+ {
+ "url": "http://192.168.204.2:8004/v1/fcca3cc49d5e42caae15459e27103efc",
+ "region": "RegionOne",
+ "interface": "internal",
+ "id": "1e0ee1a2aef84802b921d422372a567e",
+ "region_id": "RegionOne"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:8004/v1/fcca3cc49d5e42caae15459e27103efc",
+ "id": "17661bf4859741b8a43a461dedad1871",
+ "region_id": "RegionOne",
+ "interface": "admin"
+ }
+ ]
+ },
+ {
+ "id": "08dc6912aea64c01925012c8a6df250a",
+ "endpoints": [
+ {
+ "id": "02792c4eed77486083f9b2e52d7b94b0",
+ "region_id": "RegionOne",
+ "interface": "public",
+ "region": "RegionOne",
+ "url": "http://128.224.180.14:5000/v3"
+ },
+ {
+ "id": "b6d5cad394b94309ae40d8de88059c5f",
+ "region_id": "RegionOne",
+ "interface": "internal",
+ "url": "http://192.168.204.2:5000/v3",
+ "region": "RegionOne"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:35357/v3",
+ "region_id": "RegionOne",
+ "id": "1f18e2b7c6a34493b86853b65917888e",
+ "interface": "admin"
+ }
+ ],
+ "type": "identity",
+ "name": "keystone"
+ },
+ {
+ "name": "vim",
+ "type": "nfv",
+ "endpoints": [
+ {
+ "url": "http://128.224.180.14:4545",
+ "region": "RegionOne",
+ "id": "b33e317345e4480ab0786e4960995ec9",
+ "interface": "public",
+ "region_id": "RegionOne"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:4545",
+ "interface": "internal",
+ "id": "03c85828d5bf432ab04831aa65ac9c52",
+ "region_id": "RegionOne"
+ },
+ {
+ "id": "067983abb061476cb53a9e23a740d98f",
+ "region_id": "RegionOne",
+ "interface": "admin",
+ "url": "http://192.168.204.2:4545",
+ "region": "RegionOne"
+ }
+ ],
+ "id": "01636c856fc84988b38b9117eb4a8021"
+ },
+ {
+ "name": "aodh",
+ "type": "alarming",
+ "id": "eb269151d0e44744a5b5449657bdc61c",
+ "endpoints": [
+ {
+ "id": "5bfc6c056e0244c493642eb82f6aaa11",
+ "region_id": "RegionOne",
+ "interface": "public",
+ "url": "http://128.224.180.14:8042",
+ "region": "RegionOne"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:8042",
+ "region_id": "RegionOne",
+ "id": "ad69c7f76dce4089a195b9221ddbfb44",
+ "interface": "internal"
+ },
+ {
+ "interface": "admin",
+ "id": "3e8fcdfa7bcb40b0ae33c282adfcc9ff",
+ "region_id": "RegionOne",
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:8042"
+ }
+ ]
+ },
+ {
+ "name": "sysinv",
+ "type": "platform",
+ "endpoints": [
+ {
+ "region": "RegionOne",
+ "url": "http://128.224.180.14:6385/v1",
+ "interface": "public",
+ "id": "ba4ba8104590421b84672306c7e0e1f1",
+ "region_id": "RegionOne"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:6385/v1",
+ "interface": "internal",
+ "id": "a1cba34b163f496ab1acd6e9b51e39a2",
+ "region_id": "RegionOne"
+ },
+ {
+ "url": "http://192.168.204.2:6385/v1",
+ "region": "RegionOne",
+ "id": "7c171210a2c841a6a52a5713e316d6fc",
+ "interface": "admin",
+ "region_id": "RegionOne"
+ }
+ ],
+ "id": "256bbad671f946fea543e6bd71f98875"
+ },
+ {
+ "id": "e84665dcce814c05b4c5084964547534",
+ "endpoints": [
+ {
+ "url": "http://128.224.180.14:8000/v1/fcca3cc49d5e42caae15459e27103efc",
+ "region": "RegionOne",
+ "region_id": "RegionOne",
+ "id": "b2ed1a23dc6944bea129c20861e0286a",
+ "interface": "public"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:8000/v1/fcca3cc49d5e42caae15459e27103efc",
+ "interface": "internal",
+ "id": "c4df7c6bc15646848eff35caf6ffea8e",
+ "region_id": "RegionOne"
+ },
+ {
+ "region_id": "RegionOne",
+ "id": "61b3dabb761443a89ab549f437c05ab0",
+ "interface": "admin",
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:8000/v1/fcca3cc49d5e42caae15459e27103efc"
+ }
+ ],
+ "name": "heat-cfn",
+ "type": "cloudformation"
+ },
+ {
+ "id": "823024424a014981a3721229491c0b1a",
+ "endpoints": [
+ {
+ "region": "RegionOne",
+ "url": "http://128.224.180.14:8776/v1/fcca3cc49d5e42caae15459e27103efc",
+ "region_id": "RegionOne",
+ "id": "4a52e4e54ff440789f9a797919c4a0f2",
+ "interface": "public"
+ },
+ {
+ "url": "http://192.168.204.2:8776/v1/fcca3cc49d5e42caae15459e27103efc",
+ "region": "RegionOne",
+ "id": "d4f9a84476524a39844f0fce63f1022e",
+ "region_id": "RegionOne",
+ "interface": "internal"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:8776/v1/fcca3cc49d5e42caae15459e27103efc",
+ "interface": "admin",
+ "id": "81bf3810a8cc4697b68c6e93b5b8fe1f",
+ "region_id": "RegionOne"
+ }
+ ],
+ "type": "volume",
+ "name": "cinder"
+ },
+ {
+ "name": "glance",
+ "type": "image",
+ "endpoints": [
+ {
+ "id": "bd930aba961946cfb1401bada56d55e3",
+ "region_id": "RegionOne",
+ "interface": "public",
+ "region": "RegionOne",
+ "url": "http://128.224.180.14:9292"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:9292",
+ "id": "c11da585f0b141b99d1e18bb9a607beb",
+ "region_id": "RegionOne",
+ "interface": "internal"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:9292",
+ "id": "31b26c625a6a4fc7910dc5935155996e",
+ "interface": "admin",
+ "region_id": "RegionOne"
+ }
+ ],
+ "id": "3b78cf039bc54d1bbb99ab3a4be15ef1"
+ },
+ {
+ "id": "b8701374bf254de1beee8a2c9ecc6b33",
+ "endpoints": [
+ {
+ "region_id": "RegionOne",
+ "id": "f7407f330c8b4577b1d377d3fab9c2f8",
+ "interface": "public",
+ "region": "RegionOne",
+ "url": "http://128.224.180.14:15491"
+ },
+ {
+ "url": "http://192.168.204.2:5491",
+ "region": "RegionOne",
+ "interface": "internal",
+ "id": "0b37ce31a32f4b6fa5e1aa0d6c20680f",
+ "region_id": "RegionOne"
+ },
+ {
+ "region_id": "RegionOne",
+ "id": "7b87ea72adf245e1991e9e0df29b7ea9",
+ "interface": "admin",
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:5491"
+ }
+ ],
+ "type": "patching",
+ "name": "patching"
+ },
+ {
+ "id": "0ec0923a58f04ffeb6fced3bbc5c0947",
+ "endpoints": [
+ {
+ "url": "http://128.224.180.14:8774/v2.1/fcca3cc49d5e42caae15459e27103efc",
+ "region": "RegionOne",
+ "id": "13168b12da17451fb39630de67db168f",
+ "region_id": "RegionOne",
+ "interface": "public"
+ },
+ {
+ "id": "22dd6a44209f42d986b82e3aa6535f82",
+ "interface": "internal",
+ "region_id": "RegionOne",
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:8774/v2.1/fcca3cc49d5e42caae15459e27103efc"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:8774/v2.1/fcca3cc49d5e42caae15459e27103efc",
+ "id": "552a991ae501492f841c1b6e2ff38fc5",
+ "region_id": "RegionOne",
+ "interface": "admin"
+ }
+ ],
+ "type": "compute",
+ "name": "nova"
+ },
+ {
+ "id": "50b219650f1049b097b3f14e8c70cdf8",
+ "endpoints": [
+ {
+ "interface": "public",
+ "id": "5a4276cd6e4d43e883cf8640d4e13f7d",
+ "region_id": "RegionOne",
+ "region": "RegionOne",
+ "url": "http://128.224.180.14:8776/v3/fcca3cc49d5e42caae15459e27103efc"
+ },
+ {
+ "region": "RegionOne",
+ "url": "http://192.168.204.2:8776/v3/fcca3cc49d5e42caae15459e27103efc",
+ "region_id": "RegionOne",
+ "id": "c796df3ca5a84fc18db5b43a55283953",
+ "interface": "internal"
+ },
+ {
+ "region_id": "RegionOne",
+ "id": "cf55c2b34d0049ba835a2e48b9ad0e2e",
+ "interface": "admin",
+ "url": "http://192.168.204.2:8776/v3/fcca3cc49d5e42caae15459e27103efc",
+ "region": "RegionOne"
+ }
+ ],
+ "type": "volumev3",
+ "name": "cinderv3"
+ }
+ ],
}
mock_auth_state = {
- "body" : {
- "token" : {
- "is_domain" : "false",
- "expires_at" : "2017-08-27T14:19:15.000000Z",
- "issued_at" : "2017-08-27T13:19:15.000000Z",
- "roles" : [
- {
- "id" : "9fe2ff9ee4384b1894a90878d3e92bab",
- "name" : "_member_"
+ "body": {
+ "token": {
+ "is_domain": "false",
+ "expires_at": "2017-08-27T14:19:15.000000Z",
+ "issued_at": "2017-08-27T13:19:15.000000Z",
+ "roles": [
+ {
+ "id": "9fe2ff9ee4384b1894a90878d3e92bab",
+ "name": "_member_"
+ },
+ {
+ "id": "b86a7e02935844b899d3d326f83c1b1f",
+ "name": "admin"
+ },
+ {
+ "name": "heat_stack_owner",
+ "id": "7de502236e954c8282de32e773fc052e"
+ }
+ ],
+ "methods": [
+ "password"
+ ],
+ "catalog": mock_catalog_response['catalog'],
+ "project": {
+ "name": "admin",
+ "id": "fcca3cc49d5e42caae15459e27103efc",
+ "domain": {
+ "id": "default",
+ "name": "Default"
+ }
},
- {
- "id" : "b86a7e02935844b899d3d326f83c1b1f",
- "name" : "admin"
+ "user": {
+ "name": "admin",
+ "id": "9efb043c7629497a8028d7325ca1afb0",
+ "domain": {
+ "id": "default",
+ "name": "Default"
+ }
},
- {
- "name" : "heat_stack_owner",
- "id" : "7de502236e954c8282de32e773fc052e"
- }
- ],
- "methods" : [
- "password"
- ],
- "catalog" : mock_catalog_response['catalog'],
- "project" : {
- "name" : "admin",
- "id" : "fcca3cc49d5e42caae15459e27103efc",
- "domain" : {
- "id" : "default",
- "name" : "Default"
- }
- },
- "user" : {
- "name" : "admin",
- "id" : "9efb043c7629497a8028d7325ca1afb0",
- "domain" : {
- "id" : "default",
- "name" : "Default"
- }
- },
- "audit_ids" : [
- "_ZWT10DtSZKRXIvIcxun7w"
- ]
- }
- },
- "auth_token" : mock_token_id
+ "audit_ids": [
+ "_ZWT10DtSZKRXIvIcxun7w"
+ ]
+ }
+ },
+ "auth_token": mock_token_id
}
@@ -501,7 +501,8 @@ class TestIdentityService(unittest.TestCase):
@mock.patch.object(VimDriverUtils, 'get_session')
@mock.patch.object(VimDriverUtils, 'get_auth_state')
@mock.patch.object(VimDriverUtils, 'update_token_cache')
- def test_token(self, mock_update_token_cache, mock_get_auth_state, mock_get_session, mock_get_vim_info):
+ def test_token(self, mock_update_token_cache, mock_get_auth_state,
+ mock_get_session, mock_get_vim_info):
'''
test API: get token
:param mock_update_token_cache:
@@ -511,9 +512,9 @@ class TestIdentityService(unittest.TestCase):
:return:
'''
- #mock VimDriverUtils APIs
+ # mock VimDriverUtils APIs
mock_session_specs = ["get"]
- mock_session_get_response = {'status':200}
+ mock_session_get_response = {'status': 200}
mock_session = mock.Mock(name='mock_session', spec=mock_session_specs)
mock_session.get.return_value = mock_session_get_response
@@ -522,21 +523,23 @@ class TestIdentityService(unittest.TestCase):
mock_get_auth_state.return_value = json.dumps(mock_auth_state)
mock_update_token_cache.return_value = mock_token_id
- #simulate client to make the request
- data ={}
- response = self.client.post("/api/multicloud-titaniumcloud/v0/windriver-hudson-dc_RegionOne/identity/v3/auth/tokens", data=data, format='json')
+ # simulate client to make the request
+ data = {}
+ response = self.client.post(
+ "/api/multicloud-titaniumcloud/v0/windriver-hudson-dc_RegionOne/identity/v3/auth/tokens", data=data,
+ format='json')
self.failUnlessEqual(status.HTTP_201_CREATED, response.status_code)
context = response.json()
self.assertTrue(response['X-Subject-Token'] == mock_token_id)
- self.assertTrue(context['token']['catalog'] != None)
+ self.assertTrue(context['token']['catalog'] is not None)
@mock.patch.object(VimDriverUtils, 'get_vim_info')
@mock.patch.object(VimDriverUtils, 'get_session')
@mock.patch.object(VimDriverUtils, 'get_auth_state')
@mock.patch.object(VimDriverUtils, 'update_token_cache')
def test_tokensV2(self, mock_update_token_cache, mock_get_auth_state,
- mock_get_session, mock_get_vim_info):
+ mock_get_session, mock_get_vim_info):
'''
test API: get token
:param mock_update_token_cache:
@@ -577,7 +580,7 @@ class TestIdentityService(unittest.TestCase):
@mock.patch.object(VimDriverUtils, 'get_auth_state')
@mock.patch.object(VimDriverUtils, 'update_token_cache')
def test_token_with_tenantname(self, mock_update_token_cache, mock_get_auth_state,
- mock_get_session, mock_get_vim_info):
+ mock_get_session, mock_get_vim_info):
'''
test API: get token
:param mock_update_token_cache:
@@ -614,7 +617,7 @@ class TestIdentityService(unittest.TestCase):
},
"scope": {
"project": {
- "domain": {"name":"Default"},
+ "domain": {"name": "Default"},
"name": "Integration"
}
}
@@ -637,7 +640,7 @@ class TestIdentityService(unittest.TestCase):
@mock.patch.object(VimDriverUtils, 'get_auth_state')
@mock.patch.object(VimDriverUtils, 'update_token_cache')
def test_tokensV2_with_tenantname(self, mock_update_token_cache, mock_get_auth_state,
- mock_get_session, mock_get_vim_info):
+ mock_get_session, mock_get_vim_info):
'''
test API: get token
:param mock_update_token_cache:
@@ -687,7 +690,7 @@ class TestIdentityService(unittest.TestCase):
@mock.patch.object(VimDriverUtils, 'get_auth_state')
@mock.patch.object(VimDriverUtils, 'update_token_cache')
def test_token_with_projectid(self, mock_update_token_cache, mock_get_auth_state,
- mock_get_session, mock_get_vim_info):
+ mock_get_session, mock_get_vim_info):
'''
test API: get token
:param mock_update_token_cache:
@@ -736,5 +739,5 @@ class TestIdentityService(unittest.TestCase):
self.assertEqual(mock_info.MOCK_TOKEN_ID,
response['X-Subject-Token'])
- self.assertIsNotNone(context['token']['catalog'])
+ self.assertIsNotNone(context['token']['catalog'])