pulp_ansible_client 0.28.0 → 0.28.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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AnsibleCollectionVersionResponse.md +4 -4
  4. data/docs/AnsibleGitRemote.md +26 -26
  5. data/docs/AnsibleGitRemoteResponse.md +30 -30
  6. data/docs/AnsibleRoleResponse.md +4 -4
  7. data/docs/ContentCollectionVersionsApi.md +2 -2
  8. data/docs/DistributionsAnsibleApi.md +10 -10
  9. data/docs/PatchedansibleGitRemote.md +26 -26
  10. data/docs/RemotesCollectionApi.md +10 -10
  11. data/docs/RemotesGitApi.md +10 -10
  12. data/docs/RemotesRoleApi.md +10 -10
  13. data/docs/RepositoriesAnsibleApi.md +10 -10
  14. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +3 -3
  15. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +10 -10
  16. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +10 -10
  17. data/lib/pulp_ansible_client/api/remotes_git_api.rb +10 -10
  18. data/lib/pulp_ansible_client/api/remotes_role_api.rb +10 -10
  19. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +10 -10
  20. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +15 -15
  21. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +239 -239
  22. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +160 -160
  23. data/lib/pulp_ansible_client/models/ansible_role_response.rb +15 -15
  24. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +234 -234
  25. data/lib/pulp_ansible_client/version.rb +1 -1
  26. data/spec/api/content_collection_versions_api_spec.rb +1 -1
  27. data/spec/api/distributions_ansible_api_spec.rb +4 -4
  28. data/spec/api/remotes_collection_api_spec.rb +4 -4
  29. data/spec/api/remotes_git_api_spec.rb +4 -4
  30. data/spec/api/remotes_role_api_spec.rb +4 -4
  31. data/spec/api/repositories_ansible_api_spec.rb +4 -4
  32. data/spec/models/ansible_collection_version_response_spec.rb +2 -2
  33. data/spec/models/ansible_git_remote_response_spec.rb +18 -18
  34. data/spec/models/ansible_git_remote_spec.rb +19 -19
  35. data/spec/models/ansible_role_response_spec.rb +2 -2
  36. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  37. metadata +125 -125
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpAnsibleClient
14
- VERSION = '0.28.0'
14
+ VERSION = '0.28.1'
15
15
  end
@@ -39,9 +39,9 @@ describe 'ContentCollectionVersionsApi' do
39
39
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
40
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
41
41
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
42
- # @option opts [String] :artifact Artifact file representing the physical content
43
42
  # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
44
43
  # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
44
+ # @option opts [String] :artifact Artifact file representing the physical content
45
45
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
46
46
  # @option opts [String] :expected_name The name of the collection.
47
47
  # @option opts [String] :expected_namespace The namespace of the collection.
@@ -143,12 +143,12 @@ describe 'DistributionsAnsibleApi' do
143
143
 
144
144
  # unit tests for partial_update
145
145
  # Update an ansible distribution
146
- # Trigger an asynchronous partial update task
146
+ # Update the entity partially and trigger an asynchronous task if necessary
147
147
  # @param ansible_ansible_distribution_href
148
148
  # @param patchedansible_ansible_distribution
149
149
  # @param [Hash] opts the optional parameters
150
150
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
151
- # @return [AsyncOperationResponse]
151
+ # @return [AnsibleAnsibleDistributionResponse]
152
152
  describe 'partial_update test' do
153
153
  it 'should work' do
154
154
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -214,12 +214,12 @@ describe 'DistributionsAnsibleApi' do
214
214
 
215
215
  # unit tests for update
216
216
  # Update an ansible distribution
217
- # Trigger an asynchronous update task
217
+ # Update the entity and trigger an asynchronous task if necessary
218
218
  # @param ansible_ansible_distribution_href
219
219
  # @param ansible_ansible_distribution
220
220
  # @param [Hash] opts the optional parameters
221
221
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
222
- # @return [AsyncOperationResponse]
222
+ # @return [AnsibleAnsibleDistributionResponse]
223
223
  describe 'update test' do
224
224
  it 'should work' do
225
225
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -146,12 +146,12 @@ describe 'RemotesCollectionApi' do
146
146
 
147
147
  # unit tests for partial_update
148
148
  # Update a collection remote
149
- # Trigger an asynchronous partial update task
149
+ # Update the entity partially and trigger an asynchronous task if necessary
150
150
  # @param ansible_collection_remote_href
