pulp_ansible_client 0.21.7 → 0.22.1

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.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -15
  3. data/docs/{AnsibleCollection.md → AnsibleAnsibleCollectionDeprecated.md} +4 -2
  4. data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +25 -0
  5. data/docs/AnsibleCollectionVersion.md +2 -2
  6. data/docs/AnsibleCollectionVersionResponse.md +10 -10
  7. data/docs/AnsibleCollectionsApi.md +60 -0
  8. data/docs/AnsibleGitRemote.md +25 -25
  9. data/docs/AnsibleGitRemoteResponse.md +22 -22
  10. data/docs/AnsibleRoleResponse.md +5 -5
  11. data/docs/CollectionImportDetailResponse.md +2 -2
  12. data/docs/CollectionMetadataResponse.md +2 -2
  13. data/docs/CollectionSummaryResponse.md +2 -2
  14. data/docs/CollectionVersionDocsResponse.md +1 -1
  15. data/docs/CollectionVersionResponse.md +2 -2
  16. data/docs/ContentCollectionDeprecationsApi.md +10 -10
  17. data/docs/ContentCollectionVersionsApi.md +2 -2
  18. data/docs/Copy.md +1 -1
  19. data/docs/{PaginatedGalaxyCollectionVersionResponseList.md → PaginatedansibleAnsibleCollectionDeprecatedResponseList.md} +5 -5
  20. data/docs/PatchedansibleGitRemote.md +25 -25
  21. data/docs/VersionsApi.md +0 -55
  22. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +68 -0
  23. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +20 -20
  24. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +3 -3
  25. data/lib/pulp_ansible_client/api/versions_api.rb +0 -69
  26. data/lib/pulp_ansible_client/models/{ansible_collection.rb → ansible_ansible_collection_deprecated.rb} +15 -5
  27. data/lib/pulp_ansible_client/models/{galaxy_collection_version_response.rb → ansible_ansible_collection_deprecated_response.rb} +45 -54
  28. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
  29. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +22 -22
  30. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +203 -203
  31. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +139 -139
  32. data/lib/pulp_ansible_client/models/ansible_role_response.rb +17 -17
  33. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
  34. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +2 -2
  35. data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
  36. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  37. data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
  38. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  39. data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_response_list.rb → paginatedansible_ansible_collection_deprecated_response_list.rb} +4 -4
  40. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +203 -203
  41. data/lib/pulp_ansible_client/version.rb +1 -1
  42. data/lib/pulp_ansible_client.rb +3 -9
  43. data/spec/api/ansible_collections_api_spec.rb +14 -0
  44. data/spec/api/content_collection_deprecations_api_spec.rb +5 -5
  45. data/spec/api/content_collection_versions_api_spec.rb +1 -1
  46. data/spec/api/versions_api_spec.rb +0 -14
  47. data/spec/models/{galaxy_collection_version_response_spec.rb → ansible_ansible_collection_deprecated_response_spec.rb} +11 -17
  48. data/spec/models/{ansible_collection_spec.rb → ansible_ansible_collection_deprecated_spec.rb} +12 -6
  49. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  50. data/spec/models/ansible_collection_version_spec.rb +3 -3
  51. data/spec/models/ansible_git_remote_response_spec.rb +18 -18
  52. data/spec/models/ansible_git_remote_spec.rb +19 -19
  53. data/spec/models/ansible_role_response_spec.rb +3 -3
  54. data/spec/models/{paginated_galaxy_collection_version_response_list_spec.rb → paginatedansible_ansible_collection_deprecated_response_list_spec.rb} +6 -6
  55. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  56. metadata +13 -37
  57. data/docs/ApiCollectionsApi.md +0 -112
  58. data/docs/GalaxyCollection.md +0 -23
  59. data/docs/GalaxyCollectionResponse.md +0 -31
  60. data/docs/GalaxyCollectionVersionResponse.md +0 -27
  61. data/docs/GalaxyDetailApi.md +0 -61
  62. data/docs/PaginatedGalaxyCollectionResponseList.md +0 -23
  63. data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +0 -66
  64. data/lib/pulp_ansible_client/api/api_collections_api.rb +0 -159
  65. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +0 -88
  66. data/lib/pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api.rb +0 -104
  67. data/lib/pulp_ansible_client/models/galaxy_collection.rb +0 -292
  68. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +0 -294
  69. data/lib/pulp_ansible_client/models/paginated_galaxy_collection_version_response_list.rb +0 -247
  70. data/spec/api/api_collections_api_spec.rb +0 -61
  71. data/spec/api/galaxy_detail_api_spec.rb +0 -48
  72. data/spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb +0 -51
  73. data/spec/models/galaxy_collection_response_spec.rb +0 -83
  74. data/spec/models/galaxy_collection_spec.rb +0 -59
  75. data/spec/models/paginated_galaxy_collection_response_list_spec.rb +0 -59
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpAnsibleClient
14
- VERSION = '0.21.7'
14
+ VERSION = '0.22.1'
15
15
  end
