From a675490108ca0e6d0a8bbdb2bbf5311f914dd0e8 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Wed, 27 Sep 2023 08:37:06 -0700 Subject: [PATCH] [pep8][black] Fix new formatting issues in code Change-Id: I53ec8cece0717393da209160984d8445368267a1 --- .../mockup/create_filesystem_response.json | 6 +- .../mockup/create_nfs_export_response.json | 6 +- .../mockup/create_nfs_snapshot_response.json | 6 +- .../mockup/get_fileystem_id_response.json | 10 +- .../get_fsid_from_export_name_response.json | 10 +- .../get_fsid_from_snapshot_name_response.json | 10 +- .../mockup/get_nas_server_id_response.json | 10 +- .../mockup/get_nfs_export_id_response.json | 10 +- .../mockup/get_nfs_export_name_response.json | 40 +- .../get_storage_pool_spare_percentage.json | 196 ++--- .../mockup/get_storage_pool_statistic.json | 762 +++++++++--------- .../powerflex/mockup/login_response.json | 20 +- 12 files changed, 543 insertions(+), 543 deletions(-) diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_filesystem_response.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_filesystem_response.json index 18d660ef09..162e28a8aa 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_filesystem_response.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_filesystem_response.json @@ -1,3 +1,3 @@ -{ - "id": "6432b79e-1cc3-0414-3ffd-2a50fb1ccff3" -} \ No newline at end of file +{ + "id": "6432b79e-1cc3-0414-3ffd-2a50fb1ccff3" +} diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_export_response.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_export_response.json index 864abaf175..07c8742f47 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_export_response.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_export_response.json @@ -1,3 +1,3 @@ -{ - "id": "6433a2b2-6d60-f737-9f3b-2a50fb1ccff3" -} \ No newline at end of file +{ + "id": "6433a2b2-6d60-f737-9f3b-2a50fb1ccff3" +} diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_snapshot_response.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_snapshot_response.json index 17dcf202e6..0adc6c39ff 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_snapshot_response.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/create_nfs_snapshot_response.json @@ -1,3 +1,3 @@ -{ - "id": "6433b635-6c1f-878e-6467-2a50fb1ccff3" -} \ No newline at end of file +{ + "id": "6433b635-6c1f-878e-6467-2a50fb1ccff3" +} diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fileystem_id_response.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fileystem_id_response.json index 713fac4be0..f119e272bf 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fileystem_id_response.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fileystem_id_response.json @@ -1,5 +1,5 @@ -[ - { - "id": "6432b79e-1cc3-0414-3ffd-2a50fb1ccff3" - } -] \ No newline at end of file +[ + { + "id": "6432b79e-1cc3-0414-3ffd-2a50fb1ccff3" + } +] diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_export_name_response.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_export_name_response.json index 78b4c05294..29784bfc9e 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_export_name_response.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_export_name_response.json @@ -1,5 +1,5 @@ -[ - { - "file_system_id": "6432b79e-1cc3-0414-3ffd-2a50fb1ccff3" - } -] \ No newline at end of file +[ + { + "file_system_id": "6432b79e-1cc3-0414-3ffd-2a50fb1ccff3" + } +] diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_snapshot_name_response.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_snapshot_name_response.json index 96c2d2e312..a4360e6ab5 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_snapshot_name_response.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_fsid_from_snapshot_name_response.json @@ -1,5 +1,5 @@ -[ - { - "id": "6433b635-6c1f-878e-6467-2a50fb1ccff3" - } -] \ No newline at end of file +[ + { + "id": "6433b635-6c1f-878e-6467-2a50fb1ccff3" + } +] diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nas_server_id_response.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nas_server_id_response.json index d6742b108d..d65e4958ac 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nas_server_id_response.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nas_server_id_response.json @@ -1,5 +1,5 @@ -[ - { - "id": "64132f37-d33e-9d4a-89ba-d625520a4779" - } -] \ No newline at end of file +[ + { + "id": "64132f37-d33e-9d4a-89ba-d625520a4779" + } +] diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_id_response.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_id_response.json index b2f40a6b03..f98d69ac78 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_id_response.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_id_response.json @@ -1,5 +1,5 @@ -[ - { - "id": "6433a2b2-6d60-f737-9f3b-2a50fb1ccff3" - } -] \ No newline at end of file +[ + { + "id": "6433a2b2-6d60-f737-9f3b-2a50fb1ccff3" + } +] diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_name_response.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_name_response.json index 69f2f9a363..fb2150c090 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_name_response.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_nfs_export_name_response.json @@ -1,20 +1,20 @@ -{ - "id": "6433a2b2-6d60-f737-9f3b-2a50fb1ccff3", - "file_system_id": "6432b79e-1cc3-0414-3ffd-2a50fb1ccff3", - "name": "Manila-UT-filesystem", - "path": "/Manila-UT-filesystem", - "description": null, - "default_access": "NO_ACCESS", - "min_security": "SYS", - "nfs_owner_username": "root", - "no_access_hosts": [], - "read_only_hosts": [], - "read_only_root_hosts": [], - "read_write_hosts": [], - "read_write_root_hosts": [], - "anonymous_UID": -2, - "anonymous_GID": -2, - "is_no_SUID": false, - "default_access_l10n": null, - "min_security_l10n": null -} \ No newline at end of file +{ + "id": "6433a2b2-6d60-f737-9f3b-2a50fb1ccff3", + "file_system_id": "6432b79e-1cc3-0414-3ffd-2a50fb1ccff3", + "name": "Manila-UT-filesystem", + "path": "/Manila-UT-filesystem", + "description": null, + "default_access": "NO_ACCESS", + "min_security": "SYS", + "nfs_owner_username": "root", + "no_access_hosts": [], + "read_only_hosts": [], + "read_only_root_hosts": [], + "read_write_hosts": [], + "read_write_root_hosts": [], + "anonymous_UID": -2, + "anonymous_GID": -2, + "is_no_SUID": false, + "default_access_l10n": null, + "min_security_l10n": null +} diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_spare_percentage.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_spare_percentage.json index 5b49537d5a..54db6abe82 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_spare_percentage.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_spare_percentage.json @@ -1,98 +1,98 @@ -{ - "name": "Env8-SP-SW_SSD-1", - "rebuildIoPriorityPolicy": "limitNumOfConcurrentIos", - "rebalanceIoPriorityPolicy": "favorAppIos", - "vtreeMigrationIoPriorityPolicy": "favorAppIos", - "protectedMaintenanceModeIoPriorityPolicy": "limitNumOfConcurrentIos", - "rebuildIoPriorityNumOfConcurrentIosPerDevice": 1, - "rebalanceIoPriorityNumOfConcurrentIosPerDevice": 1, - "vtreeMigrationIoPriorityNumOfConcurrentIosPerDevice": 1, - "protectedMaintenanceModeIoPriorityNumOfConcurrentIosPerDevice": 1, - "rebuildIoPriorityBwLimitPerDeviceInKbps": 10240, - "rebalanceIoPriorityBwLimitPerDeviceInKbps": 10240, - "vtreeMigrationIoPriorityBwLimitPerDeviceInKbps": 10240, - "protectedMaintenanceModeIoPriorityBwLimitPerDeviceInKbps": 10240, - "rebuildIoPriorityAppIopsPerDeviceThreshold": null, - "rebalanceIoPriorityAppIopsPerDeviceThreshold": null, - "vtreeMigrationIoPriorityAppIopsPerDeviceThreshold": null, - "protectedMaintenanceModeIoPriorityAppIopsPerDeviceThreshold": null, - "rebuildIoPriorityAppBwPerDeviceThresholdInKbps": null, - "rebalanceIoPriorityAppBwPerDeviceThresholdInKbps": null, - "zeroPaddingEnabled": true, - "vtreeMigrationIoPriorityAppBwPerDeviceThresholdInKbps": null, - "protectedMaintenanceModeIoPriorityAppBwPerDeviceThresholdInKbps": null, - "rebuildIoPriorityQuietPeriodInMsec": null, - "rebalanceIoPriorityQuietPeriodInMsec": null, - "vtreeMigrationIoPriorityQuietPeriodInMsec": null, - "protectedMaintenanceModeIoPriorityQuietPeriodInMsec": null, - "useRmcache": false, - "backgroundScannerMode": "DataComparison", - "backgroundScannerBWLimitKBps": 3072, - "fglAccpId": null, - "fglMetadataSizeXx100": null, - "fglNvdimmWriteCacheSizeInMb": null, - "fglNvdimmMetadataAmortizationX100": null, - "mediaType": "SSD", - "rmcacheWriteHandlingMode": "Cached", - "checksumEnabled": false, - "rebalanceEnabled": true, - "fragmentationEnabled": true, - "numOfParallelRebuildRebalanceJobsPerDevice": 2, - "bgScannerCompareErrorAction": "ReportAndFix", - "bgScannerReadErrorAction": "ReportAndFix", - "externalAccelerationType": "None", - "compressionMethod": "Invalid", - "fglExtraCapacity": null, - "fglOverProvisioningFactor": null, - "fglWriteAtomicitySize": null, - "fglMaxCompressionRatio": null, - "fglPerfProfile": null, - "replicationCapacityMaxRatio": 35, - "persistentChecksumEnabled": true, - "persistentChecksumState": "Protected", - "persistentChecksumBuilderLimitKb": 3072, - "protectionDomainId": "95c5a8b100000000", - "rebuildEnabled": true, - "dataLayout": "MediumGranularity", - "persistentChecksumValidateOnRead": false, - "spClass": "Nas", - "addressSpaceUsage": "Normal", - "useRfcache": false, - "sparePercentage": 34, - "capacityAlertHighThreshold": 66, - "capacityAlertCriticalThreshold": 83, - "capacityUsageState": "Normal", - "addressSpaceUsageType": "DeviceCapacityLimit", - "capacityUsageType": "NetCapacity", - "id": "28515fee00000000", - "links": [ - { - "rel": "self", - "href": "/api/instances/StoragePool::28515fee00000000" - }, - { - "rel": "/api/StoragePool/relationship/Statistics", - "href": "/api/instances/StoragePool::28515fee00000000/relationships/Statistics" - }, - { - "rel": "/api/StoragePool/relationship/SpSds", - "href": "/api/instances/StoragePool::28515fee00000000/relationships/SpSds" - }, - { - "rel": "/api/StoragePool/relationship/Volume", - "href": "/api/instances/StoragePool::28515fee00000000/relationships/Volume" - }, - { - "rel": "/api/StoragePool/relationship/Device", - "href": "/api/instances/StoragePool::28515fee00000000/relationships/Device" - }, - { - "rel": "/api/StoragePool/relationship/VTree", - "href": "/api/instances/StoragePool::28515fee00000000/relationships/VTree" - }, - { - "rel": "/api/parent/relationship/protectionDomainId", - "href": "/api/instances/ProtectionDomain::95c5a8b100000000" - } - ] -} \ No newline at end of file +{ + "name": "Env8-SP-SW_SSD-1", + "rebuildIoPriorityPolicy": "limitNumOfConcurrentIos", + "rebalanceIoPriorityPolicy": "favorAppIos", + "vtreeMigrationIoPriorityPolicy": "favorAppIos", + "protectedMaintenanceModeIoPriorityPolicy": "limitNumOfConcurrentIos", + "rebuildIoPriorityNumOfConcurrentIosPerDevice": 1, + "rebalanceIoPriorityNumOfConcurrentIosPerDevice": 1, + "vtreeMigrationIoPriorityNumOfConcurrentIosPerDevice": 1, + "protectedMaintenanceModeIoPriorityNumOfConcurrentIosPerDevice": 1, + "rebuildIoPriorityBwLimitPerDeviceInKbps": 10240, + "rebalanceIoPriorityBwLimitPerDeviceInKbps": 10240, + "vtreeMigrationIoPriorityBwLimitPerDeviceInKbps": 10240, + "protectedMaintenanceModeIoPriorityBwLimitPerDeviceInKbps": 10240, + "rebuildIoPriorityAppIopsPerDeviceThreshold": null, + "rebalanceIoPriorityAppIopsPerDeviceThreshold": null, + "vtreeMigrationIoPriorityAppIopsPerDeviceThreshold": null, + "protectedMaintenanceModeIoPriorityAppIopsPerDeviceThreshold": null, + "rebuildIoPriorityAppBwPerDeviceThresholdInKbps": null, + "rebalanceIoPriorityAppBwPerDeviceThresholdInKbps": null, + "zeroPaddingEnabled": true, + "vtreeMigrationIoPriorityAppBwPerDeviceThresholdInKbps": null, + "protectedMaintenanceModeIoPriorityAppBwPerDeviceThresholdInKbps": null, + "rebuildIoPriorityQuietPeriodInMsec": null, + "rebalanceIoPriorityQuietPeriodInMsec": null, + "vtreeMigrationIoPriorityQuietPeriodInMsec": null, + "protectedMaintenanceModeIoPriorityQuietPeriodInMsec": null, + "useRmcache": false, + "backgroundScannerMode": "DataComparison", + "backgroundScannerBWLimitKBps": 3072, + "fglAccpId": null, + "fglMetadataSizeXx100": null, + "fglNvdimmWriteCacheSizeInMb": null, + "fglNvdimmMetadataAmortizationX100": null, + "mediaType": "SSD", + "rmcacheWriteHandlingMode": "Cached", + "checksumEnabled": false, + "rebalanceEnabled": true, + "fragmentationEnabled": true, + "numOfParallelRebuildRebalanceJobsPerDevice": 2, + "bgScannerCompareErrorAction": "ReportAndFix", + "bgScannerReadErrorAction": "ReportAndFix", + "externalAccelerationType": "None", + "compressionMethod": "Invalid", + "fglExtraCapacity": null, + "fglOverProvisioningFactor": null, + "fglWriteAtomicitySize": null, + "fglMaxCompressionRatio": null, + "fglPerfProfile": null, + "replicationCapacityMaxRatio": 35, + "persistentChecksumEnabled": true, + "persistentChecksumState": "Protected", + "persistentChecksumBuilderLimitKb": 3072, + "protectionDomainId": "95c5a8b100000000", + "rebuildEnabled": true, + "dataLayout": "MediumGranularity", + "persistentChecksumValidateOnRead": false, + "spClass": "Nas", + "addressSpaceUsage": "Normal", + "useRfcache": false, + "sparePercentage": 34, + "capacityAlertHighThreshold": 66, + "capacityAlertCriticalThreshold": 83, + "capacityUsageState": "Normal", + "addressSpaceUsageType": "DeviceCapacityLimit", + "capacityUsageType": "NetCapacity", + "id": "28515fee00000000", + "links": [ + { + "rel": "self", + "href": "/api/instances/StoragePool::28515fee00000000" + }, + { + "rel": "/api/StoragePool/relationship/Statistics", + "href": "/api/instances/StoragePool::28515fee00000000/relationships/Statistics" + }, + { + "rel": "/api/StoragePool/relationship/SpSds", + "href": "/api/instances/StoragePool::28515fee00000000/relationships/SpSds" + }, + { + "rel": "/api/StoragePool/relationship/Volume", + "href": "/api/instances/StoragePool::28515fee00000000/relationships/Volume" + }, + { + "rel": "/api/StoragePool/relationship/Device", + "href": "/api/instances/StoragePool::28515fee00000000/relationships/Device" + }, + { + "rel": "/api/StoragePool/relationship/VTree", + "href": "/api/instances/StoragePool::28515fee00000000/relationships/VTree" + }, + { + "rel": "/api/parent/relationship/protectionDomainId", + "href": "/api/instances/ProtectionDomain::95c5a8b100000000" + } + ] +} diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_statistic.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_statistic.json index 98f9e60788..f3de3e6c3f 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_statistic.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/get_storage_pool_statistic.json @@ -1,381 +1,381 @@ -{ - "backgroundScanFixedReadErrorCount": 0, - "pendingMovingOutBckRebuildJobs": 0, - "degradedHealthyCapacityInKb": 0, - "activeMovingOutFwdRebuildJobs": 0, - "bckRebuildWriteBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "netFglUncompressedDataSizeInKb": 0, - "primaryReadFromDevBwc": { - "numSeconds": 5, - "totalWeightInKb": 1188, - "numOccured": 18 - }, - "BackgroundScannedInMB": 233566, - "volumeIds": [ - "2488c46c00000003", - "2488c46d00000004", - "2488c46e00000005", - "2488c46f00000006", - "2488c47000000007", - "2488c47100000008", - "2488c47200000009", - "2488c4730000000a", - "2488eb7e00000001" - ], - "maxUserDataCapacityInKb": 3185378304, - "persistentChecksumBuilderProgress": 100, - "rfcacheReadsSkippedAlignedSizeTooLarge": 0, - "pendingMovingInRebalanceJobs": 0, - "rfcacheWritesSkippedHeavyLoad": 0, - "unusedCapacityInKb": 3132161024, - "userDataSdcReadLatency": { - "numSeconds": 5, - "totalWeightInKb": 31971, - "numOccured": 45 - }, - "totalReadBwc": { - "numSeconds": 5, - "totalWeightInKb": 4644, - "numOccured": 45 - }, - "numOfDeviceAtFaultRebuilds": 0, - "totalWriteBwc": { - "numSeconds": 5, - "totalWeightInKb": 76, - "numOccured": 19 - }, - "persistentChecksumCapacityInKb": 2359296, - "rmPendingAllocatedInKb": 0, - "numOfVolumes": 12, - "rfcacheIosOutstanding": 0, - "numOfMappedToAllVolumes": 0, - "capacityAvailableForVolumeAllocationInKb": 1551892480, - "netThinUserDataCapacityInKb": 26608640, - "backgroundScanFixedCompareErrorCount": 0, - "volMigrationWriteBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "thinAndSnapshotRatio": 6.9356937, - "pendingMovingInEnterProtectedMaintenanceModeJobs": 0, - "fglUserDataCapacityInKb": 0, - "activeMovingInNormRebuildJobs": 0, - "aggregateCompressionLevel": "Uncompressed", - "targetOtherLatency": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "netUserDataCapacityInKb": 26608640, - "pendingMovingOutExitProtectedMaintenanceModeJobs": 0, - "overallUsageRatio": 6.9356937, - "volMigrationReadBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "rfcacheReadsSkippedInternalError": 0, - "netCapacityInUseNoOverheadInKb": 26608640, - "pendingMovingInBckRebuildJobs": 0, - "activeBckRebuildCapacityInKb": 0, - "rebalanceCapacityInKb": 0, - "pendingMovingInExitProtectedMaintenanceModeJobs": 0, - "rfcacheReadsSkippedLowResources": 0, - "rplJournalCapAllowed": 1115684864, - "userDataSdcTrimLatency": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "thinCapacityInUseInKb": 0, - "activeMovingInEnterProtectedMaintenanceModeJobs": 0, - "rfcacheWritesSkippedInternalError": 0, - "netUserDataCapacityNoTrimInKb": 26608640, - "rfcacheWritesSkippedCacheMiss": 0, - "degradedFailedCapacityInKb": 0, - "activeNormRebuildCapacityInKb": 0, - "numOfMigratingVolumes": 0, - "fglSparesInKb": 0, - "snapCapacityInUseInKb": 0, - "compressionRatio": 1, - "rfcacheWriteMiss": 0, - "primaryReadFromRmcacheBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "migratingVtreeIds": [], - "numOfVtrees": 12, - "userDataCapacityNoTrimInKb": 53217280, - "rfacheReadHit": 0, - "rplUsedJournalCap": 21504, - "compressedDataCompressionRatio": 0, - "pendingMovingCapacityInKb": 0, - "numOfSnapshots": 0, - "pendingFwdRebuildCapacityInKb": 0, - "tempCapacityInKb": 0, - "totalFglMigrationSizeInKb": 0, - "normRebuildCapacityInKb": 0, - "logWrittenBlocksInKb": 0, - "numOfThickBaseVolumes": 0, - "primaryWriteBwc": { - "numSeconds": 5, - "totalWeightInKb": 36, - "numOccured": 9 - }, - "enterProtectedMaintenanceModeReadBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "activeRebalanceCapacityInKb": 0, - "numOfReplicationJournalVolumes": 3, - "rfcacheReadsSkippedLockIos": 0, - "unreachableUnusedCapacityInKb": 0, - "netProvisionedAddressesInKb": 26608640, - "trimmedUserDataCapacityInKb": 0, - "provisionedAddressesInKb": 53217280, - "numOfVolumesInDeletion": 0, - "maxCapacityInKb": 4826330112, - "pendingMovingOutFwdRebuildJobs": 0, - "rmPendingThickInKb": 0, - "protectedCapacityInKb": 53217280, - "secondaryWriteBwc": { - "numSeconds": 5, - "totalWeightInKb": 40, - "numOccured": 10 - }, - "normRebuildReadBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "thinCapacityAllocatedInKb": 369098752, - "netFglUserDataCapacityInKb": 0, - "metadataOverheadInKb": 0, - "thinCapacityAllocatedInKm": 369098752, - "rebalanceWriteBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "primaryVacInKb": 184549376, - "deviceIds": [ - "fbdbf0a700000000", - "fbdef0a800010000", - "fbdff0a600020000" - ], - "secondaryVacInKb": 184549376, - "netSnapshotCapacityInKb": 0, - "numOfDevices": 3, - "rplTotalJournalCap": 25165824, - "failedCapacityInKb": 0, - "netMetadataOverheadInKb": 0, - "activeMovingOutBckRebuildJobs": 0, - "rfcacheReadsFromCache": 0, - "pendingMovingInNormRebuildJobs": 0, - "enterProtectedMaintenanceModeCapacityInKb": 0, - "activeMovingOutEnterProtectedMaintenanceModeJobs": 0, - "primaryReadBwc": { - "numSeconds": 5, - "totalWeightInKb": 4644, - "numOccured": 45 - }, - "failedVacInKb": 0, - "fglCompressedDataSizeInKb": 0, - "fglUncompressedDataSizeInKb": 0, - "pendingRebalanceCapacityInKb": 0, - "rfcacheAvgReadTime": 0, - "semiProtectedCapacityInKb": 0, - "pendingMovingOutEnterProtectedMaintenanceModeJobs": 0, - "mgUserDdataCcapacityInKb": 53217280, - "netMgUserDataCapacityInKb": 26608640, - "snapshotCapacityInKb": 0, - "fwdRebuildReadBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "rfcacheWritesReceived": 0, - "netUnusedCapacityInKb": 1566080512, - "thinUserDataCapacityInKb": 53217280, - "protectedVacInKb": 369098752, - "bckRebuildCapacityInKb": 0, - "activeMovingInFwdRebuildJobs": 0, - "activeMovingRebalanceJobs": 0, - "netTrimmedUserDataCapacityInKb": 0, - "pendingMovingRebalanceJobs": 0, - "numOfMarkedVolumesForReplication": 1, - "degradedHealthyVacInKb": 0, - "semiProtectedVacInKb": 0, - "userDataReadBwc": { - "numSeconds": 5, - "totalWeightInKb": 4644, - "numOccured": 45 - }, - "pendingBckRebuildCapacityInKb": 0, - "capacityLimitInKb": 4826330112, - "vtreeIds": [ - "3ad4906800000003", - "3ad4906900000004", - "3ad4906a00000005", - "3ad4906b00000006", - "3ad4906c00000007", - "3ad4906d00000008", - "3ad4906e00000009", - "3ad4906f0000000a", - "3ad4b77700000002", - "3ad4b7780000000b", - "3ad4b7790000000c", - "3ad4b77a00000000" - ], - "activeMovingCapacityInKb": 0, - "targetWriteLatency": { - "numSeconds": 5, - "totalWeightInKb": 11392, - "numOccured": 9 - }, - "pendingExitProtectedMaintenanceModeCapacityInKb": 0, - "rfcacheIosSkipped": 0, - "userDataWriteBwc": { - "numSeconds": 5, - "totalWeightInKb": 40, - "numOccured": 10 - }, - "inMaintenanceVacInKb": 0, - "exitProtectedMaintenanceModeReadBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "netFglSparesInKb": 0, - "rfcacheReadsSkipped": 0, - "activeExitProtectedMaintenanceModeCapacityInKb": 0, - "activeMovingOutExitProtectedMaintenanceModeJobs": 0, - "numOfUnmappedVolumes": 4, - "tempCapacityVacInKb": 0, - "volumeAddressSpaceInKb": 184549376, - "currentFglMigrationSizeInKb": 0, - "rfcacheWritesSkippedMaxIoSize": 0, - "netMaxUserDataCapacityInKb": 1592689152, - "numOfMigratingVtrees": 0, - "atRestCapacityInKb": 26608640, - "rfacheWriteHit": 0, - "bckRebuildReadBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "rfcacheSourceDeviceWrites": 0, - "spareCapacityInKb": 1640951808, - "enterProtectedMaintenanceModeWriteBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "rfcacheIoErrors": 0, - "normRebuildWriteBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "inaccessibleCapacityInKb": 0, - "capacityInUseInKb": 53217280, - "rebalanceReadBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "rfcacheReadsSkippedMaxIoSize": 0, - "activeMovingInExitProtectedMaintenanceModeJobs": 0, - "secondaryReadFromDevBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "secondaryReadBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "rfcacheWritesSkippedStuckIo": 0, - "secondaryReadFromRmcacheBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "inMaintenanceCapacityInKb": 0, - "exposedCapacityInKb": 0, - "netFglCompressedDataSizeInKb": 0, - "userDataSdcWriteLatency": { - "numSeconds": 5, - "totalWeightInKb": 17356, - "numOccured": 10 - }, - "inUseVacInKb": 369098752, - "fwdRebuildCapacityInKb": 0, - "thickCapacityInUseInKb": 0, - "backgroundScanReadErrorCount": 0, - "activeMovingInRebalanceJobs": 0, - "migratingVolumeIds": [], - "rfcacheWritesSkippedLowResources": 0, - "capacityInUseNoOverheadInKb": 53217280, - "exitProtectedMaintenanceModeWriteBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "rfcacheSkippedUnlinedWrite": 0, - "netCapacityInUseInKb": 26608640, - "numOfOutgoingMigrations": 0, - "rfcacheAvgWriteTime": 0, - "pendingNormRebuildCapacityInKb": 0, - "pendingMovingOutNormrebuildJobs": 0, - "rfcacheSourceDeviceReads": 0, - "rfcacheReadsPending": 0, - "volumeAllocationLimitInKb": 15745417216, - "fwdRebuildWriteBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "rfcacheReadsSkippedHeavyLoad": 0, - "rfcacheReadMiss": 0, - "targetReadLatency": { - "numSeconds": 5, - "totalWeightInKb": 8488, - "numOccured": 18 - }, - "userDataCapacityInKb": 53217280, - "activeMovingInBckRebuildJobs": 0, - "movingCapacityInKb": 0, - "activeEnterProtectedMaintenanceModeCapacityInKb": 0, - "backgroundScanCompareErrorCount": 0, - "pendingMovingInFwdRebuildJobs": 0, - "rfcacheReadsReceived": 0, - "spSdsIds": [ - "ebb7772100020000", - "ebb7772200000000", - "ebb6772300010000" - ], - "pendingEnterProtectedMaintenanceModeCapacityInKb": 0, - "vtreeAddresSpaceInKb": 184549376, - "snapCapacityInUseOccupiedInKb": 0, - "activeFwdRebuildCapacityInKb": 0, - "rfcacheReadsSkippedStuckIo": 0, - "activeMovingOutNormRebuildJobs": 0, - "rfcacheWritePending": 0, - "numOfThinBaseVolumes": 12, - "degradedFailedVacInKb": 0, - "userDataTrimBwc": { - "numSeconds": 0, - "totalWeightInKb": 0, - "numOccured": 0 - }, - "numOfIncomingVtreeMigrations": 0 -} \ No newline at end of file +{ + "backgroundScanFixedReadErrorCount": 0, + "pendingMovingOutBckRebuildJobs": 0, + "degradedHealthyCapacityInKb": 0, + "activeMovingOutFwdRebuildJobs": 0, + "bckRebuildWriteBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "netFglUncompressedDataSizeInKb": 0, + "primaryReadFromDevBwc": { + "numSeconds": 5, + "totalWeightInKb": 1188, + "numOccured": 18 + }, + "BackgroundScannedInMB": 233566, + "volumeIds": [ + "2488c46c00000003", + "2488c46d00000004", + "2488c46e00000005", + "2488c46f00000006", + "2488c47000000007", + "2488c47100000008", + "2488c47200000009", + "2488c4730000000a", + "2488eb7e00000001" + ], + "maxUserDataCapacityInKb": 3185378304, + "persistentChecksumBuilderProgress": 100, + "rfcacheReadsSkippedAlignedSizeTooLarge": 0, + "pendingMovingInRebalanceJobs": 0, + "rfcacheWritesSkippedHeavyLoad": 0, + "unusedCapacityInKb": 3132161024, + "userDataSdcReadLatency": { + "numSeconds": 5, + "totalWeightInKb": 31971, + "numOccured": 45 + }, + "totalReadBwc": { + "numSeconds": 5, + "totalWeightInKb": 4644, + "numOccured": 45 + }, + "numOfDeviceAtFaultRebuilds": 0, + "totalWriteBwc": { + "numSeconds": 5, + "totalWeightInKb": 76, + "numOccured": 19 + }, + "persistentChecksumCapacityInKb": 2359296, + "rmPendingAllocatedInKb": 0, + "numOfVolumes": 12, + "rfcacheIosOutstanding": 0, + "numOfMappedToAllVolumes": 0, + "capacityAvailableForVolumeAllocationInKb": 1551892480, + "netThinUserDataCapacityInKb": 26608640, + "backgroundScanFixedCompareErrorCount": 0, + "volMigrationWriteBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "thinAndSnapshotRatio": 6.9356937, + "pendingMovingInEnterProtectedMaintenanceModeJobs": 0, + "fglUserDataCapacityInKb": 0, + "activeMovingInNormRebuildJobs": 0, + "aggregateCompressionLevel": "Uncompressed", + "targetOtherLatency": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "netUserDataCapacityInKb": 26608640, + "pendingMovingOutExitProtectedMaintenanceModeJobs": 0, + "overallUsageRatio": 6.9356937, + "volMigrationReadBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "rfcacheReadsSkippedInternalError": 0, + "netCapacityInUseNoOverheadInKb": 26608640, + "pendingMovingInBckRebuildJobs": 0, + "activeBckRebuildCapacityInKb": 0, + "rebalanceCapacityInKb": 0, + "pendingMovingInExitProtectedMaintenanceModeJobs": 0, + "rfcacheReadsSkippedLowResources": 0, + "rplJournalCapAllowed": 1115684864, + "userDataSdcTrimLatency": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "thinCapacityInUseInKb": 0, + "activeMovingInEnterProtectedMaintenanceModeJobs": 0, + "rfcacheWritesSkippedInternalError": 0, + "netUserDataCapacityNoTrimInKb": 26608640, + "rfcacheWritesSkippedCacheMiss": 0, + "degradedFailedCapacityInKb": 0, + "activeNormRebuildCapacityInKb": 0, + "numOfMigratingVolumes": 0, + "fglSparesInKb": 0, + "snapCapacityInUseInKb": 0, + "compressionRatio": 1, + "rfcacheWriteMiss": 0, + "primaryReadFromRmcacheBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "migratingVtreeIds": [], + "numOfVtrees": 12, + "userDataCapacityNoTrimInKb": 53217280, + "rfacheReadHit": 0, + "rplUsedJournalCap": 21504, + "compressedDataCompressionRatio": 0, + "pendingMovingCapacityInKb": 0, + "numOfSnapshots": 0, + "pendingFwdRebuildCapacityInKb": 0, + "tempCapacityInKb": 0, + "totalFglMigrationSizeInKb": 0, + "normRebuildCapacityInKb": 0, + "logWrittenBlocksInKb": 0, + "numOfThickBaseVolumes": 0, + "primaryWriteBwc": { + "numSeconds": 5, + "totalWeightInKb": 36, + "numOccured": 9 + }, + "enterProtectedMaintenanceModeReadBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "activeRebalanceCapacityInKb": 0, + "numOfReplicationJournalVolumes": 3, + "rfcacheReadsSkippedLockIos": 0, + "unreachableUnusedCapacityInKb": 0, + "netProvisionedAddressesInKb": 26608640, + "trimmedUserDataCapacityInKb": 0, + "provisionedAddressesInKb": 53217280, + "numOfVolumesInDeletion": 0, + "maxCapacityInKb": 4826330112, + "pendingMovingOutFwdRebuildJobs": 0, + "rmPendingThickInKb": 0, + "protectedCapacityInKb": 53217280, + "secondaryWriteBwc": { + "numSeconds": 5, + "totalWeightInKb": 40, + "numOccured": 10 + }, + "normRebuildReadBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "thinCapacityAllocatedInKb": 369098752, + "netFglUserDataCapacityInKb": 0, + "metadataOverheadInKb": 0, + "thinCapacityAllocatedInKm": 369098752, + "rebalanceWriteBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "primaryVacInKb": 184549376, + "deviceIds": [ + "fbdbf0a700000000", + "fbdef0a800010000", + "fbdff0a600020000" + ], + "secondaryVacInKb": 184549376, + "netSnapshotCapacityInKb": 0, + "numOfDevices": 3, + "rplTotalJournalCap": 25165824, + "failedCapacityInKb": 0, + "netMetadataOverheadInKb": 0, + "activeMovingOutBckRebuildJobs": 0, + "rfcacheReadsFromCache": 0, + "pendingMovingInNormRebuildJobs": 0, + "enterProtectedMaintenanceModeCapacityInKb": 0, + "activeMovingOutEnterProtectedMaintenanceModeJobs": 0, + "primaryReadBwc": { + "numSeconds": 5, + "totalWeightInKb": 4644, + "numOccured": 45 + }, + "failedVacInKb": 0, + "fglCompressedDataSizeInKb": 0, + "fglUncompressedDataSizeInKb": 0, + "pendingRebalanceCapacityInKb": 0, + "rfcacheAvgReadTime": 0, + "semiProtectedCapacityInKb": 0, + "pendingMovingOutEnterProtectedMaintenanceModeJobs": 0, + "mgUserDdataCcapacityInKb": 53217280, + "netMgUserDataCapacityInKb": 26608640, + "snapshotCapacityInKb": 0, + "fwdRebuildReadBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "rfcacheWritesReceived": 0, + "netUnusedCapacityInKb": 1566080512, + "thinUserDataCapacityInKb": 53217280, + "protectedVacInKb": 369098752, + "bckRebuildCapacityInKb": 0, + "activeMovingInFwdRebuildJobs": 0, + "activeMovingRebalanceJobs": 0, + "netTrimmedUserDataCapacityInKb": 0, + "pendingMovingRebalanceJobs": 0, + "numOfMarkedVolumesForReplication": 1, + "degradedHealthyVacInKb": 0, + "semiProtectedVacInKb": 0, + "userDataReadBwc": { + "numSeconds": 5, + "totalWeightInKb": 4644, + "numOccured": 45 + }, + "pendingBckRebuildCapacityInKb": 0, + "capacityLimitInKb": 4826330112, + "vtreeIds": [ + "3ad4906800000003", + "3ad4906900000004", + "3ad4906a00000005", + "3ad4906b00000006", + "3ad4906c00000007", + "3ad4906d00000008", + "3ad4906e00000009", + "3ad4906f0000000a", + "3ad4b77700000002", + "3ad4b7780000000b", + "3ad4b7790000000c", + "3ad4b77a00000000" + ], + "activeMovingCapacityInKb": 0, + "targetWriteLatency": { + "numSeconds": 5, + "totalWeightInKb": 11392, + "numOccured": 9 + }, + "pendingExitProtectedMaintenanceModeCapacityInKb": 0, + "rfcacheIosSkipped": 0, + "userDataWriteBwc": { + "numSeconds": 5, + "totalWeightInKb": 40, + "numOccured": 10 + }, + "inMaintenanceVacInKb": 0, + "exitProtectedMaintenanceModeReadBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "netFglSparesInKb": 0, + "rfcacheReadsSkipped": 0, + "activeExitProtectedMaintenanceModeCapacityInKb": 0, + "activeMovingOutExitProtectedMaintenanceModeJobs": 0, + "numOfUnmappedVolumes": 4, + "tempCapacityVacInKb": 0, + "volumeAddressSpaceInKb": 184549376, + "currentFglMigrationSizeInKb": 0, + "rfcacheWritesSkippedMaxIoSize": 0, + "netMaxUserDataCapacityInKb": 1592689152, + "numOfMigratingVtrees": 0, + "atRestCapacityInKb": 26608640, + "rfacheWriteHit": 0, + "bckRebuildReadBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "rfcacheSourceDeviceWrites": 0, + "spareCapacityInKb": 1640951808, + "enterProtectedMaintenanceModeWriteBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "rfcacheIoErrors": 0, + "normRebuildWriteBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "inaccessibleCapacityInKb": 0, + "capacityInUseInKb": 53217280, + "rebalanceReadBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "rfcacheReadsSkippedMaxIoSize": 0, + "activeMovingInExitProtectedMaintenanceModeJobs": 0, + "secondaryReadFromDevBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "secondaryReadBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "rfcacheWritesSkippedStuckIo": 0, + "secondaryReadFromRmcacheBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "inMaintenanceCapacityInKb": 0, + "exposedCapacityInKb": 0, + "netFglCompressedDataSizeInKb": 0, + "userDataSdcWriteLatency": { + "numSeconds": 5, + "totalWeightInKb": 17356, + "numOccured": 10 + }, + "inUseVacInKb": 369098752, + "fwdRebuildCapacityInKb": 0, + "thickCapacityInUseInKb": 0, + "backgroundScanReadErrorCount": 0, + "activeMovingInRebalanceJobs": 0, + "migratingVolumeIds": [], + "rfcacheWritesSkippedLowResources": 0, + "capacityInUseNoOverheadInKb": 53217280, + "exitProtectedMaintenanceModeWriteBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "rfcacheSkippedUnlinedWrite": 0, + "netCapacityInUseInKb": 26608640, + "numOfOutgoingMigrations": 0, + "rfcacheAvgWriteTime": 0, + "pendingNormRebuildCapacityInKb": 0, + "pendingMovingOutNormrebuildJobs": 0, + "rfcacheSourceDeviceReads": 0, + "rfcacheReadsPending": 0, + "volumeAllocationLimitInKb": 15745417216, + "fwdRebuildWriteBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "rfcacheReadsSkippedHeavyLoad": 0, + "rfcacheReadMiss": 0, + "targetReadLatency": { + "numSeconds": 5, + "totalWeightInKb": 8488, + "numOccured": 18 + }, + "userDataCapacityInKb": 53217280, + "activeMovingInBckRebuildJobs": 0, + "movingCapacityInKb": 0, + "activeEnterProtectedMaintenanceModeCapacityInKb": 0, + "backgroundScanCompareErrorCount": 0, + "pendingMovingInFwdRebuildJobs": 0, + "rfcacheReadsReceived": 0, + "spSdsIds": [ + "ebb7772100020000", + "ebb7772200000000", + "ebb6772300010000" + ], + "pendingEnterProtectedMaintenanceModeCapacityInKb": 0, + "vtreeAddresSpaceInKb": 184549376, + "snapCapacityInUseOccupiedInKb": 0, + "activeFwdRebuildCapacityInKb": 0, + "rfcacheReadsSkippedStuckIo": 0, + "activeMovingOutNormRebuildJobs": 0, + "rfcacheWritePending": 0, + "numOfThinBaseVolumes": 12, + "degradedFailedVacInKb": 0, + "userDataTrimBwc": { + "numSeconds": 0, + "totalWeightInKb": 0, + "numOccured": 0 + }, + "numOfIncomingVtreeMigrations": 0 +} diff --git a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/login_response.json b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/login_response.json index 597f7c1e4b..27b66429dc 100644 --- a/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/login_response.json +++ b/manila/tests/share/drivers/dell_emc/plugins/powerflex/mockup/login_response.json @@ -1,10 +1,10 @@ -{ - "scope": "openid profile email", - "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI5QTNCYXpXRGRvdEdQcTM3TkQyVHNDSmhiVXYwOXprb2hMWG9tNE94bXVRIn0.eyJleHAiOjE2ODExMTcwNDIsImlhdCI6MTY4MTExNjc0MiwianRpIjoiMGZiMjk4MmUtMjJmZC00MDhjLWI4MmMtYTMwNTEyNDk4NGQ4IiwiaXNzIjoiaHR0cHM6Ly9wZmxleDRlbnY4LnBpZS5sYWIuZW1jLmNvbS9hdXRoL3JlYWxtcy9wb3dlcmZsZXgiLCJhdWQiOlsiUG93ZXJmbGV4U2VydmljZXMiLCJhY2NvdW50Il0sInN1YiI6IjEzMzRhMDAxLWU2MmItNDdhYy1iZGNlLWIyNmVlZThiMjAyZiIsInR5cCI6IkJlYXJlciIsImF6cCI6InBvd2VyZmxleFJlc3QiLCJzZXNzaW9uX3N0YXRlIjoiMzU0MDhiNTQtNWE0ZS00ODNlLTkwYTUtZDA2M2ZjMDFkY2JlIiwiYWNyIjoiMSIsImFsbG93ZWQtb3JpZ2lucyI6WyIqIl0sInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJTdXBlclVzZXIiXX0sInJlc291cmNlX2FjY2VzcyI6eyJQb3dlcmZsZXhTZXJ2aWNlcyI6eyJyb2xlcyI6WyJzdGFuZGFyZCIsIlJlYWRPbmx5IiwiQWRtaW5pc3RyYXRvciIsIm9wZXJhdG9yIl19LCJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50IiwibWFuYWdlLWFjY291bnQtbGlua3MiLCJ2aWV3LXByb2ZpbGUiXX19LCJzY29wZSI6Im9wZW5pZCBwcm9maWxlIGVtYWlsIiwic2lkIjoiMzU0MDhiNTQtNWE0ZS00ODNlLTkwYTUtZDA2M2ZjMDFkY2JlIiwiZW1haWxfdmVyaWZpZWQiOnRydWUsInBvd2VyZmxleCI6eyJwZXJtaXNzaW9ucyI6eyJTdXBlclVzZXIiOlsiR0xCOkdMQiJdfX0sIm5hbWUiOiJhZG1pbiBhZG1pbiIsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiZ2l2ZW5fbmFtZSI6ImFkbWluIiwiZmFtaWx5X25hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AZXhhbXBsZS5jb20ifQ.D78oxRxnf6hE238Wd9rVlm7L7ZpA_qqsHH_igqyA_ELtX-I3k0VMvOAKdpTOci5qEcMQYTgwQQ09ADUApw12wOxhgU_WCbSGdq07Emqfnb9Yw2vD1m6_sNNMrHOfgWXlpjZq6tS7ew7MGlnymzZXuUMRdPoI4QYZ8XDyIaqprHmJ3P1W4am9PAOWcciRMgwJo9t0LhJl2yP8fQKVgRXxnTAUVja1TYk_U8huKv9oqQR3dYLVJrGuBv8-YOvnS_RXNhUcZQUf0AGJzEG9Vjfk8MpuhuvAqjbiTQYei5rxosfxje3eVCEifEezxkZzdr_BFs1XQ-Df_Ll6m_psoxL7bA", - "expires_in": 300, - "refresh_expires_in": 1800, - "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJjZmU2NGYxNi05ZGRmLTQyYmUtYmVkMi04ZjMyZWNjM2RkYzAifQ.eyJleHAiOjE2ODExMTg1NDIsImlhdCI6MTY4MTExNjc0MiwianRpIjoiNzMxNGViZDgtNWU4Yy00N2MxLTg5OGMtYjkyZTFhYTg0ZGZlIiwiaXNzIjoiaHR0cHM6Ly9wZmxleDRlbnY4LnBpZS5sYWIuZW1jLmNvbS9hdXRoL3JlYWxtcy9wb3dlcmZsZXgiLCJhdWQiOiJodHRwczovL3BmbGV4NGVudjgucGllLmxhYi5lbWMuY29tL2F1dGgvcmVhbG1zL3Bvd2VyZmxleCIsInN1YiI6IjEzMzRhMDAxLWU2MmItNDdhYy1iZGNlLWIyNmVlZThiMjAyZiIsInR5cCI6IlJlZnJlc2giLCJhenAiOiJwb3dlcmZsZXhSZXN0Iiwic2Vzc2lvbl9zdGF0ZSI6IjM1NDA4YjU0LTVhNGUtNDgzZS05MGE1LWQwNjNmYzAxZGNiZSIsInNjb3BlIjoib3BlbmlkIHByb2ZpbGUgZW1haWwiLCJzaWQiOiIzNTQwOGI1NC01YTRlLTQ4M2UtOTBhNS1kMDYzZmMwMWRjYmUifQ.12EA6mujHEmsC49adECuqWrqhsfCnQHv5aGo_hipSsw", - "token_type": "Bearer", - "id_token": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI5QTNCYXpXRGRvdEdQcTM3TkQyVHNDSmhiVXYwOXprb2hMWG9tNE94bXVRIn0.eyJleHAiOjE2ODExMTcwNDIsImlhdCI6MTY4MTExNjc0MiwiYXV0aF90aW1lIjowLCJqdGkiOiI5YTg0ZDM4OC1iNTc5LTQ2ZGEtYjBkNC1mZjdlYzQ1MzA0MmMiLCJpc3MiOiJodHRwczovL3BmbGV4NGVudjgucGllLmxhYi5lbWMuY29tL2F1dGgvcmVhbG1zL3Bvd2VyZmxleCIsImF1ZCI6WyJwb3dlcmZsZXhSZXN0IiwiUG93ZXJmbGV4U2VydmljZXMiXSwic3ViIjoiMTMzNGEwMDEtZTYyYi00N2FjLWJkY2UtYjI2ZWVlOGIyMDJmIiwidHlwIjoiSUQiLCJhenAiOiJwb3dlcmZsZXhSZXN0Iiwic2Vzc2lvbl9zdGF0ZSI6IjM1NDA4YjU0LTVhNGUtNDgzZS05MGE1LWQwNjNmYzAxZGNiZSIsImF0X2hhc2giOiJielhNLVVrN0dHNl9lQlpVNTVXUVd3IiwiYWNyIjoiMSIsInNpZCI6IjM1NDA4YjU0LTVhNGUtNDgzZS05MGE1LWQwNjNmYzAxZGNiZSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJwb3dlcmZsZXgiOnsicGVybWlzc2lvbnMiOnsiU3VwZXJVc2VyIjpbIkdMQjpHTEIiXX19LCJuYW1lIjoiYWRtaW4gYWRtaW4iLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJhZG1pbiIsImdpdmVuX25hbWUiOiJhZG1pbiIsImZhbWlseV9uYW1lIjoiYWRtaW4iLCJlbWFpbCI6ImFkbWluQGV4YW1wbGUuY29tIn0.MVOfN10vq7VD75HMV4N2SYiGpVtnGRpXGFu3WLFPBrQjZrwFkKFb6gmtijw0Onz3xBcg7Eq7asd8lKcBaQ03LY_ru0DXpoStAlCd8z1Vfs2J5boYwn41QHrzwLn0VJK4w6zyHWbRXpK33gTNKjyX0L_JM_o2ZaCJZX8Hxvhb96-LAanbOBtwl1KR-umBHWh6FQOt43YRXAwQSo4Qz425taTmrb2U-LUu1hVZz8GjUmi2dakor6tRgT1ysxM7-9lsNXrFpgZk0XynKpxPg3yDxCdSEkIyoCGB8RH617kN4P1sGicWIk_swDZekwR23LNUiG9tjedaHTriuNAkQZ5a3w", - "session_state": "35408b54-5a4e-483e-90a5-d063fc01dcbe" -} \ No newline at end of file +{ + "scope": "openid profile email", + "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI5QTNCYXpXRGRvdEdQcTM3TkQyVHNDSmhiVXYwOXprb2hMWG9tNE94bXVRIn0.eyJleHAiOjE2ODExMTcwNDIsImlhdCI6MTY4MTExNjc0MiwianRpIjoiMGZiMjk4MmUtMjJmZC00MDhjLWI4MmMtYTMwNTEyNDk4NGQ4IiwiaXNzIjoiaHR0cHM6Ly9wZmxleDRlbnY4LnBpZS5sYWIuZW1jLmNvbS9hdXRoL3JlYWxtcy9wb3dlcmZsZXgiLCJhdWQiOlsiUG93ZXJmbGV4U2VydmljZXMiLCJhY2NvdW50Il0sInN1YiI6IjEzMzRhMDAxLWU2MmItNDdhYy1iZGNlLWIyNmVlZThiMjAyZiIsInR5cCI6IkJlYXJlciIsImF6cCI6InBvd2VyZmxleFJlc3QiLCJzZXNzaW9uX3N0YXRlIjoiMzU0MDhiNTQtNWE0ZS00ODNlLTkwYTUtZDA2M2ZjMDFkY2JlIiwiYWNyIjoiMSIsImFsbG93ZWQtb3JpZ2lucyI6WyIqIl0sInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJTdXBlclVzZXIiXX0sInJlc291cmNlX2FjY2VzcyI6eyJQb3dlcmZsZXhTZXJ2aWNlcyI6eyJyb2xlcyI6WyJzdGFuZGFyZCIsIlJlYWRPbmx5IiwiQWRtaW5pc3RyYXRvciIsIm9wZXJhdG9yIl19LCJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50IiwibWFuYWdlLWFjY291bnQtbGlua3MiLCJ2aWV3LXByb2ZpbGUiXX19LCJzY29wZSI6Im9wZW5pZCBwcm9maWxlIGVtYWlsIiwic2lkIjoiMzU0MDhiNTQtNWE0ZS00ODNlLTkwYTUtZDA2M2ZjMDFkY2JlIiwiZW1haWxfdmVyaWZpZWQiOnRydWUsInBvd2VyZmxleCI6eyJwZXJtaXNzaW9ucyI6eyJTdXBlclVzZXIiOlsiR0xCOkdMQiJdfX0sIm5hbWUiOiJhZG1pbiBhZG1pbiIsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiZ2l2ZW5fbmFtZSI6ImFkbWluIiwiZmFtaWx5X25hbWUiOiJhZG1pbiIsImVtYWlsIjoiYWRtaW5AZXhhbXBsZS5jb20ifQ.D78oxRxnf6hE238Wd9rVlm7L7ZpA_qqsHH_igqyA_ELtX-I3k0VMvOAKdpTOci5qEcMQYTgwQQ09ADUApw12wOxhgU_WCbSGdq07Emqfnb9Yw2vD1m6_sNNMrHOfgWXlpjZq6tS7ew7MGlnymzZXuUMRdPoI4QYZ8XDyIaqprHmJ3P1W4am9PAOWcciRMgwJo9t0LhJl2yP8fQKVgRXxnTAUVja1TYk_U8huKv9oqQR3dYLVJrGuBv8-YOvnS_RXNhUcZQUf0AGJzEG9Vjfk8MpuhuvAqjbiTQYei5rxosfxje3eVCEifEezxkZzdr_BFs1XQ-Df_Ll6m_psoxL7bA", + "expires_in": 300, + "refresh_expires_in": 1800, + "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJjZmU2NGYxNi05ZGRmLTQyYmUtYmVkMi04ZjMyZWNjM2RkYzAifQ.eyJleHAiOjE2ODExMTg1NDIsImlhdCI6MTY4MTExNjc0MiwianRpIjoiNzMxNGViZDgtNWU4Yy00N2MxLTg5OGMtYjkyZTFhYTg0ZGZlIiwiaXNzIjoiaHR0cHM6Ly9wZmxleDRlbnY4LnBpZS5sYWIuZW1jLmNvbS9hdXRoL3JlYWxtcy9wb3dlcmZsZXgiLCJhdWQiOiJodHRwczovL3BmbGV4NGVudjgucGllLmxhYi5lbWMuY29tL2F1dGgvcmVhbG1zL3Bvd2VyZmxleCIsInN1YiI6IjEzMzRhMDAxLWU2MmItNDdhYy1iZGNlLWIyNmVlZThiMjAyZiIsInR5cCI6IlJlZnJlc2giLCJhenAiOiJwb3dlcmZsZXhSZXN0Iiwic2Vzc2lvbl9zdGF0ZSI6IjM1NDA4YjU0LTVhNGUtNDgzZS05MGE1LWQwNjNmYzAxZGNiZSIsInNjb3BlIjoib3BlbmlkIHByb2ZpbGUgZW1haWwiLCJzaWQiOiIzNTQwOGI1NC01YTRlLTQ4M2UtOTBhNS1kMDYzZmMwMWRjYmUifQ.12EA6mujHEmsC49adECuqWrqhsfCnQHv5aGo_hipSsw", + "token_type": "Bearer", + "id_token": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI5QTNCYXpXRGRvdEdQcTM3TkQyVHNDSmhiVXYwOXprb2hMWG9tNE94bXVRIn0.eyJleHAiOjE2ODExMTcwNDIsImlhdCI6MTY4MTExNjc0MiwiYXV0aF90aW1lIjowLCJqdGkiOiI5YTg0ZDM4OC1iNTc5LTQ2ZGEtYjBkNC1mZjdlYzQ1MzA0MmMiLCJpc3MiOiJodHRwczovL3BmbGV4NGVudjgucGllLmxhYi5lbWMuY29tL2F1dGgvcmVhbG1zL3Bvd2VyZmxleCIsImF1ZCI6WyJwb3dlcmZsZXhSZXN0IiwiUG93ZXJmbGV4U2VydmljZXMiXSwic3ViIjoiMTMzNGEwMDEtZTYyYi00N2FjLWJkY2UtYjI2ZWVlOGIyMDJmIiwidHlwIjoiSUQiLCJhenAiOiJwb3dlcmZsZXhSZXN0Iiwic2Vzc2lvbl9zdGF0ZSI6IjM1NDA4YjU0LTVhNGUtNDgzZS05MGE1LWQwNjNmYzAxZGNiZSIsImF0X2hhc2giOiJielhNLVVrN0dHNl9lQlpVNTVXUVd3IiwiYWNyIjoiMSIsInNpZCI6IjM1NDA4YjU0LTVhNGUtNDgzZS05MGE1LWQwNjNmYzAxZGNiZSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJwb3dlcmZsZXgiOnsicGVybWlzc2lvbnMiOnsiU3VwZXJVc2VyIjpbIkdMQjpHTEIiXX19LCJuYW1lIjoiYWRtaW4gYWRtaW4iLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJhZG1pbiIsImdpdmVuX25hbWUiOiJhZG1pbiIsImZhbWlseV9uYW1lIjoiYWRtaW4iLCJlbWFpbCI6ImFkbWluQGV4YW1wbGUuY29tIn0.MVOfN10vq7VD75HMV4N2SYiGpVtnGRpXGFu3WLFPBrQjZrwFkKFb6gmtijw0Onz3xBcg7Eq7asd8lKcBaQ03LY_ru0DXpoStAlCd8z1Vfs2J5boYwn41QHrzwLn0VJK4w6zyHWbRXpK33gTNKjyX0L_JM_o2ZaCJZX8Hxvhb96-LAanbOBtwl1KR-umBHWh6FQOt43YRXAwQSo4Qz425taTmrb2U-LUu1hVZz8GjUmi2dakor6tRgT1ysxM7-9lsNXrFpgZk0XynKpxPg3yDxCdSEkIyoCGB8RH617kN4P1sGicWIk_swDZekwR23LNUiG9tjedaHTriuNAkQZ5a3w", + "session_state": "35408b54-5a4e-483e-90a5-d063fc01dcbe" +}