151
151
  # @param patchedansible_collection_remote
152
152
  # @param [Hash] opts the optional parameters
153
153
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
154
- # @return [AsyncOperationResponse]
154
+ # @return [AnsibleCollectionRemoteResponse]
155
155
  describe 'partial_update test' do
156
156
  it 'should work' do
157
157
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -217,12 +217,12 @@ describe 'RemotesCollectionApi' do
217
217
 
218
218
  # unit tests for update
219
219
  # Update a collection remote
220
- # Trigger an asynchronous update task
220
+ # Update the entity and trigger an asynchronous task if necessary
221
221
  # @param ansible_collection_remote_href
222
222
  # @param ansible_collection_remote
223
223
  # @param [Hash] opts the optional parameters
224
224
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
225
- # @return [AsyncOperationResponse]
225
+ # @return [AnsibleCollectionRemoteResponse]
226
226
  describe 'update test' do
227
227
  it 'should work' do
228
228
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -142,12 +142,12 @@ describe 'RemotesGitApi' do
142
142
 
143
143
  # unit tests for partial_update
144
144
  # Update a git remote
145
- # Trigger an asynchronous partial update task
145
+ # Update the entity partially and trigger an asynchronous task if necessary
146
146
  # @param ansible_git_remote_href
147
147
  # @param patchedansible_git_remote
148
148
  # @param [Hash] opts the optional parameters
149
149
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
150
- # @return [AsyncOperationResponse]
150
+ # @return [AnsibleGitRemoteResponse]
151
151
  describe 'partial_update test' do
152
152
  it 'should work' do
153
153
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -213,12 +213,12 @@ describe 'RemotesGitApi' do
213
213
 
214
214
  # unit tests for update
215
215
  # Update a git remote
216
- # Trigger an asynchronous update task
216
+ # Update the entity and trigger an asynchronous task if necessary
217
217
  # @param ansible_git_remote_href
218
218
  # @param ansible_git_remote
219
219
  # @param [Hash] opts the optional parameters
220
220
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
221
- # @return [AsyncOperationResponse]
221
+ # @return [AnsibleGitRemoteResponse]
222
222
  describe 'update test' do
223
223
  it 'should work' do
224
224
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -142,12 +142,12 @@ describe 'RemotesRoleApi' do
142
142
 
143
143
  # unit tests for partial_update
144
144
  # Update a role remote
145
- # Trigger an asynchronous partial update task
145
+ # Update the entity partially and trigger an asynchronous task if necessary
146
146
  # @param ansible_role_remote_href
147
147
  # @param patchedansible_role_remote
148
148
  # @param [Hash] opts the optional parameters
149
149
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
150
- # @return [AsyncOperationResponse]
150
+ # @return [AnsibleRoleRemoteResponse]
151
151
  describe 'partial_update test' do
152
152
  it 'should work' do
153
153
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -213,12 +213,12 @@ describe 'RemotesRoleApi' do
213
213
 
214
214
  # unit tests for update
215
215
  # Update a role remote
216
- # Trigger an asynchronous update task
216
+ # Update the entity and trigger an asynchronous task if necessary
217
217
  # @param ansible_role_remote_href
218
218
  # @param ansible_role_remote
219
219
  # @param [Hash] opts the optional parameters
220
220
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
221
- # @return [AsyncOperationResponse]
221
+ # @return [AnsibleRoleRemoteResponse]
222
222
  describe 'update test' do
223
223
  it 'should work' do
224
224
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -199,12 +199,12 @@ describe 'RepositoriesAnsibleApi' do
199
199
 
200
200
  # unit tests for partial_update
201
201
  # Update an ansible repository
202
- # Trigger an asynchronous partial update task
202
+ # Update the entity partially and trigger an asynchronous task if necessary
203
203
  # @param ansible_ansible_repository_href
204
204
  # @param patchedansible_ansible_repository
205
205
  # @param [Hash] opts the optional parameters
206
206
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
207
- # @return [AsyncOperationResponse]
207
+ # @return [AnsibleAnsibleRepositoryResponse]
208
208
  describe 'partial_update test' do
209
209
  it 'should work' do
210
210
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -322,12 +322,12 @@ describe 'RepositoriesAnsibleApi' do
322
322
 
323
323
  # unit tests for update
324
324
  # Update an ansible repository