@@ -17,13 +17,14 @@ require 'pulp_ansible_client/version'
17
17
  require 'pulp_ansible_client/configuration'
18
18
 
19
19
  # Models
20
+ require 'pulp_ansible_client/models/ansible_ansible_collection_deprecated'
21
+ require 'pulp_ansible_client/models/ansible_ansible_collection_deprecated_response'
20
22
  require 'pulp_ansible_client/models/ansible_ansible_distribution'
21
23
  require 'pulp_ansible_client/models/ansible_ansible_distribution_response'
22
24
  require 'pulp_ansible_client/models/ansible_ansible_namespace_metadata'
23
25
  require 'pulp_ansible_client/models/ansible_ansible_namespace_metadata_response'
24
26
  require 'pulp_ansible_client/models/ansible_ansible_repository'
25
27
  require 'pulp_ansible_client/models/ansible_ansible_repository_response'
26
- require 'pulp_ansible_client/models/ansible_collection'
27
28
  require 'pulp_ansible_client/models/ansible_collection_remote'
28
29
  require 'pulp_ansible_client/models/ansible_collection_remote_response'
29
30
  require 'pulp_ansible_client/models/ansible_collection_remote_response_hidden_fields'
@@ -64,9 +65,6 @@ require 'pulp_ansible_client/models/collection_version_search_list_response'
64
65
  require 'pulp_ansible_client/models/collection_version_signature_response'
65
66
  require 'pulp_ansible_client/models/content_summary_response'
66
67
  require 'pulp_ansible_client/models/copy'
67
- require 'pulp_ansible_client/models/galaxy_collection'
68
- require 'pulp_ansible_client/models/galaxy_collection_response'
69
- require 'pulp_ansible_client/models/galaxy_collection_version_response'
70
68
  require 'pulp_ansible_client/models/galaxy_role_response'
71
69
  require 'pulp_ansible_client/models/galaxy_role_version_response'
72
70
  require 'pulp_ansible_client/models/my_permissions_response'
@@ -80,12 +78,11 @@ require 'pulp_ansible_client/models/paginated_collection_response_list_links'
80
78
  require 'pulp_ansible_client/models/paginated_collection_response_list_meta'
81
79
  require 'pulp_ansible_client/models/paginated_collection_version_list_response_list'
82
80
  require 'pulp_ansible_client/models/paginated_collection_version_search_list_response_list'
83
- require 'pulp_ansible_client/models/paginated_galaxy_collection_response_list'
84
- require 'pulp_ansible_client/models/paginated_galaxy_collection_version_response_list'
85
81
  require 'pulp_ansible_client/models/paginated_galaxy_role_response_list'
86
82
  require 'pulp_ansible_client/models/paginated_galaxy_role_version_response_list'
87
83
  require 'pulp_ansible_client/models/paginated_repository_version_response_list'
88
84
  require 'pulp_ansible_client/models/paginated_tag_response_list'
85
+ require 'pulp_ansible_client/models/paginatedansible_ansible_collection_deprecated_response_list'
89
86
  require 'pulp_ansible_client/models/paginatedansible_ansible_distribution_response_list'
90
87
  require 'pulp_ansible_client/models/paginatedansible_ansible_namespace_metadata_response_list'
91
88
  require 'pulp_ansible_client/models/paginatedansible_ansible_repository_response_list'
@@ -121,7 +118,6 @@ require 'pulp_ansible_client/models/unset_label_response'
121
118
  # APIs
122
119
  require 'pulp_ansible_client/api/ansible_collections_api'
123
120
  require 'pulp_ansible_client/api/ansible_copy_api'
124
- require 'pulp_ansible_client/api/api_collections_api'
125
121
  require 'pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api'
126
122
  require 'pulp_ansible_client/api/api_roles_api'
127
123
  require 'pulp_ansible_client/api/collection_import_api'
@@ -132,9 +128,7 @@ require 'pulp_ansible_client/api/content_collection_versions_api'
132
128
  require 'pulp_ansible_client/api/content_namespaces_api'
