pulp_rpm_client 3.29.5 → 3.30.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.
- checksums.yaml +4 -4
- data/README.md +5 -8
- data/docs/AcsRpmApi.md +28 -64
- data/docs/ContentAdvisoriesApi.md +8 -22
- data/docs/ContentDistributionTreesApi.md +8 -20
- data/docs/ContentModulemdDefaultsApi.md +12 -28
- data/docs/ContentModulemdObsoletesApi.md +12 -28
- data/docs/ContentModulemdsApi.md +12 -28
- data/docs/ContentPackagecategoriesApi.md +8 -20
- data/docs/ContentPackageenvironmentsApi.md +8 -20
- data/docs/ContentPackagegroupsApi.md +8 -20
- data/docs/ContentPackagelangpacksApi.md +8 -20
- data/docs/ContentPackagesApi.md +8 -22
- data/docs/ContentRepoMetadataFilesApi.md +8 -20
- data/docs/DistributionsRpmApi.md +32 -72
- data/docs/PatchedrpmRpmDistribution.md +3 -1
- data/docs/PatchedrpmRpmRepository.md +1 -9
- data/docs/PublicationsRpmApi.md +16 -40
- data/docs/RemotesRpmApi.md +32 -72
- data/docs/RemotesUlnApi.md +32 -72
- data/docs/RepositoriesRpmApi.md +40 -88
- data/docs/RepositoriesRpmVersionsApi.md +10 -22
- data/docs/RpmCompsApi.md +0 -2
- data/docs/RpmCopyApi.md +4 -8
- data/docs/RpmPackageResponse.md +2 -2
- data/docs/RpmPruneApi.md +4 -8
- data/docs/RpmRpmDistribution.md +3 -1
- data/docs/RpmRpmDistributionResponse.md +3 -1
- data/docs/RpmRpmPublication.md +3 -9
- data/docs/RpmRpmPublicationResponse.md +8 -6
- data/docs/RpmRpmRepository.md +1 -9
- data/docs/RpmRpmRepositoryResponse.md +5 -5
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +0 -33
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packages_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +0 -12
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +0 -36
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +0 -24
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +0 -36
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +0 -36
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +0 -42
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -15
- data/lib/pulp_rpm_client/api/rpm_comps_api.rb +0 -3
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +0 -3
- data/lib/pulp_rpm_client/api/rpm_prune_api.rb +0 -3
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +13 -4
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +2 -94
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +11 -92
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +28 -13
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +2 -94
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +17 -12
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +0 -11
- data/spec/api/content_advisories_api_spec.rb +0 -5
- data/spec/api/content_distribution_trees_api_spec.rb +0 -4
- data/spec/api/content_modulemd_defaults_api_spec.rb +0 -5
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +0 -5
- data/spec/api/content_modulemds_api_spec.rb +0 -5
- data/spec/api/content_packagecategories_api_spec.rb +0 -4
- data/spec/api/content_packageenvironments_api_spec.rb +0 -4
- data/spec/api/content_packagegroups_api_spec.rb +0 -4
- data/spec/api/content_packagelangpacks_api_spec.rb +0 -4
- data/spec/api/content_packages_api_spec.rb +0 -5
- data/spec/api/content_repo_metadata_files_api_spec.rb +0 -4
- data/spec/api/distributions_rpm_api_spec.rb +0 -12
- data/spec/api/publications_rpm_api_spec.rb +0 -8
- data/spec/api/remotes_rpm_api_spec.rb +0 -12
- data/spec/api/remotes_uln_api_spec.rb +0 -12
- data/spec/api/repositories_rpm_api_spec.rb +0 -14
- data/spec/api/repositories_rpm_versions_api_spec.rb +1 -5
- data/spec/api/rpm_comps_api_spec.rb +0 -1
- data/spec/api/rpm_copy_api_spec.rb +0 -1
- data/spec/api/rpm_prune_api_spec.rb +0 -1
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +6 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +0 -24
- data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_distribution_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_spec.rb +2 -20
- data/spec/models/rpm_rpm_repository_spec.rb +0 -24
- metadata +82 -82
@@ -36,7 +36,6 @@ describe 'ContentPackagesApi' do
|
|
36
36
|
# Create a package
|
37
37
|
# Trigger an asynchronous task to create an RPM package,optionally create new repository version.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
39
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
41
40
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
42
41
|
# @option opts [String] :artifact Artifact file representing the physical content
|
@@ -55,7 +54,6 @@ describe 'ContentPackagesApi' do
|
|
55
54
|
# List packages
|
56
55
|
# A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
|
57
56
|
# @param [Hash] opts the optional parameters
|
58
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
59
57
|
# @option opts [String] :arch Filter results where arch matches value
|
60
58
|
# @option opts [String] :arch__contains Filter results where arch contains value
|
61
59
|
# @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
|
@@ -110,7 +108,6 @@ describe 'ContentPackagesApi' do
|
|
110
108
|
# A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
|
111
109
|
# @param rpm_package_href
|
112
110
|
# @param [Hash] opts the optional parameters
|
113
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
114
111
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
115
112
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
116
113
|
# @return [RpmPackageResponse]
|
@@ -126,7 +123,6 @@ describe 'ContentPackagesApi' do
|
|
126
123
|
# @param rpm_package_href
|
127
124
|
# @param set_label
|
128
125
|
# @param [Hash] opts the optional parameters
|
129
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
130
126
|
# @return [SetLabelResponse]
|
131
127
|
describe 'set_label test' do
|
132
128
|
it 'should work' do
|
@@ -140,7 +136,6 @@ describe 'ContentPackagesApi' do
|
|
140
136
|
# @param rpm_package_href
|
141
137
|
# @param unset_label
|
142
138
|
# @param [Hash] opts the optional parameters
|
143
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
144
139
|
# @return [UnsetLabelResponse]
|
145
140
|
describe 'unset_label test' do
|
146
141
|
it 'should work' do
|
@@ -36,7 +36,6 @@ describe 'ContentRepoMetadataFilesApi' do
|
|
36
36
|
# List repo metadata files
|
37
37
|
# RepoMetadataFile Viewset.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
41
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
42
41
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -63,7 +62,6 @@ describe 'ContentRepoMetadataFilesApi' do
|
|
63
62
|
# RepoMetadataFile Viewset.
|
64
63
|
# @param rpm_repo_metadata_file_href
|
65
64
|
# @param [Hash] opts the optional parameters
|
66
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
67
65
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
68
66
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
69
67
|
# @return [RpmRepoMetadataFileResponse]
|
@@ -79,7 +77,6 @@ describe 'ContentRepoMetadataFilesApi' do
|
|
79
77
|
# @param rpm_repo_metadata_file_href
|
80
78
|
# @param set_label
|
81
79
|
# @param [Hash] opts the optional parameters
|
82
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
83
80
|
# @return [SetLabelResponse]
|
84
81
|
describe 'set_label test' do
|
85
82
|
it 'should work' do
|
@@ -93,7 +90,6 @@ describe 'ContentRepoMetadataFilesApi' do
|
|
93
90
|
# @param rpm_repo_metadata_file_href
|
94
91
|
# @param unset_label
|
95
92
|
# @param [Hash] opts the optional parameters
|
96
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
97
93
|
# @return [UnsetLabelResponse]
|
98
94
|
describe 'unset_label test' do
|
99
95
|
it 'should work' do
|
@@ -38,7 +38,6 @@ describe 'DistributionsRpmApi' do
|
|
38
38
|
# @param rpm_rpm_distribution_href
|
39
39
|
# @param nested_role
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
42
41
|
# @return [NestedRoleResponse]
|
43
42
|
describe 'add_role test' do
|
44
43
|
it 'should work' do
|
@@ -51,7 +50,6 @@ describe 'DistributionsRpmApi' do
|
|
51
50
|
# Trigger an asynchronous create task
|
52
51
|
# @param rpm_rpm_distribution
|
53
52
|
# @param [Hash] opts the optional parameters
|
54
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
55
53
|
# @return [AsyncOperationResponse]
|
56
54
|
describe 'create test' do
|
57
55
|
it 'should work' do
|
@@ -64,7 +62,6 @@ describe 'DistributionsRpmApi' do
|
|
64
62
|
# Trigger an asynchronous delete task
|
65
63
|
# @param rpm_rpm_distribution_href
|
66
64
|
# @param [Hash] opts the optional parameters
|
67
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
68
65
|
# @return [AsyncOperationResponse]
|
69
66
|
describe 'delete test' do
|
70
67
|
it 'should work' do
|
@@ -76,7 +73,6 @@ describe 'DistributionsRpmApi' do
|
|
76
73
|
# List rpm distributions
|
77
74
|
# ViewSet for RPM Distributions.
|
78
75
|
# @param [Hash] opts the optional parameters
|
79
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
80
76
|
# @option opts [String] :base_path Filter results where base_path matches value
|
81
77
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
82
78
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
@@ -116,7 +112,6 @@ describe 'DistributionsRpmApi' do
|
|
116
112
|
# List roles assigned to this object.
|
117
113
|
# @param rpm_rpm_distribution_href
|
118
114
|
# @param [Hash] opts the optional parameters
|
119
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
120
115
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
121
116
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
122
117
|
# @return [ObjectRolesResponse]
|
@@ -131,7 +126,6 @@ describe 'DistributionsRpmApi' do
|
|
131
126
|
# List permissions available to the current user on this object.
|
132
127
|
# @param rpm_rpm_distribution_href
|
133
128
|
# @param [Hash] opts the optional parameters
|
134
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
135
129
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
136
130
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
137
131
|
# @return [MyPermissionsResponse]
|
@@ -147,7 +141,6 @@ describe 'DistributionsRpmApi' do
|
|
147
141
|
# @param rpm_rpm_distribution_href
|
148
142
|
# @param patchedrpm_rpm_distribution
|
149
143
|
# @param [Hash] opts the optional parameters
|
150
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
151
144
|
# @return [AsyncOperationResponse]
|
152
145
|
describe 'partial_update test' do
|
153
146
|
it 'should work' do
|
@@ -160,7 +153,6 @@ describe 'DistributionsRpmApi' do
|
|
160
153
|
# ViewSet for RPM Distributions.
|
161
154
|
# @param rpm_rpm_distribution_href
|
162
155
|
# @param [Hash] opts the optional parameters
|
163
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
164
156
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
165
157
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
166
158
|
# @return [RpmRpmDistributionResponse]
|
@@ -176,7 +168,6 @@ describe 'DistributionsRpmApi' do
|
|
176
168
|
# @param rpm_rpm_distribution_href
|
177
169
|
# @param nested_role
|
178
170
|
# @param [Hash] opts the optional parameters
|
179
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
180
171
|
# @return [NestedRoleResponse]
|
181
172
|
describe 'remove_role test' do
|
182
173
|
it 'should work' do
|
@@ -190,7 +181,6 @@ describe 'DistributionsRpmApi' do
|
|
190
181
|
# @param rpm_rpm_distribution_href
|
191
182
|
# @param set_label
|
192
183
|
# @param [Hash] opts the optional parameters
|
193
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
194
184
|
# @return [SetLabelResponse]
|
195
185
|
describe 'set_label test' do
|
196
186
|
it 'should work' do
|
@@ -204,7 +194,6 @@ describe 'DistributionsRpmApi' do
|
|
204
194
|
# @param rpm_rpm_distribution_href
|
205
195
|
# @param unset_label
|
206
196
|
# @param [Hash] opts the optional parameters
|
207
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
208
197
|
# @return [UnsetLabelResponse]
|
209
198
|
describe 'unset_label test' do
|
210
199
|
it 'should work' do
|
@@ -218,7 +207,6 @@ describe 'DistributionsRpmApi' do
|
|
218
207
|
# @param rpm_rpm_distribution_href
|
219
208
|
# @param rpm_rpm_distribution
|
220
209
|
# @param [Hash] opts the optional parameters
|
221
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
222
210
|
# @return [AsyncOperationResponse]
|
223
211
|
describe 'update test' do
|
224
212
|
it 'should work' do
|
@@ -38,7 +38,6 @@ describe 'PublicationsRpmApi' do
|
|
38
38
|
# @param rpm_rpm_publication_href
|
39
39
|
# @param nested_role
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
42
41
|
# @return [NestedRoleResponse]
|
43
42
|
describe 'add_role test' do
|
44
43
|
it 'should work' do
|
@@ -51,7 +50,6 @@ describe 'PublicationsRpmApi' do
|
|
51
50
|
# Trigger an asynchronous task to create a new RPM content publication.
|
52
51
|
# @param rpm_rpm_publication
|
53
52
|
# @param [Hash] opts the optional parameters
|
54
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
55
53
|
# @return [AsyncOperationResponse]
|
56
54
|
describe 'create test' do
|
57
55
|
it 'should work' do
|
@@ -64,7 +62,6 @@ describe 'PublicationsRpmApi' do
|
|
64
62
|
# ViewSet for Rpm Publications.
|
65
63
|
# @param rpm_rpm_publication_href
|
66
64
|
# @param [Hash] opts the optional parameters
|
67
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
68
65
|
# @return [nil]
|
69
66
|
describe 'delete test' do
|
70
67
|
it 'should work' do
|
@@ -76,7 +73,6 @@ describe 'PublicationsRpmApi' do
|
|
76
73
|
# List rpm publications
|
77
74
|
# ViewSet for Rpm Publications.
|
78
75
|
# @param [Hash] opts the optional parameters
|
79
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
80
76
|
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
81
77
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
82
78
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
@@ -110,7 +106,6 @@ describe 'PublicationsRpmApi' do
|
|
110
106
|
# List roles assigned to this object.
|
111
107
|
# @param rpm_rpm_publication_href
|
112
108
|
# @param [Hash] opts the optional parameters
|
113
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
114
109
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
115
110
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
116
111
|
# @return [ObjectRolesResponse]
|
@@ -125,7 +120,6 @@ describe 'PublicationsRpmApi' do
|
|
125
120
|
# List permissions available to the current user on this object.
|
126
121
|
# @param rpm_rpm_publication_href
|
127
122
|
# @param [Hash] opts the optional parameters
|
128
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
129
123
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
130
124
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
131
125
|
# @return [MyPermissionsResponse]
|
@@ -140,7 +134,6 @@ describe 'PublicationsRpmApi' do
|
|
140
134
|
# ViewSet for Rpm Publications.
|
141
135
|
# @param rpm_rpm_publication_href
|
142
136
|
# @param [Hash] opts the optional parameters
|
143
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
144
137
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
145
138
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
146
139
|
# @return [RpmRpmPublicationResponse]
|
@@ -156,7 +149,6 @@ describe 'PublicationsRpmApi' do
|
|
156
149
|
# @param rpm_rpm_publication_href
|
157
150
|
# @param nested_role
|
158
151
|
# @param [Hash] opts the optional parameters
|
159
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
160
152
|
# @return [NestedRoleResponse]
|
161
153
|
describe 'remove_role test' do
|
162
154
|
it 'should work' do
|
@@ -38,7 +38,6 @@ describe 'RemotesRpmApi' do
|
|
38
38
|
# @param rpm_rpm_remote_href
|
39
39
|
# @param nested_role
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
42
41
|
# @return [NestedRoleResponse]
|
43
42
|
describe 'add_role test' do
|
44
43
|
it 'should work' do
|
@@ -51,7 +50,6 @@ describe 'RemotesRpmApi' do
|
|
51
50
|
# A ViewSet for RpmRemote.
|
52
51
|
# @param rpm_rpm_remote
|
53
52
|
# @param [Hash] opts the optional parameters
|
54
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
55
53
|
# @return [RpmRpmRemoteResponse]
|
56
54
|
describe 'create test' do
|
57
55
|
it 'should work' do
|
@@ -64,7 +62,6 @@ describe 'RemotesRpmApi' do
|
|
64
62
|
# Trigger an asynchronous delete task
|
65
63
|
# @param rpm_rpm_remote_href
|
66
64
|
# @param [Hash] opts the optional parameters
|
67
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
68
65
|
# @return [AsyncOperationResponse]
|
69
66
|
describe 'delete test' do
|
70
67
|
it 'should work' do
|
@@ -76,7 +73,6 @@ describe 'RemotesRpmApi' do
|
|
76
73
|
# List rpm remotes
|
77
74
|
# A ViewSet for RpmRemote.
|
78
75
|
# @param [Hash] opts the optional parameters
|
79
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
80
76
|
# @option opts [Integer] :limit Number of results to return per page.
|
81
77
|
# @option opts [String] :name Filter results where name matches value
|
82
78
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -115,7 +111,6 @@ describe 'RemotesRpmApi' do
|
|
115
111
|
# List roles assigned to this object.
|
116
112
|
# @param rpm_rpm_remote_href
|
117
113
|
# @param [Hash] opts the optional parameters
|
118
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
119
114
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
120
115
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
121
116
|
# @return [ObjectRolesResponse]
|
@@ -130,7 +125,6 @@ describe 'RemotesRpmApi' do
|
|
130
125
|
# List permissions available to the current user on this object.
|
131
126
|
# @param rpm_rpm_remote_href
|
132
127
|
# @param [Hash] opts the optional parameters
|
133
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
134
128
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
135
129
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
136
130
|
# @return [MyPermissionsResponse]
|
@@ -146,7 +140,6 @@ describe 'RemotesRpmApi' do
|
|
146
140
|
# @param rpm_rpm_remote_href
|
147
141
|
# @param patchedrpm_rpm_remote
|
148
142
|
# @param [Hash] opts the optional parameters
|
149
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
150
143
|
# @return [AsyncOperationResponse]
|
151
144
|
describe 'partial_update test' do
|
152
145
|
it 'should work' do
|
@@ -159,7 +152,6 @@ describe 'RemotesRpmApi' do
|
|
159
152
|
# A ViewSet for RpmRemote.
|
160
153
|
# @param rpm_rpm_remote_href
|
161
154
|
# @param [Hash] opts the optional parameters
|
162
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
163
155
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
164
156
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
165
157
|
# @return [RpmRpmRemoteResponse]
|
@@ -175,7 +167,6 @@ describe 'RemotesRpmApi' do
|
|
175
167
|
# @param rpm_rpm_remote_href
|
176
168
|
# @param nested_role
|
177
169
|
# @param [Hash] opts the optional parameters
|
178
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
179
170
|
# @return [NestedRoleResponse]
|
180
171
|
describe 'remove_role test' do
|
181
172
|
it 'should work' do
|
@@ -189,7 +180,6 @@ describe 'RemotesRpmApi' do
|
|
189
180
|
# @param rpm_rpm_remote_href
|
190
181
|
# @param set_label
|
191
182
|
# @param [Hash] opts the optional parameters
|
192
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
193
183
|
# @return [SetLabelResponse]
|
194
184
|
describe 'set_label test' do
|
195
185
|
it 'should work' do
|
@@ -203,7 +193,6 @@ describe 'RemotesRpmApi' do
|
|
203
193
|
# @param rpm_rpm_remote_href
|
204
194
|
# @param unset_label
|
205
195
|
# @param [Hash] opts the optional parameters
|
206
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
207
196
|
# @return [UnsetLabelResponse]
|
208
197
|
describe 'unset_label test' do
|
209
198
|
it 'should work' do
|
@@ -217,7 +206,6 @@ describe 'RemotesRpmApi' do
|
|
217
206
|
# @param rpm_rpm_remote_href
|
218
207
|
# @param rpm_rpm_remote
|
219
208
|
# @param [Hash] opts the optional parameters
|
220
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
221
209
|
# @return [AsyncOperationResponse]
|
222
210
|
describe 'update test' do
|
223
211
|
it 'should work' do
|
@@ -38,7 +38,6 @@ describe 'RemotesUlnApi' do
|
|
38
38
|
# @param rpm_uln_remote_href
|
39
39
|
# @param nested_role
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
42
41
|
# @return [NestedRoleResponse]
|
43
42
|
describe 'add_role test' do
|
44
43
|
it 'should work' do
|
@@ -51,7 +50,6 @@ describe 'RemotesUlnApi' do
|
|
51
50
|
# A ViewSet for UlnRemote.
|
52
51
|
# @param rpm_uln_remote
|
53
52
|
# @param [Hash] opts the optional parameters
|
54
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
55
53
|
# @return [RpmUlnRemoteResponse]
|
56
54
|
describe 'create test' do
|
57
55
|
it 'should work' do
|
@@ -64,7 +62,6 @@ describe 'RemotesUlnApi' do
|
|
64
62
|
# Trigger an asynchronous delete task
|
65
63
|
# @param rpm_uln_remote_href
|
66
64
|
# @param [Hash] opts the optional parameters
|
67
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
68
65
|
# @return [AsyncOperationResponse]
|
69
66
|
describe 'delete test' do
|
70
67
|
it 'should work' do
|
@@ -76,7 +73,6 @@ describe 'RemotesUlnApi' do
|
|
76
73
|
# List uln remotes
|
77
74
|
# A ViewSet for UlnRemote.
|
78
75
|
# @param [Hash] opts the optional parameters
|
79
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
80
76
|
# @option opts [Integer] :limit Number of results to return per page.
|
81
77
|
# @option opts [String] :name Filter results where name matches value
|
82
78
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -115,7 +111,6 @@ describe 'RemotesUlnApi' do
|
|
115
111
|
# List roles assigned to this object.
|
116
112
|
# @param rpm_uln_remote_href
|
117
113
|
# @param [Hash] opts the optional parameters
|
118
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
119
114
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
120
115
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
121
116
|
# @return [ObjectRolesResponse]
|
@@ -130,7 +125,6 @@ describe 'RemotesUlnApi' do
|
|
130
125
|
# List permissions available to the current user on this object.
|
131
126
|
# @param rpm_uln_remote_href
|
132
127
|
# @param [Hash] opts the optional parameters
|
133
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
134
128
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
135
129
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
136
130
|
# @return [MyPermissionsResponse]
|
@@ -146,7 +140,6 @@ describe 'RemotesUlnApi' do
|
|
146
140
|
# @param rpm_uln_remote_href
|
147
141
|
# @param patchedrpm_uln_remote
|
148
142
|
# @param [Hash] opts the optional parameters
|
149
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
150
143
|
# @return [AsyncOperationResponse]
|
151
144
|
describe 'partial_update test' do
|
152
145
|
it 'should work' do
|
@@ -159,7 +152,6 @@ describe 'RemotesUlnApi' do
|
|
159
152
|
# A ViewSet for UlnRemote.
|
160
153
|
# @param rpm_uln_remote_href
|
161
154
|
# @param [Hash] opts the optional parameters
|
162
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
163
155
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
164
156
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
165
157
|
# @return [RpmUlnRemoteResponse]
|
@@ -175,7 +167,6 @@ describe 'RemotesUlnApi' do
|
|
175
167
|
# @param rpm_uln_remote_href
|
176
168
|
# @param nested_role
|
177
169
|
# @param [Hash] opts the optional parameters
|
178
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
179
170
|
# @return [NestedRoleResponse]
|
180
171
|
describe 'remove_role test' do
|
181
172
|
it 'should work' do
|
@@ -189,7 +180,6 @@ describe 'RemotesUlnApi' do
|
|
189
180
|
# @param rpm_uln_remote_href
|
190
181
|
# @param set_label
|
191
182
|
# @param [Hash] opts the optional parameters
|
192
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
193
183
|
# @return [SetLabelResponse]
|
194
184
|
describe 'set_label test' do
|
195
185
|
it 'should work' do
|
@@ -203,7 +193,6 @@ describe 'RemotesUlnApi' do
|
|
203
193
|
# @param rpm_uln_remote_href
|
204
194
|
# @param unset_label
|
205
195
|
# @param [Hash] opts the optional parameters
|
206
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
207
196
|
# @return [UnsetLabelResponse]
|
208
197
|
describe 'unset_label test' do
|
209
198
|
it 'should work' do
|
@@ -217,7 +206,6 @@ describe 'RemotesUlnApi' do
|
|
217
206
|
# @param rpm_uln_remote_href
|
218
207
|
# @param rpm_uln_remote
|
219
208
|
# @param [Hash] opts the optional parameters
|
220
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
221
209
|
# @return [AsyncOperationResponse]
|
222
210
|
describe 'update test' do
|
223
211
|
it 'should work' do
|
@@ -38,7 +38,6 @@ describe 'RepositoriesRpmApi' do
|
|
38
38
|
# @param rpm_rpm_repository_href
|
39
39
|
# @param nested_role
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
42
41
|
# @return [NestedRoleResponse]
|
43
42
|
describe 'add_role test' do
|
44
43
|
it 'should work' do
|
@@ -51,7 +50,6 @@ describe 'RepositoriesRpmApi' do
|
|
51
50
|
# A ViewSet for RpmRepository.
|
52
51
|
# @param rpm_rpm_repository
|
53
52
|
# @param [Hash] opts the optional parameters
|
54
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
55
53
|
# @return [RpmRpmRepositoryResponse]
|
56
54
|
describe 'create test' do
|
57
55
|
it 'should work' do
|
@@ -64,7 +62,6 @@ describe 'RepositoriesRpmApi' do
|
|
64
62
|
# Trigger an asynchronous delete task
|
65
63
|
# @param rpm_rpm_repository_href
|
66
64
|
# @param [Hash] opts the optional parameters
|
67
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
68
65
|
# @return [AsyncOperationResponse]
|
69
66
|
describe 'delete test' do
|
70
67
|
it 'should work' do
|
@@ -76,7 +73,6 @@ describe 'RepositoriesRpmApi' do
|
|
76
73
|
# List rpm repositorys
|
77
74
|
# A ViewSet for RpmRepository.
|
78
75
|
# @param [Hash] opts the optional parameters
|
79
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
80
76
|
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
81
77
|
# @option opts [Integer] :limit Number of results to return per page.
|
82
78
|
# @option opts [String] :name Filter results where name matches value
|
@@ -119,7 +115,6 @@ describe 'RepositoriesRpmApi' do
|
|
119
115
|
# List roles assigned to this object.
|
120
116
|
# @param rpm_rpm_repository_href
|
121
117
|
# @param [Hash] opts the optional parameters
|
122
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
123
118
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
124
119
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
125
120
|
# @return [ObjectRolesResponse]
|
@@ -135,7 +130,6 @@ describe 'RepositoriesRpmApi' do
|
|
135
130
|
# @param rpm_rpm_repository_href
|
136
131
|
# @param repository_add_remove_content
|
137
132
|
# @param [Hash] opts the optional parameters
|
138
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
139
133
|
# @return [AsyncOperationResponse]
|
140
134
|
describe 'modify test' do
|
141
135
|
it 'should work' do
|
@@ -148,7 +142,6 @@ describe 'RepositoriesRpmApi' do
|
|
148
142
|
# List permissions available to the current user on this object.
|
149
143
|
# @param rpm_rpm_repository_href
|
150
144
|
# @param [Hash] opts the optional parameters
|
151
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
152
145
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
153
146
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
154
147
|
# @return [MyPermissionsResponse]
|
@@ -164,7 +157,6 @@ describe 'RepositoriesRpmApi' do
|
|
164
157
|
# @param rpm_rpm_repository_href
|
165
158
|
# @param patchedrpm_rpm_repository
|
166
159
|
# @param [Hash] opts the optional parameters
|
167
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
168
160
|
# @return [AsyncOperationResponse]
|
169
161
|
describe 'partial_update test' do
|
170
162
|
it 'should work' do
|
@@ -177,7 +169,6 @@ describe 'RepositoriesRpmApi' do
|
|
177
169
|
# A ViewSet for RpmRepository.
|
178
170
|
# @param rpm_rpm_repository_href
|
179
171
|
# @param [Hash] opts the optional parameters
|
180
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
181
172
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
182
173
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
183
174
|
# @return [RpmRpmRepositoryResponse]
|
@@ -193,7 +184,6 @@ describe 'RepositoriesRpmApi' do
|
|
193
184
|
# @param rpm_rpm_repository_href
|
194
185
|
# @param nested_role
|
195
186
|
# @param [Hash] opts the optional parameters
|
196
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
197
187
|
# @return [NestedRoleResponse]
|
198
188
|
describe 'remove_role test' do
|
199
189
|
it 'should work' do
|
@@ -207,7 +197,6 @@ describe 'RepositoriesRpmApi' do
|
|
207
197
|
# @param rpm_rpm_repository_href
|
208
198
|
# @param set_label
|
209
199
|
# @param [Hash] opts the optional parameters
|
210
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
211
200
|
# @return [SetLabelResponse]
|
212
201
|
describe 'set_label test' do
|
213
202
|
it 'should work' do
|
@@ -221,7 +210,6 @@ describe 'RepositoriesRpmApi' do
|
|
221
210
|
# @param rpm_rpm_repository_href
|
222
211
|
# @param rpm_repository_sync_url
|
223
212
|
# @param [Hash] opts the optional parameters
|
224
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
225
213
|
# @return [AsyncOperationResponse]
|
226
214
|
describe 'sync test' do
|
227
215
|
it 'should work' do
|
@@ -235,7 +223,6 @@ describe 'RepositoriesRpmApi' do
|
|
235
223
|
# @param rpm_rpm_repository_href
|
236
224
|
# @param unset_label
|
237
225
|
# @param [Hash] opts the optional parameters
|
238
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
239
226
|
# @return [UnsetLabelResponse]
|
240
227
|
describe 'unset_label test' do
|
241
228
|
it 'should work' do
|
@@ -249,7 +236,6 @@ describe 'RepositoriesRpmApi' do
|
|
249
236
|
# @param rpm_rpm_repository_href
|
250
237
|
# @param rpm_rpm_repository
|
251
238
|
# @param [Hash] opts the optional parameters
|
252
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
253
239
|
# @return [AsyncOperationResponse]
|
254
240
|
describe 'update test' do
|
255
241
|
it 'should work' do
|
@@ -37,7 +37,6 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
37
37
|
# Trigger an asynchronous task to delete a repository version.
|
38
38
|
# @param rpm_rpm_repository_version_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
40
|
# @return [AsyncOperationResponse]
|
42
41
|
describe 'delete test' do
|
43
42
|
it 'should work' do
|
@@ -50,7 +49,6 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
50
49
|
# RpmRepositoryVersion represents a single rpm repository version.
|
51
50
|
# @param rpm_rpm_repository_href
|
52
51
|
# @param [Hash] opts the optional parameters
|
53
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
54
52
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
55
53
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
56
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
@@ -61,7 +59,7 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
61
59
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
62
60
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
63
61
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
64
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `
|
62
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
65
63
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
66
64
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
67
65
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -86,7 +84,6 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
86
84
|
# RpmRepositoryVersion represents a single rpm repository version.
|
87
85
|
# @param rpm_rpm_repository_version_href
|
88
86
|
# @param [Hash] opts the optional parameters
|
89
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
90
87
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
91
88
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
92
89
|
# @return [RepositoryVersionResponse]
|
@@ -101,7 +98,6 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
101
98
|
# @param rpm_rpm_repository_version_href
|
102
99
|
# @param repair
|
103
100
|
# @param [Hash] opts the optional parameters
|
104
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
105
101
|
# @return [AsyncOperationResponse]
|
106
102
|
describe 'repair test' do
|
107
103
|
it 'should work' do
|
@@ -37,7 +37,6 @@ describe 'RpmCompsApi' do
|
|
37
37
|
# Trigger an asynchronous task to upload a comps.xml file.
|
38
38
|
# @param file Full path of a comps.xml file that may be parsed into comps.xml Content units.
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
40
|
# @option opts [String] :repository URI of an RPM repository the comps.xml content units should be associated to.
|
42
41
|
# @option opts [Boolean] :replace If true, incoming comps.xml replaces existing comps-related ContentUnits in the specified repository.
|
43
42
|
# @return [AsyncOperationResponse]
|
@@ -37,7 +37,6 @@ describe 'RpmCopyApi' do
|
|
37
37
|
# Trigger an asynchronous task to copy RPM contentfrom one repository into another, creating a newrepository version.
|
38
38
|
# @param copy
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
40
|
# @return [AsyncOperationResponse]
|
42
41
|
describe 'copy_content test' do
|
43
42
|
it 'should work' do
|
@@ -36,7 +36,6 @@ describe 'RpmPruneApi' do
|
|
36
36
|
# Trigger an asynchronous old-Package-prune operation.
|
37
37
|
# @param prune_packages
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
39
|
# @return [TaskGroupOperationResponse]
|
41
40
|
describe 'prune_packages test' do
|
42
41
|
it 'should work' do
|
@@ -75,4 +75,10 @@ describe PulpRpmClient::PatchedrpmRpmDistribution do
|
|
75
75
|
end
|
76
76
|
end
|
77
77
|
|
78
|
+
describe 'test attribute "checkpoint"' do
|
79
|
+
it 'should work' do
|
80
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
81
|
+
end
|
82
|
+
end
|
83
|
+
|
78
84
|
end
|
@@ -93,30 +93,6 @@ describe PulpRpmClient::PatchedrpmRpmRepository do
|
|
93
93
|
end
|
94
94
|
end
|
95
95
|
|
96
|
-
describe 'test attribute "metadata_checksum_type"' do
|
97
|
-
it 'should work' do
|
98
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
describe 'test attribute "package_checksum_type"' do
|
103
|
-
it 'should work' do
|
104
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
105
|
-
end
|
106
|
-
end
|
107
|
-
|
108
|
-
describe 'test attribute "gpgcheck"' do
|
109
|
-
it 'should work' do
|
110
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
111
|
-
end
|
112
|
-
end
|
113
|
-
|
114
|
-
describe 'test attribute "repo_gpgcheck"' do
|
115
|
-
it 'should work' do
|
116
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
117
|
-
end
|
118
|
-
end
|
119
|
-
|
120
96
|
describe 'test attribute "repo_config"' do
|
121
97
|
it 'should work' do
|
122
98
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -111,4 +111,10 @@ describe PulpRpmClient::RpmRpmDistributionResponse do
|
|
111
111
|
end
|
112
112
|
end
|
113
113
|
|
114
|
+
describe 'test attribute "checkpoint"' do
|
115
|
+
it 'should work' do
|
116
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
117
|
+
end
|
118
|
+
end
|
119
|
+
|
114
120
|
end
|