pulp_rpm_client 3.25.5 → 3.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ArtifactResponse.md +2 -0
- data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
- data/docs/PaginatedrpmDistributionTreeResponseList.md +2 -2
- data/docs/PaginatedrpmModulemdDefaultsResponseList.md +2 -2
- data/docs/PaginatedrpmModulemdObsoleteResponseList.md +2 -2
- data/docs/PaginatedrpmModulemdResponseList.md +2 -2
- data/docs/PaginatedrpmPackageCategoryResponseList.md +2 -2
- data/docs/PaginatedrpmPackageEnvironmentResponseList.md +2 -2
- data/docs/PaginatedrpmPackageGroupResponseList.md +2 -2
- data/docs/PaginatedrpmPackageLangpacksResponseList.md +2 -2
- data/docs/PaginatedrpmPackageResponseList.md +2 -2
- data/docs/PaginatedrpmRepoMetadataFileResponseList.md +2 -2
- data/docs/PaginatedrpmRpmAlternateContentSourceResponseList.md +2 -2
- data/docs/PaginatedrpmRpmDistributionResponseList.md +2 -2
- data/docs/PaginatedrpmRpmPublicationResponseList.md +2 -2
- data/docs/PaginatedrpmRpmRemoteResponseList.md +2 -2
- data/docs/PaginatedrpmRpmRepositoryResponseList.md +2 -2
- data/docs/PaginatedrpmUlnRemoteResponseList.md +2 -2
- data/docs/PaginatedrpmUpdateRecordResponseList.md +2 -2
- data/docs/RepositoryVersionResponse.md +2 -0
- data/docs/RpmModulemdDefaultsResponse.md +2 -0
- data/docs/RpmModulemdObsoleteResponse.md +2 -0
- data/docs/RpmModulemdResponse.md +2 -0
- data/docs/RpmPackageCategoryResponse.md +2 -0
- data/docs/RpmPackageEnvironmentResponse.md +2 -0
- data/docs/RpmPackageGroupResponse.md +2 -0
- data/docs/RpmPackageLangpacksResponse.md +2 -0
- data/docs/RpmPackageResponse.md +2 -0
- data/docs/RpmRepoMetadataFileResponse.md +2 -0
- data/docs/RpmRpmAlternateContentSourceResponse.md +2 -0
- data/docs/RpmRpmDistributionResponse.md +2 -0
- data/docs/RpmRpmPublicationResponse.md +2 -0
- data/docs/RpmRpmRemoteResponse.md +2 -2
- data/docs/RpmRpmRemoteResponseHiddenFields.md +2 -2
- data/docs/RpmRpmRepositoryResponse.md +2 -0
- data/docs/RpmUlnRemoteResponse.md +2 -2
- data/docs/RpmUpdateRecordResponse.md +2 -0
- data/lib/pulp_rpm_client/models/artifact_response.rb +11 -1
- data/lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_defaults_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_obsolete_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_category_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_environment_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_group_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_langpacks_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_repo_metadata_file_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_alternate_content_source_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_distribution_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_publication_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_remote_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_repository_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_update_record_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/repository_version_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +11 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +11 -11
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +11 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/models/artifact_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_response_spec.rb +6 -0
- data/spec/models/rpm_package_category_response_spec.rb +6 -0
- data/spec/models/rpm_package_environment_response_spec.rb +6 -0
- data/spec/models/rpm_package_group_response_spec.rb +6 -0
- data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
- data/spec/models/rpm_package_response_spec.rb +6 -0
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_remote_response_spec.rb +6 -6
- data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
- data/spec/models/rpm_uln_remote_response_spec.rb +6 -6
- data/spec/models/rpm_update_record_response_spec.rb +6 -0
- metadata +1 -1
|
@@ -20,6 +20,9 @@ module PulpRpmClient
|
|
|
20
20
|
# Timestamp of creation.
|
|
21
21
|
attr_accessor :pulp_created
|
|
22
22
|
|
|
23
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
|
24
|
+
attr_accessor :pulp_last_updated
|
|
25
|
+
|
|
23
26
|
attr_accessor :versions_href
|
|
24
27
|
|
|
25
28
|
attr_accessor :pulp_labels
|
|
@@ -76,6 +79,7 @@ module PulpRpmClient
|
|
|
76
79
|
{
|
|
77
80
|
:'pulp_href' => :'pulp_href',
|
|
78
81
|
:'pulp_created' => :'pulp_created',
|
|
82
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
|
79
83
|
:'versions_href' => :'versions_href',
|
|
80
84
|
:'pulp_labels' => :'pulp_labels',
|
|
81
85
|
:'latest_version_href' => :'latest_version_href',
|
|
@@ -102,6 +106,7 @@ module PulpRpmClient
|
|
|
102
106
|
{
|
|
103
107
|
:'pulp_href' => :'String',
|
|
104
108
|
:'pulp_created' => :'DateTime',
|
|
109
|
+
:'pulp_last_updated' => :'DateTime',
|
|
105
110
|
:'versions_href' => :'String',
|
|
106
111
|
:'pulp_labels' => :'Hash<String, String>',
|
|
107
112
|
:'latest_version_href' => :'String',
|
|
@@ -162,6 +167,10 @@ module PulpRpmClient
|
|
|
162
167
|
self.pulp_created = attributes[:'pulp_created']
|
|
163
168
|
end
|
|
164
169
|
|
|
170
|
+
if attributes.key?(:'pulp_last_updated')
|
|
171
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
172
|
+
end
|
|
173
|
+
|
|
165
174
|
if attributes.key?(:'versions_href')
|
|
166
175
|
self.versions_href = attributes[:'versions_href']
|
|
167
176
|
end
|
|
@@ -344,6 +353,7 @@ module PulpRpmClient
|
|
|
344
353
|
self.class == o.class &&
|
|
345
354
|
pulp_href == o.pulp_href &&
|
|
346
355
|
pulp_created == o.pulp_created &&
|
|
356
|
+
pulp_last_updated == o.pulp_last_updated &&
|
|
347
357
|
versions_href == o.versions_href &&
|
|
348
358
|
pulp_labels == o.pulp_labels &&
|
|
349
359
|
latest_version_href == o.latest_version_href &&
|
|
@@ -373,7 +383,7 @@ module PulpRpmClient
|
|
|
373
383
|
# Calculates hash code according to all attributes.
|
|
374
384
|
# @return [Integer] Hash code
|
|
375
385
|
def hash
|
|
376
|
-
[pulp_href, pulp_created, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type].hash
|
|
386
|
+
[pulp_href, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type].hash
|
|
377
387
|
end
|
|
378
388
|
|
|
379
389
|
# Builds the object from hash
|
|
@@ -20,6 +20,9 @@ module PulpRpmClient
|
|
|
20
20
|
# Timestamp of creation.
|
|
21
21
|
attr_accessor :pulp_created
|
|
22
22
|
|
|
23
|
+
# Timestamp of the most recent update of the remote.
|
|
24
|
+
attr_accessor :pulp_last_updated
|
|
25
|
+
|
|
23
26
|
# A unique name for this remote.
|
|
24
27
|
attr_accessor :name
|
|
25
28
|
|
|
@@ -40,9 +43,6 @@ module PulpRpmClient
|
|
|
40
43
|
|
|
41
44
|
attr_accessor :pulp_labels
|
|
42
45
|
|
|
43
|
-
# Timestamp of the most recent update of the remote.
|
|
44
|
-
attr_accessor :pulp_last_updated
|
|
45
|
-
|
|
46
46
|
# Total number of simultaneous connections. If not set then the default value will be used.
|
|
47
47
|
attr_accessor :download_concurrency
|
|
48
48
|
|
|
@@ -81,6 +81,7 @@ module PulpRpmClient
|
|
|
81
81
|
{
|
|
82
82
|
:'pulp_href' => :'pulp_href',
|
|
83
83
|
:'pulp_created' => :'pulp_created',
|
|
84
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
|
84
85
|
:'name' => :'name',
|
|
85
86
|
:'url' => :'url',
|
|
86
87
|
:'ca_cert' => :'ca_cert',
|
|
@@ -88,7 +89,6 @@ module PulpRpmClient
|
|
|
88
89
|
:'tls_validation' => :'tls_validation',
|
|
89
90
|
:'proxy_url' => :'proxy_url',
|
|
90
91
|
:'pulp_labels' => :'pulp_labels',
|
|
91
|
-
:'pulp_last_updated' => :'pulp_last_updated',
|
|
92
92
|
:'download_concurrency' => :'download_concurrency',
|
|
93
93
|
:'max_retries' => :'max_retries',
|
|
94
94
|
:'policy' => :'policy',
|
|
@@ -108,6 +108,7 @@ module PulpRpmClient
|
|
|
108
108
|
{
|
|
109
109
|
:'pulp_href' => :'String',
|
|
110
110
|
:'pulp_created' => :'DateTime',
|
|
111
|
+
:'pulp_last_updated' => :'DateTime',
|
|
111
112
|
:'name' => :'String',
|
|
112
113
|
:'url' => :'String',
|
|
113
114
|
:'ca_cert' => :'String',
|
|
@@ -115,7 +116,6 @@ module PulpRpmClient
|
|
|
115
116
|
:'tls_validation' => :'Boolean',
|
|
116
117
|
:'proxy_url' => :'String',
|
|
117
118
|
:'pulp_labels' => :'Hash<String, String>',
|
|
118
|
-
:'pulp_last_updated' => :'DateTime',
|
|
119
119
|
:'download_concurrency' => :'Integer',
|
|
120
120
|
:'max_retries' => :'Integer',
|
|
121
121
|
:'policy' => :'PolicyEnum',
|
|
@@ -170,6 +170,10 @@ module PulpRpmClient
|
|
|
170
170
|
self.pulp_created = attributes[:'pulp_created']
|
|
171
171
|
end
|
|
172
172
|
|
|
173
|
+
if attributes.key?(:'pulp_last_updated')
|
|
174
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
175
|
+
end
|
|
176
|
+
|
|
173
177
|
if attributes.key?(:'name')
|
|
174
178
|
self.name = attributes[:'name']
|
|
175
179
|
end
|
|
@@ -200,10 +204,6 @@ module PulpRpmClient
|
|
|
200
204
|
end
|
|
201
205
|
end
|
|
202
206
|
|
|
203
|
-
if attributes.key?(:'pulp_last_updated')
|
|
204
|
-
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
205
|
-
end
|
|
206
|
-
|
|
207
207
|
if attributes.key?(:'download_concurrency')
|
|
208
208
|
self.download_concurrency = attributes[:'download_concurrency']
|
|
209
209
|
end
|
|
@@ -358,6 +358,7 @@ module PulpRpmClient
|
|
|
358
358
|
self.class == o.class &&
|
|
359
359
|
pulp_href == o.pulp_href &&
|
|
360
360
|
pulp_created == o.pulp_created &&
|
|
361
|
+
pulp_last_updated == o.pulp_last_updated &&
|
|
361
362
|
name == o.name &&
|
|
362
363
|
url == o.url &&
|
|
363
364
|
ca_cert == o.ca_cert &&
|
|
@@ -365,7 +366,6 @@ module PulpRpmClient
|
|
|
365
366
|
tls_validation == o.tls_validation &&
|
|
366
367
|
proxy_url == o.proxy_url &&
|
|
367
368
|
pulp_labels == o.pulp_labels &&
|
|
368
|
-
pulp_last_updated == o.pulp_last_updated &&
|
|
369
369
|
download_concurrency == o.download_concurrency &&
|
|
370
370
|
max_retries == o.max_retries &&
|
|
371
371
|
policy == o.policy &&
|
|
@@ -388,7 +388,7 @@ module PulpRpmClient
|
|
|
388
388
|
# Calculates hash code according to all attributes.
|
|
389
389
|
# @return [Integer] Hash code
|
|
390
390
|
def hash
|
|
391
|
-
[pulp_href, pulp_created, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels,
|
|
391
|
+
[pulp_href, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields, uln_server_base_url].hash
|
|
392
392
|
end
|
|
393
393
|
|
|
394
394
|
# Builds the object from hash
|
|
@@ -20,6 +20,9 @@ module PulpRpmClient
|
|
|
20
20
|
# Timestamp of creation.
|
|
21
21
|
attr_accessor :pulp_created
|
|
22
22
|
|
|
23
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
|
24
|
+
attr_accessor :pulp_last_updated
|
|
25
|
+
|
|
23
26
|
# Update id (short update name, e.g. RHEA-2013:1777)
|
|
24
27
|
attr_accessor :id
|
|
25
28
|
|
|
@@ -79,6 +82,7 @@ module PulpRpmClient
|
|
|
79
82
|
{
|
|
80
83
|
:'pulp_href' => :'pulp_href',
|
|
81
84
|
:'pulp_created' => :'pulp_created',
|
|
85
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
|
82
86
|
:'id' => :'id',
|
|
83
87
|
:'updated_date' => :'updated_date',
|
|
84
88
|
:'description' => :'description',
|
|
@@ -105,6 +109,7 @@ module PulpRpmClient
|
|
|
105
109
|
{
|
|
106
110
|
:'pulp_href' => :'String',
|
|
107
111
|
:'pulp_created' => :'DateTime',
|
|
112
|
+
:'pulp_last_updated' => :'DateTime',
|
|
108
113
|
:'id' => :'String',
|
|
109
114
|
:'updated_date' => :'String',
|
|
110
115
|
:'description' => :'String',
|
|
@@ -155,6 +160,10 @@ module PulpRpmClient
|
|
|
155
160
|
self.pulp_created = attributes[:'pulp_created']
|
|
156
161
|
end
|
|
157
162
|
|
|
163
|
+
if attributes.key?(:'pulp_last_updated')
|
|
164
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
165
|
+
end
|
|
166
|
+
|
|
158
167
|
if attributes.key?(:'id')
|
|
159
168
|
self.id = attributes[:'id']
|
|
160
169
|
end
|
|
@@ -252,6 +261,7 @@ module PulpRpmClient
|
|
|
252
261
|
self.class == o.class &&
|
|
253
262
|
pulp_href == o.pulp_href &&
|
|
254
263
|
pulp_created == o.pulp_created &&
|
|
264
|
+
pulp_last_updated == o.pulp_last_updated &&
|
|
255
265
|
id == o.id &&
|
|
256
266
|
updated_date == o.updated_date &&
|
|
257
267
|
description == o.description &&
|
|
@@ -281,7 +291,7 @@ module PulpRpmClient
|
|
|
281
291
|
# Calculates hash code according to all attributes.
|
|
282
292
|
# @return [Integer] Hash code
|
|
283
293
|
def hash
|
|
284
|
-
[pulp_href, pulp_created, id, updated_date, description, issued_date, fromstr, status, title, summary, version, type, severity, solution, release, rights, pushcount, pkglist, references, reboot_suggested].hash
|
|
294
|
+
[pulp_href, pulp_created, pulp_last_updated, id, updated_date, description, issued_date, fromstr, status, title, summary, version, type, severity, solution, release, rights, pushcount, pkglist, references, reboot_suggested].hash
|
|
285
295
|
end
|
|
286
296
|
|
|
287
297
|
# Builds the object from hash
|
|
@@ -44,6 +44,12 @@ describe 'ArtifactResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "file"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RepositoryVersionResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "number"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmModulemdDefaultsResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "_module"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmModulemdObsoleteResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "modified"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmModulemdResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "name"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmPackageCategoryResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "id"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmPackageEnvironmentResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "id"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmPackageGroupResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "id"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmPackageLangpacksResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "matches"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmPackageResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "md5"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmRepoMetadataFileResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "md5"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmRpmAlternateContentSourceResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "name"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmRpmDistributionResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "base_path"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmRpmPublicationResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "repository_version"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmRpmRemoteResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "name"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -86,12 +92,6 @@ describe 'RpmRpmRemoteResponse' do
|
|
|
86
92
|
end
|
|
87
93
|
end
|
|
88
94
|
|
|
89
|
-
describe 'test attribute "pulp_last_updated"' do
|
|
90
|
-
it 'should work' do
|
|
91
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
92
|
-
end
|
|
93
|
-
end
|
|
94
|
-
|
|
95
95
|
describe 'test attribute "download_concurrency"' do
|
|
96
96
|
it 'should work' do
|
|
97
97
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmRpmRepositoryResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "versions_href"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmUlnRemoteResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "name"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -86,12 +92,6 @@ describe 'RpmUlnRemoteResponse' do
|
|
|
86
92
|
end
|
|
87
93
|
end
|
|
88
94
|
|
|
89
|
-
describe 'test attribute "pulp_last_updated"' do
|
|
90
|
-
it 'should work' do
|
|
91
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
92
|
-
end
|
|
93
|
-
end
|
|
94
|
-
|
|
95
95
|
describe 'test attribute "download_concurrency"' do
|
|
96
96
|
it 'should work' do
|
|
97
97
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'RpmUpdateRecordResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
|
47
53
|
describe 'test attribute "id"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|