133
129
  require 'pulp_ansible_client/api/content_roles_api'
134
130
  require 'pulp_ansible_client/api/distributions_ansible_api'
135
- require 'pulp_ansible_client/api/galaxy_detail_api'
136
131
  require 'pulp_ansible_client/api/pulp_ansible_api_api'
137
- require 'pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api'
138
132
  require 'pulp_ansible_client/api/pulp_ansible_api_v3_api'
139
133
  require 'pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api'
140
134
  require 'pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api'
@@ -94,6 +94,20 @@ describe 'AnsibleCollectionsApi' do
94
94
  end
95
95
  end
96
96
 
97
+ # unit tests for read
98
+ # Inspect a collection
99
+ # Viewset for Ansible Collections.
100
+ # @param ansible_collection_href
101
+ # @param [Hash] opts the optional parameters
102
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
103
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
104
+ # @return [AnsibleCollectionResponse]
105
+ describe 'read test' do
106
+ it 'should work' do
107
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
108
+ end
109
+ end
110
+
97
111
  # unit tests for remove_role
98
112
  # Remove a role
99
113
  # Remove a role for this object from users/groups.
@@ -34,10 +34,10 @@ describe 'ContentCollectionDeprecationsApi' do
34
34
 
35
35
  # unit tests for create
36
36
  # Create an ansible collection deprecated
37
- # ViewSet for AnsibleCollectionDeprecated.
38
- # @param ansible_collection
37
+ # Trigger an asynchronous task to create content,optionally create new repository version.
38
+ # @param ansible_ansible_collection_deprecated
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [AnsibleCollectionResponse]
40
+ # @return [AsyncOperationResponse]
41
41
  describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -60,7 +60,7 @@ describe 'ContentCollectionDeprecationsApi' do
60
60
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
61
61
  # @option opts [Array<String>] :fields A list of fields to include in the response.
62
62
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
63
- # @return [PaginatedansibleCollectionResponseList]
63
+ # @return [PaginatedansibleAnsibleCollectionDeprecatedResponseList]
64
64
  describe 'list test' do
65
65
  it 'should work' do
66
66
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -74,7 +74,7 @@ describe 'ContentCollectionDeprecationsApi' do
74
74
  # @param [Hash] opts the optional parameters
75
75
  # @option opts [Array<String>] :fields A list of fields to include in the response.
76
76
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
77
- # @return [AnsibleCollectionResponse]
77
+ # @return [AnsibleAnsibleCollectionDeprecatedResponse]
78
78
  describe 'read test' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -37,9 +37,9 @@ describe 'ContentCollectionVersionsApi' do
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
40
- # @option opts [String] :artifact Artifact file representing the physical content
41
40
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
42
41
  # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
42
+ # @option opts [String] :artifact Artifact file representing the physical content
43
43
  # @option opts [String] :expected_name The name of the collection.
44
44
  # @option opts [String] :expected_namespace The namespace of the collection.
45
45
  # @option opts [String] :expected_version The version of the collection.
@@ -47,18 +47,4 @@ describe 'VersionsApi' do
47
47
  end
48
48
  end
49
49
 
50
- # unit tests for api_v2_collection_versions_list
51
- # APIView for Collections by namespace/name.
52
- # @param ansible_collection_version_href
53
- # @param [Hash] opts the optional parameters
54
- # @option opts [Integer] :page A page number within the paginated result set.
55
- # @option opts [Array<String>] :fields A list of fields to include in the response.
56
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
57
- # @return [PaginatedGalaxyCollectionVersionResponseList]
58
- describe 'api_v2_collection_versions_list test' do
59
- it 'should work' do
60
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
- end
62
- end
63
-
64
50
  end
@@ -14,55 +14,49 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpAnsibleClient::GalaxyCollectionVersionResponse
17
+ # Unit tests for PulpAnsibleClient::AnsibleAnsibleCollectionDeprecatedResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'GalaxyCollectionVersionResponse' do
20
+ describe 'AnsibleAnsibleCollectionDeprecatedResponse' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpAnsibleClient::GalaxyCollectionVersionResponse.new
23
+ @instance = PulpAnsibleClient::AnsibleAnsibleCollectionDeprecatedResponse.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of GalaxyCollectionVersionResponse' do
31
- it 'should create an instance of GalaxyCollectionVersionResponse' do
32
- expect(@instance).to be_instance_of(PulpAnsibleClient::GalaxyCollectionVersionResponse)
30
+ describe 'test an instance of AnsibleAnsibleCollectionDeprecatedResponse' do
31
+ it 'should create an instance of AnsibleAnsibleCollectionDeprecatedResponse' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleAnsibleCollectionDeprecatedResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "version"' do
35
+ describe 'test attribute "pulp_href"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "href"' do
41
+ describe 'test attribute "pulp_created"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "namespace"' do
47
+ describe 'test attribute "pulp_last_updated"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "collection"' do
53
+ describe 'test attribute "name"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "artifact"' do
60
- it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
- end
63
- end
64
-
65
- describe 'test attribute "metadata"' do
59
+ describe 'test attribute "namespace"' do
66
60
  it 'should work' do
