autosde_openapi_client 1.2.3 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/docs/AddressApi.md +4 -4
- data/docs/EventApi.md +4 -4
- data/docs/HostApi.md +4 -4
- data/docs/HostClusterMembershipApi.md +4 -4
- data/docs/HostVolumeConnectionApi.md +4 -4
- data/docs/Job.md +2 -0
- data/docs/ServiceApi.md +4 -4
- data/docs/ServiceResourceAttachmentApi.md +4 -4
- data/docs/SnapshotApi.md +4 -4
- data/docs/StorageHostApi.md +4 -4
- data/docs/StorageHostsMappingApi.md +4 -4
- data/docs/StorageResourceApi.md +6 -6
- data/docs/StorageResourceUpdate.md +20 -0
- data/docs/StorageSystemApi.md +4 -4
- data/docs/SystemTypeApi.md +4 -4
- data/docs/VolumeApi.md +4 -4
- data/lib/autosde_openapi_client/api/address_api.rb +3 -3
- data/lib/autosde_openapi_client/api/event_api.rb +3 -3
- data/lib/autosde_openapi_client/api/host_api.rb +3 -3
- data/lib/autosde_openapi_client/api/host_cluster_membership_api.rb +3 -3
- data/lib/autosde_openapi_client/api/host_volume_connection_api.rb +3 -3
- data/lib/autosde_openapi_client/api/service_api.rb +3 -3
- data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +3 -3
- data/lib/autosde_openapi_client/api/snapshot_api.rb +3 -3
- data/lib/autosde_openapi_client/api/storage_host_api.rb +3 -3
- data/lib/autosde_openapi_client/api/storage_hosts_mapping_api.rb +3 -3
- data/lib/autosde_openapi_client/api/storage_resource_api.rb +9 -9
- data/lib/autosde_openapi_client/api/storage_system_api.rb +3 -3
- data/lib/autosde_openapi_client/api/system_type_api.rb +3 -3
- data/lib/autosde_openapi_client/api/volume_api.rb +3 -3
- data/lib/autosde_openapi_client/models/job.rb +11 -1
- data/lib/autosde_openapi_client/models/storage_resource_update.rb +232 -0
- data/lib/autosde_openapi_client/version.rb +2 -2
- data/lib/autosde_openapi_client.rb +1 -0
- data/spec/api/address_api_spec.rb +1 -1
- data/spec/api/event_api_spec.rb +1 -1
- data/spec/api/host_api_spec.rb +1 -1
- data/spec/api/host_cluster_membership_api_spec.rb +1 -1
- data/spec/api/host_volume_connection_api_spec.rb +1 -1
- data/spec/api/service_api_spec.rb +1 -1
- data/spec/api/service_resource_attachment_api_spec.rb +1 -1
- data/spec/api/snapshot_api_spec.rb +1 -1
- data/spec/api/storage_host_api_spec.rb +1 -1
- data/spec/api/storage_hosts_mapping_api_spec.rb +1 -1
- data/spec/api/storage_resource_api_spec.rb +1 -1
- data/spec/api/storage_system_api_spec.rb +1 -1
- data/spec/api/system_type_api_spec.rb +1 -1
- data/spec/api/volume_api_spec.rb +1 -1
- data/spec/models/job_spec.rb +6 -0
- data/spec/models/storage_resource_update_spec.rb +40 -0
- metadata +83 -79
@@ -64,7 +64,7 @@ describe 'HostClusterMembershipApi' do
|
|
64
64
|
# unit tests for host_cluster_membership_post
|
65
65
|
# @param host_cluster_membership
|
66
66
|
# @param [Hash] opts the optional parameters
|
67
|
-
# @return [
|
67
|
+
# @return [AsyncResponse]
|
68
68
|
describe 'host_cluster_membership_post test' do
|
69
69
|
it 'should work' do
|
70
70
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -64,7 +64,7 @@ describe 'HostVolumeConnectionApi' do
|
|
64
64
|
# unit tests for host_volume_connection_post
|
65
65
|
# @param host_volume_connection_create
|
66
66
|
# @param [Hash] opts the optional parameters
|
67
|
-
# @return [
|
67
|
+
# @return [AsyncResponse]
|
68
68
|
describe 'host_volume_connection_post test' do
|
69
69
|
it 'should work' do
|
70
70
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -75,7 +75,7 @@ describe 'ServiceApi' do
|
|
75
75
|
# unit tests for services_post
|
76
76
|
# @param service_create
|
77
77
|
# @param [Hash] opts the optional parameters
|
78
|
-
# @return [
|
78
|
+
# @return [AsyncResponse]
|
79
79
|
describe 'services_post test' do
|
80
80
|
it 'should work' do
|
81
81
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -64,7 +64,7 @@ describe 'ServiceResourceAttachmentApi' do
|
|
64
64
|
# unit tests for service_resource_attachment_post
|
65
65
|
# @param service_resource_attachment
|
66
66
|
# @param [Hash] opts the optional parameters
|
67
|
-
# @return [
|
67
|
+
# @return [AsyncResponse]
|
68
68
|
describe 'service_resource_attachment_post test' do
|
69
69
|
it 'should work' do
|
70
70
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -64,7 +64,7 @@ describe 'SnapshotApi' do
|
|
64
64
|
# unit tests for snapshots_post
|
65
65
|
# @param snapshot_create
|
66
66
|
# @param [Hash] opts the optional parameters
|
67
|
-
# @return [
|
67
|
+
# @return [AsyncResponse]
|
68
68
|
describe 'snapshots_post test' do
|
69
69
|
it 'should work' do
|
70
70
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -75,7 +75,7 @@ describe 'StorageHostApi' do
|
|
75
75
|
# unit tests for storage_hosts_post
|
76
76
|
# @param storage_host_create
|
77
77
|
# @param [Hash] opts the optional parameters
|
78
|
-
# @return [
|
78
|
+
# @return [AsyncResponse]
|
79
79
|
describe 'storage_hosts_post test' do
|
80
80
|
it 'should work' do
|
81
81
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -64,7 +64,7 @@ describe 'StorageHostsMappingApi' do
|
|
64
64
|
# unit tests for storage_hosts_mapping_post
|
65
65
|
# @param storage_hosts_mapping_create
|
66
66
|
# @param [Hash] opts the optional parameters
|
67
|
-
# @return [
|
67
|
+
# @return [AsyncResponse]
|
68
68
|
describe 'storage_hosts_mapping_post test' do
|
69
69
|
it 'should work' do
|
70
70
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -63,7 +63,7 @@ describe 'StorageResourceApi' do
|
|
63
63
|
|
64
64
|
# unit tests for storage_resources_pk_put
|
65
65
|
# @param pk
|
66
|
-
# @param
|
66
|
+
# @param storage_resource_update
|
67
67
|
# @param [Hash] opts the optional parameters
|
68
68
|
# @return [AsyncResponse]
|
69
69
|
describe 'storage_resources_pk_put test' do
|
@@ -75,7 +75,7 @@ describe 'StorageSystemApi' do
|
|
75
75
|
# unit tests for storage_systems_post
|
76
76
|
# @param storage_system_create
|
77
77
|
# @param [Hash] opts the optional parameters
|
78
|
-
# @return [
|
78
|
+
# @return [AsyncResponse]
|
79
79
|
describe 'storage_systems_post test' do
|
80
80
|
it 'should work' do
|
81
81
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -64,7 +64,7 @@ describe 'SystemTypeApi' do
|
|
64
64
|
# unit tests for system_types_post
|
65
65
|
# @param system_type_create
|
66
66
|
# @param [Hash] opts the optional parameters
|
67
|
-
# @return [
|
67
|
+
# @return [AsyncResponse]
|
68
68
|
describe 'system_types_post test' do
|
69
69
|
it 'should work' do
|
70
70
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/spec/api/volume_api_spec.rb
CHANGED
@@ -75,7 +75,7 @@ describe 'VolumeApi' do
|
|
75
75
|
# unit tests for volumes_post
|
76
76
|
# @param volume_create
|
77
77
|
# @param [Hash] opts the optional parameters
|
78
|
-
# @return [
|
78
|
+
# @return [AsyncResponse]
|
79
79
|
describe 'volumes_post test' do
|
80
80
|
it 'should work' do
|
81
81
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/spec/models/job_spec.rb
CHANGED
@@ -43,6 +43,12 @@ describe AutosdeOpenapiClient::Job do
|
|
43
43
|
end
|
44
44
|
end
|
45
45
|
|
46
|
+
describe 'test attribute "result"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
46
52
|
describe 'test attribute "status"' do
|
47
53
|
it 'should work' do
|
48
54
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -0,0 +1,40 @@
|
|
1
|
+
=begin
|
2
|
+
#Site Manager API
|
3
|
+
|
4
|
+
#Site Manager API
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
7
|
+
Contact: autosde@il.ibm.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.0.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for AutosdeOpenapiClient::StorageResourceUpdate
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe AutosdeOpenapiClient::StorageResourceUpdate do
|
21
|
+
let(:instance) { AutosdeOpenapiClient::StorageResourceUpdate.new }
|
22
|
+
|
23
|
+
describe 'test an instance of StorageResourceUpdate' do
|
24
|
+
it 'should create an instance of StorageResourceUpdate' do
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::StorageResourceUpdate)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "advanced_attributes_map"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "name"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autosde_openapi_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -138,6 +138,7 @@ files:
|
|
138
138
|
- docs/StorageResourceApi.md
|
139
139
|
- docs/StorageResourceCreate.md
|
140
140
|
- docs/StorageResourceResponse.md
|
141
|
+
- docs/StorageResourceUpdate.md
|
141
142
|
- docs/StorageSystem.md
|
142
143
|
- docs/StorageSystemApi.md
|
143
144
|
- docs/StorageSystemCreate.md
|
@@ -246,6 +247,7 @@ files:
|
|
246
247
|
- lib/autosde_openapi_client/models/storage_resource.rb
|
247
248
|
- lib/autosde_openapi_client/models/storage_resource_create.rb
|
248
249
|
- lib/autosde_openapi_client/models/storage_resource_response.rb
|
250
|
+
- lib/autosde_openapi_client/models/storage_resource_update.rb
|
249
251
|
- lib/autosde_openapi_client/models/storage_system.rb
|
250
252
|
- lib/autosde_openapi_client/models/storage_system_create.rb
|
251
253
|
- lib/autosde_openapi_client/models/storage_system_update.rb
|
@@ -346,6 +348,7 @@ files:
|
|
346
348
|
- spec/models/storage_resource_create_spec.rb
|
347
349
|
- spec/models/storage_resource_response_spec.rb
|
348
350
|
- spec/models/storage_resource_spec.rb
|
351
|
+
- spec/models/storage_resource_update_spec.rb
|
349
352
|
- spec/models/storage_system_create_spec.rb
|
350
353
|
- spec/models/storage_system_spec.rb
|
351
354
|
- spec/models/storage_system_update_spec.rb
|
@@ -386,103 +389,104 @@ signing_key:
|
|
386
389
|
specification_version: 4
|
387
390
|
summary: Site Manager API Ruby Gem
|
388
391
|
test_files:
|
389
|
-
- spec/api/
|
390
|
-
- spec/api/
|
392
|
+
- spec/api/volume_safe_delete_api_spec.rb
|
393
|
+
- spec/api/auto_sde_project_api_spec.rb
|
394
|
+
- spec/api/job_api_spec.rb
|
395
|
+
- spec/api/profile_api_spec.rb
|
396
|
+
- spec/api/refresh_system_api_spec.rb
|
391
397
|
- spec/api/account_api_spec.rb
|
392
|
-
- spec/api/
|
393
|
-
- spec/api/provisioning_strategy_api_spec.rb
|
398
|
+
- spec/api/validate_system_api_spec.rb
|
394
399
|
- spec/api/capability_translation_api_spec.rb
|
395
|
-
- spec/api/
|
396
|
-
- spec/api/
|
400
|
+
- spec/api/celery_config_api_spec.rb
|
401
|
+
- spec/api/storage_host_api_spec.rb
|
402
|
+
- spec/api/host_volume_connection_api_spec.rb
|
397
403
|
- spec/api/storage_hosts_mapping_api_spec.rb
|
404
|
+
- spec/api/storage_resource_api_spec.rb
|
398
405
|
- spec/api/volume_api_spec.rb
|
399
|
-
- spec/api/
|
400
|
-
- spec/api/
|
401
|
-
- spec/api/
|
406
|
+
- spec/api/storage_host_wwpn_candidates_api_spec.rb
|
407
|
+
- spec/api/authentication_api_spec.rb
|
408
|
+
- spec/api/service_api_spec.rb
|
409
|
+
- spec/api/native_capability_api_spec.rb
|
410
|
+
- spec/api/snapshot_api_spec.rb
|
411
|
+
- spec/api/host_api_spec.rb
|
412
|
+
- spec/api/abstract_capability_api_spec.rb
|
402
413
|
- spec/api/service_resource_attachment_api_spec.rb
|
403
414
|
- spec/api/event_api_spec.rb
|
404
|
-
- spec/api/storage_system_api_spec.rb
|
405
|
-
- spec/api/auto_sde_project_api_spec.rb
|
406
|
-
- spec/api/system_type_api_spec.rb
|
407
|
-
- spec/api/abstract_capability_api_spec.rb
|
408
|
-
- spec/api/storage_host_api_spec.rb
|
409
|
-
- spec/api/host_cluster_membership_api_spec.rb
|
410
415
|
- spec/api/user_api_spec.rb
|
411
|
-
- spec/api/
|
412
|
-
- spec/api/
|
413
|
-
- spec/api/celery_config_api_spec.rb
|
414
|
-
- spec/api/validate_system_api_spec.rb
|
415
|
-
- spec/api/native_capability_api_spec.rb
|
416
|
+
- spec/api/system_type_api_spec.rb
|
417
|
+
- spec/api/provisioning_strategy_api_spec.rb
|
416
418
|
- spec/api/auto_sde_role_api_spec.rb
|
417
|
-
- spec/api/
|
418
|
-
- spec/api/storage_resource_api_spec.rb
|
419
|
+
- spec/api/host_cluster_membership_api_spec.rb
|
419
420
|
- spec/api/host_cluster_api_spec.rb
|
420
|
-
- spec/api/
|
421
|
+
- spec/api/address_api_spec.rb
|
422
|
+
- spec/api/storage_system_api_spec.rb
|
423
|
+
- spec/api/host_cluster_volume_mapping_api_spec.rb
|
421
424
|
- spec/api_client_spec.rb
|
422
425
|
- spec/configuration_spec.rb
|
423
|
-
- spec/models/
|
424
|
-
- spec/models/
|
425
|
-
- spec/models/
|
426
|
-
- spec/models/storage_host_create_spec.rb
|
427
|
-
- spec/models/volume_response_spec.rb
|
428
|
-
- spec/models/account_post_response_spec.rb
|
429
|
-
- spec/models/host_cluster_volume_mapping_response_spec.rb
|
430
|
-
- spec/models/provisioning_strategy_spec.rb
|
431
|
-
- spec/models/event_spec.rb
|
426
|
+
- spec/models/auth_response_spec.rb
|
427
|
+
- spec/models/service_spec.rb
|
428
|
+
- spec/models/snapshot_spec.rb
|
432
429
|
- spec/models/host_cluster_membership_spec.rb
|
433
|
-
- spec/models/
|
434
|
-
- spec/models/
|
435
|
-
- spec/models/
|
436
|
-
- spec/models/volume_safe_delete_spec.rb
|
437
|
-
- spec/models/host_create_spec.rb
|
438
|
-
- spec/models/job_spec.rb
|
439
|
-
- spec/models/host_cluster_create_spec.rb
|
440
|
-
- spec/models/account_spec.rb
|
441
|
-
- spec/models/storage_system_spec.rb
|
430
|
+
- spec/models/system_type_create_spec.rb
|
431
|
+
- spec/models/job_create_spec.rb
|
432
|
+
- spec/models/abstract_capability_spec.rb
|
442
433
|
- spec/models/storage_resource_create_spec.rb
|
443
|
-
- spec/models/
|
444
|
-
- spec/models/
|
445
|
-
- spec/models/
|
446
|
-
- spec/models/user_create_spec.rb
|
447
|
-
- spec/models/snapshot_create_spec.rb
|
448
|
-
- spec/models/user_update_spec.rb
|
449
|
-
- spec/models/auth_response_spec.rb
|
434
|
+
- spec/models/host_cluster_create_spec.rb
|
435
|
+
- spec/models/host_spec.rb
|
436
|
+
- spec/models/auto_sde_project_spec.rb
|
450
437
|
- spec/models/native_capability_spec.rb
|
451
|
-
- spec/models/job_create_spec.rb
|
452
|
-
- spec/models/storage_resource_spec.rb
|
453
|
-
- spec/models/storage_hosts_mapping_spec.rb
|
454
|
-
- spec/models/storage_hosts_mapping_create_spec.rb
|
455
|
-
- spec/models/storage_resource_response_spec.rb
|
456
|
-
- spec/models/snapshot_spec.rb
|
457
|
-
- spec/models/volume_safe_delete_create_spec.rb
|
458
|
-
- spec/models/storage_host_update_spec.rb
|
459
438
|
- spec/models/service_create_spec.rb
|
460
|
-
- spec/models/
|
461
|
-
- spec/models/
|
462
|
-
- spec/models/host_volume_connection_create_spec.rb
|
463
|
-
- spec/models/capability_translation_create_spec.rb
|
464
|
-
- spec/models/service_spec.rb
|
465
|
-
- spec/models/address_create_spec.rb
|
439
|
+
- spec/models/auto_sde_role_spec.rb
|
440
|
+
- spec/models/storage_system_update_spec.rb
|
466
441
|
- spec/models/host_cluster_spec.rb
|
467
|
-
- spec/models/
|
442
|
+
- spec/models/host_volume_connection_create_spec.rb
|
443
|
+
- spec/models/system_type_spec.rb
|
444
|
+
- spec/models/storage_hosts_mapping_create_spec.rb
|
445
|
+
- spec/models/service_resource_attachment_spec.rb
|
446
|
+
- spec/models/capability_translation_spec.rb
|
447
|
+
- spec/models/account_post_request_spec.rb
|
448
|
+
- spec/models/address_spec.rb
|
449
|
+
- spec/models/provisioning_strategy_spec.rb
|
450
|
+
- spec/models/refresh_system_spec.rb
|
468
451
|
- spec/models/event_response_spec.rb
|
452
|
+
- spec/models/profile_spec.rb
|
453
|
+
- spec/models/volume_create_spec.rb
|
469
454
|
- spec/models/volume_update_spec.rb
|
455
|
+
- spec/models/volume_safe_delete_create_spec.rb
|
456
|
+
- spec/models/storage_system_create_spec.rb
|
457
|
+
- spec/models/storage_resource_response_spec.rb
|
458
|
+
- spec/models/snapshot_create_spec.rb
|
459
|
+
- spec/models/authentication_spec.rb
|
460
|
+
- spec/models/volume_response_spec.rb
|
461
|
+
- spec/models/async_response_spec.rb
|
462
|
+
- spec/models/host_cluster_volume_mapping_spec.rb
|
463
|
+
- spec/models/host_create_spec.rb
|
464
|
+
- spec/models/event_spec.rb
|
465
|
+
- spec/models/storage_resource_update_spec.rb
|
470
466
|
- spec/models/celery_config_spec.rb
|
467
|
+
- spec/models/capability_translation_create_spec.rb
|
468
|
+
- spec/models/storage_host_response_spec.rb
|
469
|
+
- spec/models/storage_hosts_mapping_spec.rb
|
470
|
+
- spec/models/host_volume_connection_spec.rb
|
471
|
+
- spec/models/storage_system_spec.rb
|
472
|
+
- spec/models/storage_host_create_spec.rb
|
473
|
+
- spec/models/service_abstract_capability_value_spec.rb
|
471
474
|
- spec/models/user_spec.rb
|
472
|
-
- spec/models/
|
473
|
-
- spec/models/
|
474
|
-
- spec/models/
|
475
|
-
- spec/models/storage_hosts_mapping_response_spec.rb
|
475
|
+
- spec/models/job_spec.rb
|
476
|
+
- spec/models/account_post_response_spec.rb
|
477
|
+
- spec/models/host_cluster_response_spec.rb
|
476
478
|
- spec/models/storage_host_wwpn_candidates_spec.rb
|
477
|
-
- spec/models/
|
478
|
-
- spec/models/
|
479
|
-
- spec/models/
|
480
|
-
- spec/models/
|
479
|
+
- spec/models/storage_hosts_mapping_response_spec.rb
|
480
|
+
- spec/models/user_update_spec.rb
|
481
|
+
- spec/models/user_create_spec.rb
|
482
|
+
- spec/models/address_create_spec.rb
|
483
|
+
- spec/models/host_cluster_volume_mapping_response_spec.rb
|
481
484
|
- spec/models/storage_host_spec.rb
|
482
|
-
- spec/models/
|
483
|
-
- spec/models/
|
484
|
-
- spec/models/
|
485
|
-
- spec/models/
|
486
|
-
- spec/models/
|
487
|
-
- spec/models/
|
485
|
+
- spec/models/volume_spec.rb
|
486
|
+
- spec/models/host_cluster_volume_mapping_create_spec.rb
|
487
|
+
- spec/models/storage_resource_spec.rb
|
488
|
+
- spec/models/account_spec.rb
|
489
|
+
- spec/models/validate_system_spec.rb
|
490
|
+
- spec/models/volume_safe_delete_spec.rb
|
491
|
+
- spec/models/storage_host_update_spec.rb
|
488
492
|
- spec/spec_helper.rb
|