325
- # Trigger an asynchronous update task
325
+ # Update the entity and trigger an asynchronous task if necessary
326
326
  # @param ansible_ansible_repository_href
327
327
  # @param ansible_ansible_repository
328
328
  # @param [Hash] opts the optional parameters
329
329
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
330
- # @return [AsyncOperationResponse]
330
+ # @return [AnsibleAnsibleRepositoryResponse]
331
331
  describe 'update test' do
332
332
  it 'should work' do
333
333
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -33,7 +33,7 @@ describe PulpAnsibleClient::AnsibleCollectionVersionResponse do
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "pulp_last_updated"' do
36
+ describe 'test attribute "pulp_created"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
@@ -57,7 +57,7 @@ describe PulpAnsibleClient::AnsibleCollectionVersionResponse do
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "pulp_created"' do
60
+ describe 'test attribute "pulp_last_updated"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
@@ -27,49 +27,49 @@ describe PulpAnsibleClient::AnsibleGitRemoteResponse do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "prn"' do
30
+ describe 'test attribute "pulp_created"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "tls_validation"' do
36
+ describe 'test attribute "connect_timeout"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "total_timeout"' do
42
+ describe 'test attribute "name"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "download_concurrency"' do
48
+ describe 'test attribute "pulp_labels"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "proxy_url"' do
54
+ describe 'test attribute "download_concurrency"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "client_cert"' do
60
+ describe 'test attribute "sock_read_timeout"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "sock_connect_timeout"' do
66
+ describe 'test attribute "max_retries"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "pulp_created"' do
72
+ describe 'test attribute "ca_cert"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
@@ -81,19 +81,19 @@ describe PulpAnsibleClient::AnsibleGitRemoteResponse do
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "headers"' do
84
+ describe 'test attribute "rate_limit"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "pulp_last_updated"' do
90
+ describe 'test attribute "total_timeout"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "max_retries"' do
96
+ describe 'test attribute "prn"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
@@ -105,43 +105,43 @@ describe PulpAnsibleClient::AnsibleGitRemoteResponse do
105
105
  end
106
106
  end
107
107
 
108
- describe 'test attribute "rate_limit"' do
108
+ describe 'test attribute "proxy_url"' do
109
109
  it 'should work' do
110
110
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
111
  end
112
112
  end
113
113
 
114
- describe 'test attribute "pulp_labels"' do
114
+ describe 'test attribute "tls_validation"' do
115
115
  it 'should work' do
116
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
117
  end
118
118
  end
119
119
 
120
- describe 'test attribute "connect_timeout"' do
120
+ describe 'test attribute "pulp_last_updated"' do
121
121
  it 'should work' do
122
122
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
123
123
  end
124
124
  end
125
125
 
126
- describe 'test attribute "sock_read_timeout"' do
126
+ describe 'test attribute "client_cert"' do
127
127
  it 'should work' do
128
128
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
129
129
  end
130
130
  end
131
131
 
132
- describe 'test attribute "name"' do
132
+ describe 'test attribute "headers"' do
133
133
  it 'should work' do
134
134
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
135
135
  end
136
136
  end
137
137
 
138
- describe 'test attribute "url"' do
138
+ describe 'test attribute "sock_connect_timeout"' do
139
139
  it 'should work' do
140
140
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
141
141
  end
142
142
  end
143
143
 
144
- describe 'test attribute "ca_cert"' do
144
+ describe 'test attribute "url"' do
145
145
  it 'should work' do
146
146
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
147
  end
@@ -27,25 +27,25 @@ describe PulpAnsibleClient::AnsibleGitRemote do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "proxy_password"' do
30
+ describe 'test attribute "password"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "tls_validation"' do
36
+ describe 'test attribute "connect_timeout"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "password"' do
42
+ describe 'test attribute "name"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "total_timeout"' do
48
+ describe 'test attribute "pulp_labels"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
@@ -57,91 +57,91 @@ describe PulpAnsibleClient::AnsibleGitRemote do
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "username"' do
60
+ describe 'test attribute "client_key"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "proxy_url"' do
66
+ describe 'test attribute "sock_read_timeout"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "client_cert"' do
72
+ describe 'test attribute "max_retries"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "sock_connect_timeout"' do
78
+ describe 'test attribute "ca_cert"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "headers"' do
84
+ describe 'test attribute "username"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "max_retries"' do
90
+ describe 'test attribute "rate_limit"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "proxy_username"' do
96
+ describe 'test attribute "total_timeout"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "rate_limit"' do
102
+ describe 'test attribute "proxy_password"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
106
106
  end