67
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
62
  end
@@ -14,24 +14,30 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpAnsibleClient::AnsibleCollection
17
+ # Unit tests for PulpAnsibleClient::AnsibleAnsibleCollectionDeprecated
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'AnsibleCollection' do
20
+ describe 'AnsibleAnsibleCollectionDeprecated' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpAnsibleClient::AnsibleCollection.new
23
+ @instance = PulpAnsibleClient::AnsibleAnsibleCollectionDeprecated.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of AnsibleCollection' do
31
- it 'should create an instance of AnsibleCollection' do
32
- expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleCollection)
30
+ describe 'test an instance of AnsibleAnsibleCollectionDeprecated' do
31
+ it 'should create an instance of AnsibleAnsibleCollectionDeprecated' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleAnsibleCollectionDeprecated)
33
33
  end
34
34
  end
35
+ describe 'test attribute "repository"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
35
41
  describe 'test attribute "name"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,13 +32,13 @@ describe 'AnsibleCollectionVersionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleCollectionVersionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "artifact"' do
35
+ describe 'test attribute "pulp_created"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_created"' do
41
+ describe 'test attribute "pulp_href"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -50,7 +50,7 @@ describe 'AnsibleCollectionVersionResponse' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_href"' do
53
+ describe 'test attribute "artifact"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
@@ -38,19 +38,19 @@ describe 'AnsibleCollectionVersion' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "artifact"' do
41
+ describe 'test attribute "file"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "file"' do
47
+ describe 'test attribute "upload"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "upload"' do
53
+ describe 'test attribute "artifact"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
@@ -32,61 +32,61 @@ describe 'AnsibleGitRemoteResponse' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleGitRemoteResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "proxy_url"' do
35
+ describe 'test attribute "max_retries"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "name"' do
41
+ describe 'test attribute "connect_timeout"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "pulp_created"' do
47
+ describe 'test attribute "sock_connect_timeout"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "url"' do
53
+ describe 'test attribute "pulp_href"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "pulp_labels"' do
59
+ describe 'test attribute "tls_validation"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "sock_connect_timeout"' do
65
+ describe 'test attribute "proxy_url"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "pulp_href"' do
71
+ describe 'test attribute "sock_read_timeout"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "tls_validation"' do
77
+ describe 'test attribute "name"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
81
81
  end
82
82
 
83
- describe 'test attribute "download_concurrency"' do
83
+ describe 'test attribute "url"' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  end
87
87
  end
88
88
 
89
- describe 'test attribute "sock_read_timeout"' do
89
+ describe 'test attribute "rate_limit"' do
90
90
  it 'should work' do
91
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
92
  end
@@ -98,49 +98,49 @@ describe 'AnsibleGitRemoteResponse' do
98
98
  end
99
99
  end
100
100
 
101
- describe 'test attribute "max_retries"' do
101
+ describe 'test attribute "ca_cert"' do
102
102
  it 'should work' do
103
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
104
  end
105
105
  end
106
106
 
107
- describe 'test attribute "connect_timeout"' do
107
+ describe 'test attribute "total_timeout"' do
108
108
  it 'should work' do
109
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
110
  end
111
111
  end
112
112
 
113
- describe 'test attribute "pulp_last_updated"' do
113
+ describe 'test attribute "pulp_created"' do
114
114
  it 'should work' do
115
115
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
116
  end
117
117
  end
118
118
 
119
- describe 'test attribute "ca_cert"' do
119
+ describe 'test attribute "download_concurrency"' do
120
120
  it 'should work' do
121
121
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
122
  end
123
123
  end
124
124
 
125
- describe 'test attribute "rate_limit"' do
125
+ describe 'test attribute "pulp_labels"' do
126
126
  it 'should work' do
127
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
128
  end
129
129
  end
130
130
 
131
- describe 'test attribute "hidden_fields"' do
131
+ describe 'test attribute "headers"' do
132
132
  it 'should work' do
133
133
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
134
  end
