pulp_rpm_client 3.7.0 → 3.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -25
  3. data/docs/ContentAdvisoriesApi.md +2 -2
  4. data/docs/ContentDistributionTreesApi.md +2 -55
  5. data/docs/ContentModulemdDefaultsApi.md +2 -2
  6. data/docs/ContentModulemdsApi.md +2 -2
  7. data/docs/ContentPackagecategoriesApi.md +2 -55
  8. data/docs/ContentPackageenvironmentsApi.md +2 -55
  9. data/docs/ContentPackagegroupsApi.md +2 -55
  10. data/docs/ContentPackagelangpacksApi.md +2 -55
  11. data/docs/ContentPackagesApi.md +2 -2
  12. data/docs/ContentRepoMetadataFilesApi.md +2 -55
  13. data/docs/DistributionsRpmApi.md +2 -2
  14. data/docs/{InlineResponse20014.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  15. data/docs/{InlineResponse2001.md → PaginatedrpmDistributionTreeResponseList.md} +4 -4
  16. data/docs/{InlineResponse2002.md → PaginatedrpmModulemdDefaultsResponseList.md} +4 -4
  17. data/docs/{InlineResponse2003.md → PaginatedrpmModulemdResponseList.md} +4 -4
  18. data/docs/{InlineResponse2004.md → PaginatedrpmPackageCategoryResponseList.md} +4 -4
  19. data/docs/{InlineResponse2005.md → PaginatedrpmPackageEnvironmentResponseList.md} +4 -4
  20. data/docs/{InlineResponse2006.md → PaginatedrpmPackageGroupResponseList.md} +4 -4
  21. data/docs/{InlineResponse2007.md → PaginatedrpmPackageLangpacksResponseList.md} +4 -4
  22. data/docs/{InlineResponse2008.md → PaginatedrpmPackageResponseList.md} +4 -4
  23. data/docs/{InlineResponse2009.md → PaginatedrpmRepoMetadataFileResponseList.md} +4 -4
  24. data/docs/{InlineResponse20010.md → PaginatedrpmRpmDistributionResponseList.md} +4 -4
  25. data/docs/{InlineResponse20011.md → PaginatedrpmRpmPublicationResponseList.md} +4 -4
  26. data/docs/{InlineResponse20012.md → PaginatedrpmRpmRemoteResponseList.md} +4 -4
  27. data/docs/{InlineResponse20013.md → PaginatedrpmRpmRepositoryResponseList.md} +4 -4
  28. data/docs/{InlineResponse200.md → PaginatedrpmUpdateRecordResponseList.md} +4 -4
  29. data/docs/PublicationsRpmApi.md +2 -2
  30. data/docs/RemotesRpmApi.md +2 -2
  31. data/docs/RepositoriesRpmApi.md +2 -2
  32. data/docs/RepositoriesRpmVersionsApi.md +2 -2
  33. data/docs/RpmRpmPublication.md +5 -1
  34. data/docs/RpmRpmPublicationResponse.md +5 -1
  35. data/lib/pulp_rpm_client/api/content_advisories_api.rb +3 -3
  36. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +3 -63
  37. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +3 -3
  38. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +3 -3
  39. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +3 -63
  40. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +3 -63
  41. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +3 -63
  42. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +3 -63
  43. data/lib/pulp_rpm_client/api/content_packages_api.rb +3 -3
  44. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +3 -63
  45. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +3 -3
  46. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +3 -3
  47. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +3 -3
  48. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +3 -3
  49. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -3
  50. data/lib/pulp_rpm_client/models/{inline_response20014.rb → paginated_repository_version_response_list.rb} +3 -3
  51. data/lib/pulp_rpm_client/models/{inline_response2001.rb → paginatedrpm_distribution_tree_response_list.rb} +3 -3
  52. data/lib/pulp_rpm_client/models/{inline_response2002.rb → paginatedrpm_modulemd_defaults_response_list.rb} +3 -3
  53. data/lib/pulp_rpm_client/models/{inline_response2003.rb → paginatedrpm_modulemd_response_list.rb} +3 -3
  54. data/lib/pulp_rpm_client/models/{inline_response2004.rb → paginatedrpm_package_category_response_list.rb} +3 -3
  55. data/lib/pulp_rpm_client/models/{inline_response2005.rb → paginatedrpm_package_environment_response_list.rb} +3 -3
  56. data/lib/pulp_rpm_client/models/{inline_response2006.rb → paginatedrpm_package_group_response_list.rb} +3 -3
  57. data/lib/pulp_rpm_client/models/{inline_response2007.rb → paginatedrpm_package_langpacks_response_list.rb} +3 -3
  58. data/lib/pulp_rpm_client/models/{inline_response2008.rb → paginatedrpm_package_response_list.rb} +3 -3
  59. data/lib/pulp_rpm_client/models/{inline_response2009.rb → paginatedrpm_repo_metadata_file_response_list.rb} +3 -3
  60. data/lib/pulp_rpm_client/models/{inline_response20010.rb → paginatedrpm_rpm_distribution_response_list.rb} +3 -3
  61. data/lib/pulp_rpm_client/models/{inline_response20011.rb → paginatedrpm_rpm_publication_response_list.rb} +3 -3
  62. data/lib/pulp_rpm_client/models/{inline_response20012.rb → paginatedrpm_rpm_remote_response_list.rb} +3 -3
  63. data/lib/pulp_rpm_client/models/{inline_response20013.rb → paginatedrpm_rpm_repository_response_list.rb} +3 -3
  64. data/lib/pulp_rpm_client/models/{inline_response200.rb → paginatedrpm_update_record_response_list.rb} +3 -3
  65. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +22 -0
  66. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +76 -4
  67. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +76 -4
  68. data/lib/pulp_rpm_client/version.rb +1 -1
  69. data/lib/pulp_rpm_client.rb +15 -15
  70. data/spec/api/content_advisories_api_spec.rb +1 -1
  71. data/spec/api/content_distribution_trees_api_spec.rb +1 -13
  72. data/spec/api/content_modulemd_defaults_api_spec.rb +1 -1
  73. data/spec/api/content_modulemds_api_spec.rb +1 -1
  74. data/spec/api/content_packagecategories_api_spec.rb +1 -13
  75. data/spec/api/content_packageenvironments_api_spec.rb +1 -13
  76. data/spec/api/content_packagegroups_api_spec.rb +1 -13
  77. data/spec/api/content_packagelangpacks_api_spec.rb +1 -13
  78. data/spec/api/content_packages_api_spec.rb +1 -1
  79. data/spec/api/content_repo_metadata_files_api_spec.rb +1 -13
  80. data/spec/api/distributions_rpm_api_spec.rb +1 -1
  81. data/spec/api/publications_rpm_api_spec.rb +1 -1
  82. data/spec/api/remotes_rpm_api_spec.rb +1 -1
  83. data/spec/api/repositories_rpm_api_spec.rb +1 -1
  84. data/spec/api/repositories_rpm_versions_api_spec.rb +1 -1
  85. data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
  86. data/spec/models/paginatedrpm_distribution_tree_response_list_spec.rb +59 -0
  87. data/spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb +59 -0
  88. data/spec/models/{inline_response20011_spec.rb → paginatedrpm_modulemd_response_list_spec.rb} +6 -6
  89. data/spec/models/paginatedrpm_package_category_response_list_spec.rb +59 -0
  90. data/spec/models/paginatedrpm_package_environment_response_list_spec.rb +59 -0
  91. data/spec/models/{inline_response20013_spec.rb → paginatedrpm_package_group_response_list_spec.rb} +6 -6
  92. data/spec/models/paginatedrpm_package_langpacks_response_list_spec.rb +59 -0
  93. data/spec/models/{inline_response20010_spec.rb → paginatedrpm_package_response_list_spec.rb} +6 -6
  94. data/spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb +59 -0
  95. data/spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb +59 -0
  96. data/spec/models/paginatedrpm_rpm_publication_response_list_spec.rb +59 -0
  97. data/spec/models/{inline_response20012_spec.rb → paginatedrpm_rpm_remote_response_list_spec.rb} +6 -6
  98. data/spec/models/paginatedrpm_rpm_repository_response_list_spec.rb +59 -0
  99. data/spec/models/paginatedrpm_update_record_response_list_spec.rb +59 -0
  100. data/spec/models/rpm_repository_sync_url_spec.rb +4 -0
  101. data/spec/models/rpm_rpm_publication_response_spec.rb +12 -0
  102. data/spec/models/rpm_rpm_publication_spec.rb +12 -0
  103. metadata +62 -62
  104. data/spec/models/inline_response20014_spec.rb +0 -59
  105. data/spec/models/inline_response2001_spec.rb +0 -59
  106. data/spec/models/inline_response2002_spec.rb +0 -59
  107. data/spec/models/inline_response2003_spec.rb +0 -59
  108. data/spec/models/inline_response2004_spec.rb +0 -59
  109. data/spec/models/inline_response2005_spec.rb +0 -59
  110. data/spec/models/inline_response2006_spec.rb +0 -59
  111. data/spec/models/inline_response2007_spec.rb +0 -59
  112. data/spec/models/inline_response2008_spec.rb +0 -59
  113. data/spec/models/inline_response2009_spec.rb +0 -59
  114. 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 PulpRpmClient::PaginatedrpmPackageCategoryResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedrpmPackageCategoryResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpRpmClient::PaginatedrpmPackageCategoryResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedrpmPackageCategoryResponseList' do
31
+ it 'should create an instance of PaginatedrpmPackageCategoryResponseList' do
32
+ expect(@instance).to be_instance_of(PulpRpmClient::PaginatedrpmPackageCategoryResponseList)
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 PulpRpmClient::PaginatedrpmPackageEnvironmentResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedrpmPackageEnvironmentResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpRpmClient::PaginatedrpmPackageEnvironmentResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedrpmPackageEnvironmentResponseList' do
31
+ it 'should create an instance of PaginatedrpmPackageEnvironmentResponseList' do
32
+ expect(@instance).to be_instance_of(PulpRpmClient::PaginatedrpmPackageEnvironmentResponseList)
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 PulpRpmClient::InlineResponse20013
17
+ # Unit tests for PulpRpmClient::PaginatedrpmPackageGroupResponseList
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 'PaginatedrpmPackageGroupResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpRpmClient::InlineResponse20013.new
23
+ @instance = PulpRpmClient::PaginatedrpmPackageGroupResponseList.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(PulpRpmClient::InlineResponse20013)
30
+ describe 'test an instance of PaginatedrpmPackageGroupResponseList' do
31
+ it 'should create an instance of PaginatedrpmPackageGroupResponseList' do
32
+ expect(@instance).to be_instance_of(PulpRpmClient::PaginatedrpmPackageGroupResponseList)
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 PulpRpmClient::PaginatedrpmPackageLangpacksResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedrpmPackageLangpacksResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpRpmClient::PaginatedrpmPackageLangpacksResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedrpmPackageLangpacksResponseList' do
31
+ it 'should create an instance of PaginatedrpmPackageLangpacksResponseList' do
32
+ expect(@instance).to be_instance_of(PulpRpmClient::PaginatedrpmPackageLangpacksResponseList)
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 PulpRpmClient::InlineResponse20010
17
+ # Unit tests for PulpRpmClient::PaginatedrpmPackageResponseList
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 'PaginatedrpmPackageResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpRpmClient::InlineResponse20010.new
23
+ @instance = PulpRpmClient::PaginatedrpmPackageResponseList.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(PulpRpmClient::InlineResponse20010)
30
+ describe 'test an instance of PaginatedrpmPackageResponseList' do
31
+ it 'should create an instance of PaginatedrpmPackageResponseList' do
32
+ expect(@instance).to be_instance_of(PulpRpmClient::PaginatedrpmPackageResponseList)
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 PulpRpmClient::PaginatedrpmRepoMetadataFileResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedrpmRepoMetadataFileResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpRpmClient::PaginatedrpmRepoMetadataFileResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedrpmRepoMetadataFileResponseList' do
31
+ it 'should create an instance of PaginatedrpmRepoMetadataFileResponseList' do
32
+ expect(@instance).to be_instance_of(PulpRpmClient::PaginatedrpmRepoMetadataFileResponseList)
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 PulpRpmClient::PaginatedrpmRpmDistributionResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedrpmRpmDistributionResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpRpmClient::PaginatedrpmRpmDistributionResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedrpmRpmDistributionResponseList' do
31
+ it 'should create an instance of PaginatedrpmRpmDistributionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpRpmClient::PaginatedrpmRpmDistributionResponseList)
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 PulpRpmClient::PaginatedrpmRpmPublicationResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedrpmRpmPublicationResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpRpmClient::PaginatedrpmRpmPublicationResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedrpmRpmPublicationResponseList' do
31
+ it 'should create an instance of PaginatedrpmRpmPublicationResponseList' do
32
+ expect(@instance).to be_instance_of(PulpRpmClient::PaginatedrpmRpmPublicationResponseList)
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 PulpRpmClient::InlineResponse20012
17
+ # Unit tests for PulpRpmClient::PaginatedrpmRpmRemoteResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse20012' do
20
+ describe 'PaginatedrpmRpmRemoteResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpRpmClient::InlineResponse20012.new
23
+ @instance = PulpRpmClient::PaginatedrpmRpmRemoteResponseList.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 InlineResponse20012' do
31
- it 'should create an instance of InlineResponse20012' do
32
- expect(@instance).to be_instance_of(PulpRpmClient::InlineResponse20012)
30
+ describe 'test an instance of PaginatedrpmRpmRemoteResponseList' do
31
+ it 'should create an instance of PaginatedrpmRpmRemoteResponseList' do
32
+ expect(@instance).to be_instance_of(PulpRpmClient::PaginatedrpmRpmRemoteResponseList)
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 PulpRpmClient::PaginatedrpmRpmRepositoryResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedrpmRpmRepositoryResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpRpmClient::PaginatedrpmRpmRepositoryResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedrpmRpmRepositoryResponseList' do
31
+ it 'should create an instance of PaginatedrpmRpmRepositoryResponseList' do
32
+ expect(@instance).to be_instance_of(PulpRpmClient::PaginatedrpmRpmRepositoryResponseList)
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 PulpRpmClient::PaginatedrpmUpdateRecordResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedrpmUpdateRecordResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpRpmClient::PaginatedrpmUpdateRecordResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedrpmUpdateRecordResponseList' do
31
+ it 'should create an instance of PaginatedrpmUpdateRecordResponseList' do
32
+ expect(@instance).to be_instance_of(PulpRpmClient::PaginatedrpmUpdateRecordResponseList)
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
@@ -47,6 +47,10 @@ describe 'RpmRepositorySyncURL' do
47
47
  describe 'test attribute "skip_types"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["srpm"])
51
+ # validator.allowable_values.each do |value|
52
+ # expect { @instance.skip_types = value }.not_to raise_error
53
+ # end
50
54
  end
51
55
  end
52
56
 
@@ -68,4 +68,16 @@ describe 'RpmRpmPublicationResponse' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "gpgcheck"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ describe 'test attribute "repo_gpgcheck"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
71
83
  end
@@ -56,4 +56,16 @@ describe 'RpmRpmPublication' do
56
56
  end
57
57
  end
58
58
 
59
+ describe 'test attribute "gpgcheck"' 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 "repo_gpgcheck"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
59
71
  end