107
107
 
108
- describe 'test attribute "pulp_labels"' do
108
+ describe 'test attribute "proxy_username"' do
109
109
  it 'should work' do
110
110
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
111
  end
112
112
  end
113
113
 
114
- describe 'test attribute "connect_timeout"' do
114
+ describe 'test attribute "proxy_url"' do
115
115
  it 'should work' do
116
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
117
  end
118
118
  end
119
119
 
120
- describe 'test attribute "client_key"' do
120
+ describe 'test attribute "tls_validation"' do
121
121
  it 'should work' do
122
122
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
123
123
  end
124
124
  end
125
125
 
126
- describe 'test attribute "sock_read_timeout"' do
126
+ describe 'test attribute "client_cert"' do
127
127
  it 'should work' do
128
128
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
129
129
  end
130
130
  end
131
131
 
132
- describe 'test attribute "name"' do
132
+ describe 'test attribute "headers"' do
133
133
  it 'should work' do
134
134
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
135
135
  end
136
136
  end
137
137
 
138
- describe 'test attribute "url"' do
138
+ describe 'test attribute "sock_connect_timeout"' do
139
139
  it 'should work' do
140
140
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
141
141
  end
142
142
  end
143
143
 
144
- describe 'test attribute "ca_cert"' do
144
+ describe 'test attribute "url"' do
145
145
  it 'should work' do
146
146
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
147
  end
@@ -33,7 +33,7 @@ describe PulpAnsibleClient::AnsibleRoleResponse do
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "pulp_last_updated"' do
36
+ describe 'test attribute "pulp_created"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
@@ -57,7 +57,7 @@ describe PulpAnsibleClient::AnsibleRoleResponse do
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "pulp_created"' do
60
+ describe 'test attribute "pulp_last_updated"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
@@ -27,25 +27,25 @@ describe PulpAnsibleClient::PatchedansibleGitRemote do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "proxy_password"' do
30
+ describe 'test attribute "password"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "tls_validation"' do
36
+ describe 'test attribute "connect_timeout"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "password"' do
42
+ describe 'test attribute "name"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "total_timeout"' do
48
+ describe 'test attribute "pulp_labels"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
@@ -57,91 +57,91 @@ describe PulpAnsibleClient::PatchedansibleGitRemote do
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "username"' do
60
+ describe 'test attribute "client_key"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "proxy_url"' do
66
+ describe 'test attribute "sock_read_timeout"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "client_cert"' do
72
+ describe 'test attribute "max_retries"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "sock_connect_timeout"' do
78
+ describe 'test attribute "ca_cert"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "headers"' do
84
+ describe 'test attribute "username"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "max_retries"' do
90
+ describe 'test attribute "rate_limit"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "proxy_username"' do
96
+ describe 'test attribute "total_timeout"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "rate_limit"' do
102
+ describe 'test attribute "proxy_password"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
106
106
  end
107
107
 
108
- describe 'test attribute "pulp_labels"' do
108
+ describe 'test attribute "proxy_username"' do
109
109
  it 'should work' do
110
110
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
111
  end
112
112
  end
113
113
 
114
- describe 'test attribute "connect_timeout"' do
114
+ describe 'test attribute "proxy_url"' do
115
115
  it 'should work' do
116
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
117
  end
118
118
  end
119
119
 
120
- describe 'test attribute "client_key"' do
120
+ describe 'test attribute "tls_validation"' do
121
121
  it 'should work' do
122
122
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
123
123
  end
124
124
  end
125
125
 
126
- describe 'test attribute "sock_read_timeout"' do
126
+ describe 'test attribute "client_cert"' do
127
127
  it 'should work' do
128
128
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
129
129
  end
130
130
  end
131
131
 
132
- describe 'test attribute "name"' do
132
+ describe 'test attribute "headers"' do
133
133
  it 'should work' do
134
134
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
135
135
  end
136
136
  end
137
137
 
138
- describe 'test attribute "url"' do
138
+ describe 'test attribute "sock_connect_timeout"' do
139
139
  it 'should work' do
140
140
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
141
141
  end
142
142
  end
143
143
 
144
- describe 'test attribute "ca_cert"' do
144
+ describe 'test attribute "url"' do
145
145
  it 'should work' do
146
146
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
147
  end