pulp_ansible_client 0.5.11 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (221) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +19 -22
  4. data/docs/AnsibleCollectionVersionResponse.md +2 -2
  5. data/docs/AnsibleCollectionsApi.md +2 -2
  6. data/docs/AnsibleRoleResponse.md +2 -2
  7. data/docs/ApiCollectionsApi.md +2 -2
  8. data/docs/ApiRolesApi.md +2 -2
  9. data/docs/CollectionResponse.md +2 -2
  10. data/docs/CollectionVersionResponse.md +1 -1
  11. data/docs/ContentCollectionVersionsApi.md +2 -2
  12. data/docs/ContentRolesApi.md +2 -2
  13. data/docs/DistributionsAnsibleApi.md +2 -2
  14. data/docs/{InlineResponse20013.md → PaginatedCollectionResponseList.md} +4 -4
  15. data/docs/{InlineResponse20014.md → PaginatedCollectionVersionResponseList.md} +4 -4
  16. data/docs/{InlineResponse20011.md → PaginatedGalaxyCollectionResponseList.md} +4 -4
  17. data/docs/{InlineResponse20012.md → PaginatedGalaxyCollectionVersionResponseList.md} +4 -4
  18. data/docs/{InlineResponse2009.md → PaginatedGalaxyRoleResponseList.md} +4 -4
  19. data/docs/{InlineResponse20010.md → PaginatedGalaxyRoleVersionResponseList.md} +4 -4
  20. data/docs/{InlineResponse2008.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  21. data/docs/{InlineResponse2004.md → PaginatedTagResponseList.md} +4 -4
  22. data/docs/{InlineResponse2003.md → PaginatedansibleAnsibleDistributionResponseList.md} +4 -4
  23. data/docs/{InlineResponse2007.md → PaginatedansibleAnsibleRepositoryResponseList.md} +4 -4
  24. data/docs/{InlineResponse2005.md → PaginatedansibleCollectionRemoteResponseList.md} +4 -4
  25. data/docs/{InlineResponse200.md → PaginatedansibleCollectionResponseList.md} +4 -4
  26. data/docs/{InlineResponse2001.md → PaginatedansibleCollectionVersionResponseList.md} +4 -4
  27. data/docs/{InlineResponse2006.md → PaginatedansibleRoleRemoteResponseList.md} +4 -4
  28. data/docs/{InlineResponse2002.md → PaginatedansibleRoleResponseList.md} +4 -4
  29. data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +6 -2
  30. data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +2 -2
  31. data/docs/PulpAnsibleTagsApi.md +2 -2
  32. data/docs/RemotesCollectionApi.md +2 -2
  33. data/docs/RemotesRoleApi.md +2 -2
  34. data/docs/RepositoriesAnsibleApi.md +2 -2
  35. data/docs/RepositoriesAnsibleVersionsApi.md +2 -2
  36. data/docs/RepositoryAddRemoveContent.md +2 -2
  37. data/docs/VersionsApi.md +4 -4
  38. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +4 -4
  39. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +1 -1
  40. data/lib/pulp_ansible_client/api/api_collections_api.rb +4 -4
  41. data/lib/pulp_ansible_client/api/api_roles_api.rb +4 -4
  42. data/lib/pulp_ansible_client/api/collection_import_api.rb +1 -1
  43. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +4 -4
  44. data/lib/pulp_ansible_client/api/content_roles_api.rb +4 -4
  45. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +4 -4
  46. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +1 -1
  47. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +1 -1
  48. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +10 -4
  49. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +1 -1
  50. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +1 -1
  51. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.rb +1 -1
  52. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +4 -4
  53. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +4 -4
  54. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +4 -4
  55. data/lib/pulp_ansible_client/api/remotes_role_api.rb +4 -4
  56. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +4 -4
  57. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +4 -4
  58. data/lib/pulp_ansible_client/api/versions_api.rb +7 -7
  59. data/lib/pulp_ansible_client/api_client.rb +8 -12
  60. data/lib/pulp_ansible_client/api_error.rb +1 -1
  61. data/lib/pulp_ansible_client/configuration.rb +1 -8
  62. data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +1 -1
  63. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +1 -1
  64. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
  65. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +1 -1
  66. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +1 -1
  67. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +1 -1
  68. data/lib/pulp_ansible_client/models/ansible_collection_response.rb +1 -1
  69. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +16 -16
  70. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +27 -27
  71. data/lib/pulp_ansible_client/models/ansible_role.rb +1 -1
  72. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +1 -1
  73. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +1 -1
  74. data/lib/pulp_ansible_client/models/ansible_role_response.rb +12 -12
  75. data/lib/pulp_ansible_client/models/ansible_tag_response.rb +1 -1
  76. data/lib/pulp_ansible_client/models/async_operation_response.rb +1 -1
  77. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +1 -1
  78. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +1 -1
  79. data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -1
  80. data/lib/pulp_ansible_client/models/collection_one_shot.rb +1 -1
  81. data/lib/pulp_ansible_client/models/collection_ref_response.rb +1 -1
  82. data/lib/pulp_ansible_client/models/collection_response.rb +3 -3
  83. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  84. data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
  85. data/lib/pulp_ansible_client/models/content_summary.rb +1 -1
  86. data/lib/pulp_ansible_client/models/content_summary_response.rb +1 -1
  87. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  88. data/lib/pulp_ansible_client/models/galaxy_collection.rb +1 -1
  89. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +1 -1
  90. data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +1 -1
  91. data/lib/pulp_ansible_client/models/galaxy_role_response.rb +1 -1
  92. data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +1 -1
  93. data/lib/pulp_ansible_client/models/{inline_response20013.rb → paginated_collection_response_list.rb} +6 -6
  94. data/lib/pulp_ansible_client/models/{inline_response20014.rb → paginated_collection_version_response_list.rb} +6 -6
  95. data/lib/pulp_ansible_client/models/{inline_response20011.rb → paginated_galaxy_collection_response_list.rb} +4 -4
  96. data/lib/pulp_ansible_client/models/{inline_response20012.rb → paginated_galaxy_collection_version_response_list.rb} +4 -4
  97. data/lib/pulp_ansible_client/models/{inline_response2009.rb → paginated_galaxy_role_response_list.rb} +4 -4
  98. data/lib/pulp_ansible_client/models/{inline_response20010.rb → paginated_galaxy_role_version_response_list.rb} +4 -4
  99. data/lib/pulp_ansible_client/models/{inline_response2008.rb → paginated_repository_version_response_list.rb} +4 -4
  100. data/lib/pulp_ansible_client/models/{inline_response2004.rb → paginated_tag_response_list.rb} +4 -4
  101. data/lib/pulp_ansible_client/models/{inline_response2003.rb → paginatedansible_ansible_distribution_response_list.rb} +4 -4
  102. data/lib/pulp_ansible_client/models/{inline_response2007.rb → paginatedansible_ansible_repository_response_list.rb} +4 -4
  103. data/lib/pulp_ansible_client/models/{inline_response2005.rb → paginatedansible_collection_remote_response_list.rb} +4 -4
  104. data/lib/pulp_ansible_client/models/{inline_response200.rb → paginatedansible_collection_response_list.rb} +4 -4
  105. data/lib/pulp_ansible_client/models/{inline_response2001.rb → paginatedansible_collection_version_response_list.rb} +4 -4
  106. data/lib/pulp_ansible_client/models/{inline_response2006.rb → paginatedansible_role_remote_response_list.rb} +4 -4
  107. data/lib/pulp_ansible_client/models/{inline_response2002.rb → paginatedansible_role_response_list.rb} +4 -4
  108. data/lib/pulp_ansible_client/models/patched_collection.rb +1 -1
  109. data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +1 -1
  110. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
  111. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +1 -1
  112. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +1 -1
  113. data/lib/pulp_ansible_client/models/policy_enum.rb +1 -1
  114. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +3 -3
  115. data/lib/pulp_ansible_client/models/repository_sync_url.rb +1 -1
  116. data/lib/pulp_ansible_client/models/repository_version.rb +1 -1
  117. data/lib/pulp_ansible_client/models/repository_version_response.rb +1 -1
  118. data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
  119. data/lib/pulp_ansible_client/version.rb +2 -2
  120. data/lib/pulp_ansible_client.rb +16 -19
  121. data/pulp_ansible_client.gemspec +2 -2
  122. data/spec/api/ansible_collections_api_spec.rb +2 -2
  123. data/spec/api/ansible_copy_api_spec.rb +1 -1
  124. data/spec/api/api_collections_api_spec.rb +2 -2
  125. data/spec/api/api_roles_api_spec.rb +2 -2
  126. data/spec/api/collection_import_api_spec.rb +1 -1
  127. data/spec/api/content_collection_versions_api_spec.rb +2 -2
  128. data/spec/api/content_roles_api_spec.rb +2 -2
  129. data/spec/api/distributions_ansible_api_spec.rb +2 -2
  130. data/spec/api/galaxy_detail_api_spec.rb +1 -1
  131. data/spec/api/pulp_ansible_api_api_spec.rb +1 -1
  132. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +4 -2
  133. data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +1 -1
  134. data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
  135. data/spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb +1 -1
  136. data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +2 -2
  137. data/spec/api/pulp_ansible_tags_api_spec.rb +2 -2
  138. data/spec/api/remotes_collection_api_spec.rb +2 -2
  139. data/spec/api/remotes_role_api_spec.rb +2 -2
  140. data/spec/api/repositories_ansible_api_spec.rb +2 -2
  141. data/spec/api/repositories_ansible_versions_api_spec.rb +2 -2
  142. data/spec/api/versions_api_spec.rb +3 -3
  143. data/spec/api_client_spec.rb +2 -2
  144. data/spec/configuration_spec.rb +1 -1
  145. data/spec/models/ansible_ansible_distribution_response_spec.rb +1 -1
  146. data/spec/models/ansible_ansible_distribution_spec.rb +1 -1
  147. data/spec/models/ansible_ansible_repository_response_spec.rb +1 -1
  148. data/spec/models/ansible_ansible_repository_spec.rb +1 -1
  149. data/spec/models/ansible_collection_remote_response_spec.rb +1 -1
  150. data/spec/models/ansible_collection_remote_spec.rb +1 -1
  151. data/spec/models/ansible_collection_response_spec.rb +1 -1
  152. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  153. data/spec/models/ansible_collection_version_spec.rb +1 -1
  154. data/spec/models/ansible_role_remote_response_spec.rb +1 -1
  155. data/spec/models/ansible_role_remote_spec.rb +1 -1
  156. data/spec/models/ansible_role_response_spec.rb +3 -3
  157. data/spec/models/ansible_role_spec.rb +1 -1
  158. data/spec/models/ansible_tag_response_spec.rb +1 -1
  159. data/spec/models/async_operation_response_spec.rb +1 -1
  160. data/spec/models/collection_import_detail_response_spec.rb +1 -1
  161. data/spec/models/collection_metadata_response_spec.rb +1 -1
  162. data/spec/models/collection_namespace_response_spec.rb +1 -1
  163. data/spec/models/collection_one_shot_spec.rb +1 -1
  164. data/spec/models/collection_ref_response_spec.rb +1 -1
  165. data/spec/models/collection_response_spec.rb +1 -1
  166. data/spec/models/collection_version_docs_response_spec.rb +1 -1
  167. data/spec/models/collection_version_response_spec.rb +1 -1
  168. data/spec/models/content_summary_response_spec.rb +1 -1
  169. data/spec/models/content_summary_spec.rb +1 -1
  170. data/spec/models/copy_spec.rb +1 -1
  171. data/spec/models/galaxy_collection_response_spec.rb +1 -1
  172. data/spec/models/galaxy_collection_spec.rb +1 -1
  173. data/spec/models/galaxy_collection_version_response_spec.rb +1 -1
  174. data/spec/models/galaxy_role_response_spec.rb +1 -1
  175. data/spec/models/galaxy_role_version_response_spec.rb +1 -1
  176. data/spec/models/{inline_response20013_spec.rb → paginated_collection_response_list_spec.rb} +7 -7
  177. data/spec/models/{inline_response20014_spec.rb → paginated_collection_version_response_list_spec.rb} +7 -7
  178. data/spec/models/{inline_response20012_spec.rb → paginated_galaxy_collection_response_list_spec.rb} +7 -7
  179. data/spec/models/paginated_galaxy_collection_version_response_list_spec.rb +59 -0
  180. data/spec/models/{inline_response20010_spec.rb → paginated_galaxy_role_response_list_spec.rb} +7 -7
  181. data/spec/models/paginated_galaxy_role_version_response_list_spec.rb +59 -0
  182. data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
  183. data/spec/models/{inline_response2001_spec.rb → paginated_tag_response_list_spec.rb} +7 -7
  184. data/spec/models/paginatedansible_ansible_distribution_response_list_spec.rb +59 -0
  185. data/spec/models/paginatedansible_ansible_repository_response_list_spec.rb +59 -0
  186. data/spec/models/paginatedansible_collection_remote_response_list_spec.rb +59 -0
  187. data/spec/models/paginatedansible_collection_response_list_spec.rb +59 -0
  188. data/spec/models/paginatedansible_collection_version_response_list_spec.rb +59 -0
  189. data/spec/models/paginatedansible_role_remote_response_list_spec.rb +59 -0
  190. data/spec/models/{inline_response20011_spec.rb → paginatedansible_role_response_list_spec.rb} +7 -7
  191. data/spec/models/patched_collection_spec.rb +1 -1
  192. data/spec/models/patchedansible_ansible_distribution_spec.rb +1 -1
  193. data/spec/models/patchedansible_ansible_repository_spec.rb +1 -1
  194. data/spec/models/patchedansible_collection_remote_spec.rb +1 -1
  195. data/spec/models/patchedansible_role_remote_spec.rb +1 -1
  196. data/spec/models/policy_enum_spec.rb +1 -1
  197. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  198. data/spec/models/repository_sync_url_spec.rb +1 -1
  199. data/spec/models/repository_version_response_spec.rb +1 -1
  200. data/spec/models/repository_version_spec.rb +1 -1
  201. data/spec/models/tag_response_spec.rb +1 -1
  202. data/spec/spec_helper.rb +1 -1
  203. metadata +111 -129
  204. data/docs/ArtifactRefResponse.md +0 -21
  205. data/docs/InlineResponse20013Links.md +0 -23
  206. data/docs/InlineResponse20013Meta.md +0 -17
  207. data/lib/pulp_ansible_client/models/artifact_ref_response.rb +0 -240
  208. data/lib/pulp_ansible_client/models/inline_response20013_links.rb +0 -237
  209. data/lib/pulp_ansible_client/models/inline_response20013_meta.rb +0 -206
  210. data/spec/models/artifact_ref_response_spec.rb +0 -53
  211. data/spec/models/inline_response20013_links_spec.rb +0 -59
  212. data/spec/models/inline_response20013_meta_spec.rb +0 -41
  213. data/spec/models/inline_response2002_spec.rb +0 -59
  214. data/spec/models/inline_response2003_spec.rb +0 -59
  215. data/spec/models/inline_response2004_spec.rb +0 -59
  216. data/spec/models/inline_response2005_spec.rb +0 -59
  217. data/spec/models/inline_response2006_spec.rb +0 -59
  218. data/spec/models/inline_response2007_spec.rb +0 -59
  219. data/spec/models/inline_response2008_spec.rb +0 -59
  220. data/spec/models/inline_response2009_spec.rb +0 -59
  221. data/spec/models/inline_response200_spec.rb +0 -59
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpAnsibleClient::PaginatedRepositoryVersionResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedRepositoryVersionResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpAnsibleClient::PaginatedRepositoryVersionResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedRepositoryVersionResponseList' do
31
+ it 'should create an instance of PaginatedRepositoryVersionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedRepositoryVersionResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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
+
41
+ describe 'test attribute "_next"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpAnsibleClient::InlineResponse2001
17
+ # Unit tests for PulpAnsibleClient::PaginatedTagResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2001' do
20
+ describe 'PaginatedTagResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpAnsibleClient::InlineResponse2001.new
23
+ @instance = PulpAnsibleClient::PaginatedTagResponseList.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 InlineResponse2001' do
31
- it 'should create an instance of InlineResponse2001' do
32
- expect(@instance).to be_instance_of(PulpAnsibleClient::InlineResponse2001)
30
+ describe 'test an instance of PaginatedTagResponseList' do
31
+ it 'should create an instance of PaginatedTagResponseList' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedTagResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedansibleAnsibleDistributionResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedansibleAnsibleDistributionResponseList' do
31
+ it 'should create an instance of PaginatedansibleAnsibleDistributionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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
+
41
+ describe 'test attribute "_next"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedansibleAnsibleRepositoryResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedansibleAnsibleRepositoryResponseList' do
31
+ it 'should create an instance of PaginatedansibleAnsibleRepositoryResponseList' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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
+
41
+ describe 'test attribute "_next"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpAnsibleClient::PaginatedansibleCollectionRemoteResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedansibleCollectionRemoteResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpAnsibleClient::PaginatedansibleCollectionRemoteResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedansibleCollectionRemoteResponseList' do
31
+ it 'should create an instance of PaginatedansibleCollectionRemoteResponseList' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleCollectionRemoteResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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
+
41
+ describe 'test attribute "_next"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpAnsibleClient::PaginatedansibleCollectionResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedansibleCollectionResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpAnsibleClient::PaginatedansibleCollectionResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedansibleCollectionResponseList' do
31
+ it 'should create an instance of PaginatedansibleCollectionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleCollectionResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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
+
41
+ describe 'test attribute "_next"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpAnsibleClient::PaginatedansibleCollectionVersionResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedansibleCollectionVersionResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpAnsibleClient::PaginatedansibleCollectionVersionResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedansibleCollectionVersionResponseList' do
31
+ it 'should create an instance of PaginatedansibleCollectionVersionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleCollectionVersionResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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
+
41
+ describe 'test attribute "_next"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpAnsibleClient::PaginatedansibleRoleRemoteResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedansibleRoleRemoteResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpAnsibleClient::PaginatedansibleRoleRemoteResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedansibleRoleRemoteResponseList' do
31
+ it 'should create an instance of PaginatedansibleRoleRemoteResponseList' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleRoleRemoteResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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
+
41
+ describe 'test attribute "_next"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpAnsibleClient::InlineResponse20011
17
+ # Unit tests for PulpAnsibleClient::PaginatedansibleRoleResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse20011' do
20
+ describe 'PaginatedansibleRoleResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpAnsibleClient::InlineResponse20011.new
23
+ @instance = PulpAnsibleClient::PaginatedansibleRoleResponseList.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 InlineResponse20011' do
31
- it 'should create an instance of InlineResponse20011' do
32
- expect(@instance).to be_instance_of(PulpAnsibleClient::InlineResponse20011)
30
+ describe 'test an instance of PaginatedansibleRoleResponseList' do
31
+ it 'should create an instance of PaginatedansibleRoleResponseList' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleRoleResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12