pulp_deb_client 2.7.0 → 2.8.0

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 (122) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -19
  3. data/docs/ContentGenericContentsApi.md +2 -2
  4. data/docs/ContentInstallerFileIndicesApi.md +2 -2
  5. data/docs/ContentInstallerPackagesApi.md +2 -2
  6. data/docs/ContentPackageIndicesApi.md +2 -2
  7. data/docs/ContentPackageReleaseComponentsApi.md +2 -2
  8. data/docs/ContentPackagesApi.md +2 -2
  9. data/docs/ContentReleaseArchitecturesApi.md +2 -2
  10. data/docs/ContentReleaseComponentsApi.md +2 -2
  11. data/docs/ContentReleaseFilesApi.md +2 -2
  12. data/docs/ContentReleasesApi.md +2 -2
  13. data/docs/DebAptRemote.md +6 -4
  14. data/docs/DebAptRemoteResponse.md +6 -4
  15. data/docs/DebReleaseFile.md +2 -2
  16. data/docs/DebReleaseFileResponse.md +2 -2
  17. data/docs/DistributionsAptApi.md +2 -2
  18. data/docs/{InlineResponse20014.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  19. data/docs/{InlineResponse2009.md → PaginateddebAptDistributionResponseList.md} +4 -4
  20. data/docs/{InlineResponse20010.md → PaginateddebAptPublicationResponseList.md} +4 -4
  21. data/docs/{InlineResponse20012.md → PaginateddebAptRemoteResponseList.md} +4 -4
  22. data/docs/{InlineResponse20013.md → PaginateddebAptRepositoryResponseList.md} +4 -4
  23. data/docs/{InlineResponse2002.md → PaginateddebBasePackageResponseList.md} +4 -4
  24. data/docs/{InlineResponse200.md → PaginateddebGenericContentResponseList.md} +4 -4
  25. data/docs/{InlineResponse2001.md → PaginateddebInstallerFileIndexResponseList.md} +4 -4
  26. data/docs/{InlineResponse2003.md → PaginateddebPackageIndexResponseList.md} +4 -4
  27. data/docs/{InlineResponse2004.md → PaginateddebPackageReleaseComponentResponseList.md} +4 -4
  28. data/docs/{InlineResponse2005.md → PaginateddebReleaseArchitectureResponseList.md} +4 -4
  29. data/docs/{InlineResponse2006.md → PaginateddebReleaseComponentResponseList.md} +4 -4
  30. data/docs/{InlineResponse2007.md → PaginateddebReleaseFileResponseList.md} +4 -4
  31. data/docs/{InlineResponse2008.md → PaginateddebReleaseResponseList.md} +4 -4
  32. data/docs/{InlineResponse20011.md → PaginateddebVerbatimPublicationResponseList.md} +4 -4
  33. data/docs/PatcheddebAptRemote.md +6 -4
  34. data/docs/PublicationsAptApi.md +2 -2
  35. data/docs/PublicationsVerbatimApi.md +2 -2
  36. data/docs/RemotesAptApi.md +2 -2
  37. data/docs/RepositoriesAptApi.md +2 -2
  38. data/docs/RepositoriesDebVersionsApi.md +2 -2
  39. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
  40. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +3 -3
  41. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
  42. data/lib/pulp_deb_client/api/content_package_indices_api.rb +3 -3
  43. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +3 -3
  44. data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
  45. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +3 -3
  46. data/lib/pulp_deb_client/api/content_release_components_api.rb +3 -3
  47. data/lib/pulp_deb_client/api/content_release_files_api.rb +3 -3
  48. data/lib/pulp_deb_client/api/content_releases_api.rb +3 -3
  49. data/lib/pulp_deb_client/api/distributions_apt_api.rb +3 -3
  50. data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -3
  51. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
  52. data/lib/pulp_deb_client/api/remotes_apt_api.rb +3 -3
  53. data/lib/pulp_deb_client/api/repositories_apt_api.rb +3 -3
  54. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +3 -3
  55. data/lib/pulp_deb_client/models/deb_apt_remote.rb +18 -8
  56. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +18 -8
  57. data/lib/pulp_deb_client/models/deb_release_file.rb +3 -3
  58. data/lib/pulp_deb_client/models/deb_release_file_response.rb +3 -3
  59. data/lib/pulp_deb_client/models/{inline_response20014.rb → paginated_repository_version_response_list.rb} +3 -3
  60. data/lib/pulp_deb_client/models/{inline_response2009.rb → paginateddeb_apt_distribution_response_list.rb} +3 -3
  61. data/lib/pulp_deb_client/models/{inline_response20010.rb → paginateddeb_apt_publication_response_list.rb} +3 -3
  62. data/lib/pulp_deb_client/models/{inline_response20012.rb → paginateddeb_apt_remote_response_list.rb} +3 -3
  63. data/lib/pulp_deb_client/models/{inline_response20013.rb → paginateddeb_apt_repository_response_list.rb} +3 -3
  64. data/lib/pulp_deb_client/models/{inline_response2002.rb → paginateddeb_base_package_response_list.rb} +3 -3
  65. data/lib/pulp_deb_client/models/{inline_response200.rb → paginateddeb_generic_content_response_list.rb} +3 -3
  66. data/lib/pulp_deb_client/models/{inline_response2001.rb → paginateddeb_installer_file_index_response_list.rb} +3 -3
  67. data/lib/pulp_deb_client/models/{inline_response2003.rb → paginateddeb_package_index_response_list.rb} +3 -3
  68. data/lib/pulp_deb_client/models/{inline_response2004.rb → paginateddeb_package_release_component_response_list.rb} +3 -3
  69. data/lib/pulp_deb_client/models/{inline_response2005.rb → paginateddeb_release_architecture_response_list.rb} +3 -3
  70. data/lib/pulp_deb_client/models/{inline_response2006.rb → paginateddeb_release_component_response_list.rb} +3 -3
  71. data/lib/pulp_deb_client/models/{inline_response2007.rb → paginateddeb_release_file_response_list.rb} +3 -3
  72. data/lib/pulp_deb_client/models/{inline_response2008.rb → paginateddeb_release_response_list.rb} +3 -3
  73. data/lib/pulp_deb_client/models/{inline_response20011.rb → paginateddeb_verbatim_publication_response_list.rb} +3 -3
  74. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +18 -8
  75. data/lib/pulp_deb_client/version.rb +1 -1
  76. data/lib/pulp_deb_client.rb +15 -15
  77. data/spec/api/content_generic_contents_api_spec.rb +1 -1
  78. data/spec/api/content_installer_file_indices_api_spec.rb +1 -1
  79. data/spec/api/content_installer_packages_api_spec.rb +1 -1
  80. data/spec/api/content_package_indices_api_spec.rb +1 -1
  81. data/spec/api/content_package_release_components_api_spec.rb +1 -1
  82. data/spec/api/content_packages_api_spec.rb +1 -1
  83. data/spec/api/content_release_architectures_api_spec.rb +1 -1
  84. data/spec/api/content_release_components_api_spec.rb +1 -1
  85. data/spec/api/content_release_files_api_spec.rb +1 -1
  86. data/spec/api/content_releases_api_spec.rb +1 -1
  87. data/spec/api/distributions_apt_api_spec.rb +1 -1
  88. data/spec/api/publications_apt_api_spec.rb +1 -1
  89. data/spec/api/publications_verbatim_api_spec.rb +1 -1
  90. data/spec/api/remotes_apt_api_spec.rb +1 -1
  91. data/spec/api/repositories_apt_api_spec.rb +1 -1
  92. data/spec/api/repositories_deb_versions_api_spec.rb +1 -1
  93. data/spec/models/deb_apt_remote_response_spec.rb +6 -0
  94. data/spec/models/deb_apt_remote_spec.rb +6 -0
  95. data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
  96. data/spec/models/paginateddeb_apt_distribution_response_list_spec.rb +59 -0
  97. data/spec/models/paginateddeb_apt_publication_response_list_spec.rb +59 -0
  98. data/spec/models/{inline_response20011_spec.rb → paginateddeb_apt_remote_response_list_spec.rb} +6 -6
  99. data/spec/models/paginateddeb_apt_repository_response_list_spec.rb +59 -0
  100. data/spec/models/{inline_response20012_spec.rb → paginateddeb_base_package_response_list_spec.rb} +6 -6
  101. data/spec/models/paginateddeb_generic_content_response_list_spec.rb +59 -0
  102. data/spec/models/paginateddeb_installer_file_index_response_list_spec.rb +59 -0
  103. data/spec/models/paginateddeb_package_index_response_list_spec.rb +59 -0
  104. data/spec/models/paginateddeb_package_release_component_response_list_spec.rb +59 -0
  105. data/spec/models/paginateddeb_release_architecture_response_list_spec.rb +59 -0
  106. data/spec/models/paginateddeb_release_component_response_list_spec.rb +59 -0
  107. data/spec/models/{inline_response20013_spec.rb → paginateddeb_release_file_response_list_spec.rb} +6 -6
  108. data/spec/models/{inline_response20010_spec.rb → paginateddeb_release_response_list_spec.rb} +6 -6
  109. data/spec/models/paginateddeb_verbatim_publication_response_list_spec.rb +59 -0
  110. data/spec/models/patcheddeb_apt_remote_spec.rb +6 -0
  111. metadata +102 -102
  112. data/spec/models/inline_response20014_spec.rb +0 -59
  113. data/spec/models/inline_response2001_spec.rb +0 -59
  114. data/spec/models/inline_response2002_spec.rb +0 -59
  115. data/spec/models/inline_response2003_spec.rb +0 -59
  116. data/spec/models/inline_response2004_spec.rb +0 -59
  117. data/spec/models/inline_response2005_spec.rb +0 -59
  118. data/spec/models/inline_response2006_spec.rb +0 -59
  119. data/spec/models/inline_response2007_spec.rb +0 -59
  120. data/spec/models/inline_response2008_spec.rb +0 -59
  121. data/spec/models/inline_response2009_spec.rb +0 -59
  122. 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 PulpDebClient::PaginateddebGenericContentResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginateddebGenericContentResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpDebClient::PaginateddebGenericContentResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginateddebGenericContentResponseList' do
31
+ it 'should create an instance of PaginateddebGenericContentResponseList' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::PaginateddebGenericContentResponseList)
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 PulpDebClient::PaginateddebInstallerFileIndexResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginateddebInstallerFileIndexResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpDebClient::PaginateddebInstallerFileIndexResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginateddebInstallerFileIndexResponseList' do
31
+ it 'should create an instance of PaginateddebInstallerFileIndexResponseList' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::PaginateddebInstallerFileIndexResponseList)
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 PulpDebClient::PaginateddebPackageIndexResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginateddebPackageIndexResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpDebClient::PaginateddebPackageIndexResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginateddebPackageIndexResponseList' do
31
+ it 'should create an instance of PaginateddebPackageIndexResponseList' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::PaginateddebPackageIndexResponseList)
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 PulpDebClient::PaginateddebPackageReleaseComponentResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginateddebPackageReleaseComponentResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpDebClient::PaginateddebPackageReleaseComponentResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginateddebPackageReleaseComponentResponseList' do
31
+ it 'should create an instance of PaginateddebPackageReleaseComponentResponseList' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::PaginateddebPackageReleaseComponentResponseList)
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 PulpDebClient::PaginateddebReleaseArchitectureResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginateddebReleaseArchitectureResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpDebClient::PaginateddebReleaseArchitectureResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginateddebReleaseArchitectureResponseList' do
31
+ it 'should create an instance of PaginateddebReleaseArchitectureResponseList' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::PaginateddebReleaseArchitectureResponseList)
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 PulpDebClient::PaginateddebReleaseComponentResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginateddebReleaseComponentResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpDebClient::PaginateddebReleaseComponentResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginateddebReleaseComponentResponseList' do
31
+ it 'should create an instance of PaginateddebReleaseComponentResponseList' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::PaginateddebReleaseComponentResponseList)
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
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpDebClient::InlineResponse20013
17
+ # Unit tests for PulpDebClient::PaginateddebReleaseFileResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse20013' do
20
+ describe 'PaginateddebReleaseFileResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpDebClient::InlineResponse20013.new
23
+ @instance = PulpDebClient::PaginateddebReleaseFileResponseList.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 InlineResponse20013' do
31
- it 'should create an instance of InlineResponse20013' do
32
- expect(@instance).to be_instance_of(PulpDebClient::InlineResponse20013)
30
+ describe 'test an instance of PaginateddebReleaseFileResponseList' do
31
+ it 'should create an instance of PaginateddebReleaseFileResponseList' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::PaginateddebReleaseFileResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpDebClient::InlineResponse20010
17
+ # Unit tests for PulpDebClient::PaginateddebReleaseResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse20010' do
20
+ describe 'PaginateddebReleaseResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpDebClient::InlineResponse20010.new
23
+ @instance = PulpDebClient::PaginateddebReleaseResponseList.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 InlineResponse20010' do
31
- it 'should create an instance of InlineResponse20010' do
32
- expect(@instance).to be_instance_of(PulpDebClient::InlineResponse20010)
30
+ describe 'test an instance of PaginateddebReleaseResponseList' do
31
+ it 'should create an instance of PaginateddebReleaseResponseList' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::PaginateddebReleaseResponseList)
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 PulpDebClient::PaginateddebVerbatimPublicationResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginateddebVerbatimPublicationResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpDebClient::PaginateddebVerbatimPublicationResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginateddebVerbatimPublicationResponseList' do
31
+ it 'should create an instance of PaginateddebVerbatimPublicationResponseList' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::PaginateddebVerbatimPublicationResponseList)
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
@@ -140,4 +140,10 @@ describe 'PatcheddebAptRemote' do
140
140
  end
141
141
  end
142
142
 
143
+ describe 'test attribute "ignore_missing_package_indices"' do
144
+ it 'should work' do
145
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
+ end
147
+ end
148
+
143
149
  end