135
135
  end
136
136
 
137
- describe 'test attribute "total_timeout"' do
137
+ describe 'test attribute "hidden_fields"' do
138
138
  it 'should work' do
139
139
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
140
  end
141
141
  end
142
142
 
143
- describe 'test attribute "headers"' do
143
+ describe 'test attribute "pulp_last_updated"' do
144
144
  it 'should work' do
145
145
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
146
  end
@@ -32,67 +32,67 @@ describe 'AnsibleGitRemote' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleGitRemote)
33
33
  end
34
34
  end
35
- describe 'test attribute "password"' do
35
+ describe 'test attribute "max_retries"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "proxy_url"' do
41
+ describe 'test attribute "connect_timeout"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "client_key"' do
47
+ describe 'test attribute "sock_connect_timeout"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "name"' do
53
+ describe 'test attribute "password"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "proxy_username"' do
59
+ describe 'test attribute "tls_validation"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "url"' do
65
+ describe 'test attribute "proxy_url"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "pulp_labels"' do
71
+ describe 'test attribute "sock_read_timeout"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "sock_connect_timeout"' do
77
+ describe 'test attribute "proxy_username"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
81
81
  end
82
82
 
83
- describe 'test attribute "tls_validation"' do
83
+ describe 'test attribute "name"' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  end
87
87
  end
88
88
 
89
- describe 'test attribute "download_concurrency"' do
89
+ describe 'test attribute "url"' do
90
90
  it 'should work' do
91
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
92
  end
93
93
  end
94
94
 
95
- describe 'test attribute "sock_read_timeout"' do
95
+ describe 'test attribute "rate_limit"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
98
  end
@@ -104,49 +104,49 @@ describe 'AnsibleGitRemote' do
104
104
  end
105
105
  end
106
106
 
107
- describe 'test attribute "max_retries"' do
107
+ describe 'test attribute "username"' do
108
108
  it 'should work' do
109
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
110
  end
111
111
  end
112
112
 
113
- describe 'test attribute "connect_timeout"' do
113
+ describe 'test attribute "ca_cert"' do
114
114
  it 'should work' do
115
115
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
116
  end
117
117
  end
118
118
 
119
- describe 'test attribute "ca_cert"' do
119
+ describe 'test attribute "total_timeout"' do
120
120
  it 'should work' do
121
121
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
122
  end
123
123
  end
124
124
 
125
- describe 'test attribute "rate_limit"' do
125
+ describe 'test attribute "download_concurrency"' do
126
126
  it 'should work' do
127
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
128
  end
129
129
  end
130
130
 
131
- describe 'test attribute "username"' do
131
+ describe 'test attribute "proxy_password"' do
132
132
  it 'should work' do
133
133
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
134
  end
135
135
  end
136
136
 
137
- describe 'test attribute "proxy_password"' do
137
+ describe 'test attribute "pulp_labels"' do
138
138
  it 'should work' do
139
139
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
140
  end
141
141
  end
142
142
 
143
- describe 'test attribute "total_timeout"' do
143
+ describe 'test attribute "headers"' do
144
144
  it 'should work' do
145
145
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
146
  end
147
147
  end
148
148
 
149
- describe 'test attribute "headers"' do
149
+ describe 'test attribute "client_key"' do
150
150
  it 'should work' do
151
151
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
152
152
  end
@@ -32,13 +32,13 @@ describe 'AnsibleRoleResponse' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleRoleResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "artifact"' do
35
+ describe 'test attribute "pulp_created"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_created"' do
41
+ describe 'test attribute "pulp_href"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -50,7 +50,7 @@ describe 'AnsibleRoleResponse' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_href"' do
53
+ describe 'test attribute "artifact"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList
17
+ # Unit tests for PulpAnsibleClient::PaginatedansibleAnsibleCollectionDeprecatedResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'PaginatedGalaxyCollectionVersionResponseList' do
20
+ describe 'PaginatedansibleAnsibleCollectionDeprecatedResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList.new
23
+ @instance = PulpAnsibleClient::PaginatedansibleAnsibleCollectionDeprecatedResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of PaginatedGalaxyCollectionVersionResponseList' do
31
- it 'should create an instance of PaginatedGalaxyCollectionVersionResponseList' do
32
- expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList)
30
+ describe 'test an instance of PaginatedansibleAnsibleCollectionDeprecatedResponseList' do
31
+ it 'should create an instance of PaginatedansibleAnsibleCollectionDeprecatedResponseList' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleAnsibleCollectionDeprecatedResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do