pulp_ansible_client 0.14.2 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -4
  3. data/docs/AnsibleAnsibleRepository.md +2 -2
  4. data/docs/AnsibleAnsibleRepositoryResponse.md +2 -2
  5. data/docs/AnsibleCollectionRemoteResponse.md +0 -2
  6. data/docs/AnsibleCollectionVersion.md +3 -3
  7. data/docs/AnsibleCollectionVersionResponse.md +3 -3
  8. data/docs/AnsibleGitRemote.md +26 -26
  9. data/docs/AnsibleGitRemoteResponse.md +22 -22
  10. data/docs/AnsibleRepositoryRebuild.md +21 -0
  11. data/docs/AnsibleRoleResponse.md +3 -3
  12. data/docs/ClientConfigurationResponse.md +17 -0
  13. data/docs/ContentCollectionVersionsApi.md +3 -3
  14. data/docs/PatchedansibleAnsibleRepository.md +2 -2
  15. data/docs/PatchedansibleGitRemote.md +26 -26
  16. data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +67 -0
  17. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +57 -0
  18. data/docs/RepositoriesAnsibleApi.md +55 -0
  19. data/docs/RepositoriesAnsibleVersionsApi.md +55 -0
  20. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +1 -1
  21. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +4 -4
  22. data/lib/pulp_ansible_client/api/content_roles_api.rb +1 -1
  23. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +1 -1
  24. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +88 -0
  25. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +1 -1
  26. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +1 -1
  27. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +76 -0
  28. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +1 -1
  29. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +69 -1
  30. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +69 -1
  31. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +24 -10
  32. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +9 -10
  33. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +0 -2
  34. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +1 -29
  35. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
  36. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +11 -11
  37. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +224 -224
  38. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +130 -130
  39. data/lib/pulp_ansible_client/models/ansible_repository_rebuild.rb +273 -0
  40. data/lib/pulp_ansible_client/models/ansible_role_response.rb +11 -11
  41. data/lib/pulp_ansible_client/models/client_configuration_response.rb +208 -0
  42. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +24 -10
  43. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +0 -2
  44. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +213 -213
  45. data/lib/pulp_ansible_client/version.rb +1 -1
  46. data/lib/pulp_ansible_client.rb +4 -0
  47. data/spec/api/content_collection_versions_api_spec.rb +1 -1
  48. data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +48 -0
  49. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +45 -0
  50. data/spec/api/repositories_ansible_api_spec.rb +12 -0
  51. data/spec/api/repositories_ansible_versions_api_spec.rb +12 -0
  52. data/spec/models/ansible_ansible_repository_response_spec.rb +1 -1
  53. data/spec/models/ansible_ansible_repository_spec.rb +1 -1
  54. data/spec/models/ansible_collection_remote_response_spec.rb +0 -6
  55. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  56. data/spec/models/ansible_collection_version_spec.rb +3 -3
  57. data/spec/models/ansible_git_remote_response_spec.rb +16 -16
  58. data/spec/models/ansible_git_remote_spec.rb +20 -20
  59. data/spec/models/ansible_repository_rebuild_spec.rb +53 -0
  60. data/spec/models/ansible_role_response_spec.rb +3 -3
  61. data/spec/models/client_configuration_response_spec.rb +41 -0
  62. data/spec/models/patchedansible_ansible_repository_spec.rb +1 -1
  63. data/spec/models/patchedansible_git_remote_spec.rb +20 -20
  64. metadata +18 -2
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpAnsibleClient
14
- VERSION = '0.14.2'
14
+ VERSION = '0.15.0'
15
15
  end
@@ -31,6 +31,7 @@ require 'pulp_ansible_client/models/ansible_collection_version_signature'
31
31
  require 'pulp_ansible_client/models/ansible_collection_version_signature_response'
32
32
  require 'pulp_ansible_client/models/ansible_git_remote'
33
33
  require 'pulp_ansible_client/models/ansible_git_remote_response'
34
+ require 'pulp_ansible_client/models/ansible_repository_rebuild'
34
35
  require 'pulp_ansible_client/models/ansible_repository_signature'
35
36
  require 'pulp_ansible_client/models/ansible_repository_sync_url'
36
37
  require 'pulp_ansible_client/models/ansible_role'
@@ -40,6 +41,7 @@ require 'pulp_ansible_client/models/ansible_role_response'
40
41
  require 'pulp_ansible_client/models/ansible_tag_response'
41
42
  require 'pulp_ansible_client/models/artifact_ref_response'
42
43
  require 'pulp_ansible_client/models/async_operation_response'
44
+ require 'pulp_ansible_client/models/client_configuration_response'
43
45
  require 'pulp_ansible_client/models/collection_import_detail_response'
44
46
  require 'pulp_ansible_client/models/collection_metadata_response'
45
47
  require 'pulp_ansible_client/models/collection_namespace_response'
@@ -109,6 +111,7 @@ require 'pulp_ansible_client/api/pulp_ansible_api_v3_collections_api'
109
111
  require 'pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api'
110
112
  require 'pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api'
111
113
  require 'pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api'
114
+ require 'pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api'
112
115
  require 'pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api'
113
116
  require 'pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api'
114
117
  require 'pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api'
@@ -125,6 +128,7 @@ require 'pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api'
125
128
  require 'pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api'
126
129
  require 'pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api'
127
130
  require 'pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api'
131
+ require 'pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api'
128
132
  require 'pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api'
129
133
  require 'pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api'
130
134
  require 'pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api'
@@ -39,9 +39,9 @@ describe 'ContentCollectionVersionsApi' do
39
39
  # @param namespace The namespace of the collection.
40
40
  # @param version The version of the collection.
41
41
  # @param [Hash] opts the optional parameters
42
+ # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
42
43
  # @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
43
44
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
44
- # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
45
45
  # @return [AsyncOperationResponse]
46
46
  describe 'create test' do
47
47
  it 'should work' do
@@ -0,0 +1,48 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleClientConfigurationApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'PulpAnsibleApiV3PluginAnsibleClientConfigurationApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of PulpAnsibleApiV3PluginAnsibleClientConfigurationApi' do
30
+ it 'should create an instance of PulpAnsibleApiV3PluginAnsibleClientConfigurationApi' do
31
+ expect(@api_instance).to be_instance_of(PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleClientConfigurationApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for get
36
+ # Get the client configs.
37
+ # @param path
38
+ # @param [Hash] opts the optional parameters
39
+ # @option opts [String] :fields A list of fields to include in the response.
40
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
41
+ # @return [ClientConfigurationResponse]
42
+ describe 'get test' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
+ end
46
+ end
47
+
48
+ end
@@ -0,0 +1,45 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi' do
30
+ it 'should create an instance of PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi' do
31
+ expect(@api_instance).to be_instance_of(PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for get
36
+ # Get the client configs.
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [ClientConfigurationResponse]
39
+ describe 'get test' do
40
+ it 'should work' do
41
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ end
43
+ end
44
+
45
+ end
@@ -119,6 +119,18 @@ describe 'RepositoriesAnsibleApi' do
119
119
  end
120
120
  end
121
121
 
122
+ # unit tests for rebuild_metadata
123
+ # Trigger an asynchronous task to rebuild Ansible content meta.
124
+ # @param ansible_ansible_repository_href
125
+ # @param ansible_repository_rebuild
126
+ # @param [Hash] opts the optional parameters
127
+ # @return [AsyncOperationResponse]
128
+ describe 'rebuild_metadata test' do
129
+ it 'should work' do
130
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
131
+ end
132
+ end
133
+
122
134
  # unit tests for sign
123
135
  # Trigger an asynchronous task to sign Ansible content.
124
136
  # @param ansible_ansible_repository_href
@@ -89,6 +89,18 @@ describe 'RepositoriesAnsibleVersionsApi' do
89
89
  end
90
90
  end
91
91
 
92
+ # unit tests for rebuild_metadata
93
+ # Trigger an asynchronous task to rebuild Ansible content meta.
94
+ # @param ansible_ansible_repository_version_href
95
+ # @param ansible_repository_rebuild
96
+ # @param [Hash] opts the optional parameters
97
+ # @return [AsyncOperationResponse]
98
+ describe 'rebuild_metadata test' do
99
+ it 'should work' do
100
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
101
+ end
102
+ end
103
+
92
104
  # unit tests for repair
93
105
  # Trigger an asynchronous task to repair a repository version.
94
106
  # @param ansible_ansible_repository_version_href
@@ -92,7 +92,7 @@ describe 'AnsibleAnsibleRepositoryResponse' do
92
92
  end
93
93
  end
94
94
 
95
- describe 'test attribute "keyring"' do
95
+ describe 'test attribute "gpgkey"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
98
  end
@@ -68,7 +68,7 @@ describe 'AnsibleAnsibleRepository' do
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "keyring"' do
71
+ describe 'test attribute "gpgkey"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
@@ -158,12 +158,6 @@ describe 'AnsibleCollectionRemoteResponse' do
158
158
  end
159
159
  end
160
160
 
161
- describe 'test attribute "token"' do
162
- it 'should work' do
163
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
- end
165
- end
166
-
167
161
  describe 'test attribute "sync_dependencies"' do
168
162
  it 'should work' do
169
163
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,19 +32,19 @@ describe 'AnsibleCollectionVersionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleCollectionVersionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_href"' do
35
+ describe 'test attribute "pulp_created"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "artifact"' do
41
+ describe 'test attribute "pulp_href"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "pulp_created"' do
47
+ describe 'test attribute "artifact"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -32,19 +32,19 @@ describe 'AnsibleCollectionVersion' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleCollectionVersion)
33
33
  end
34
34
  end
35
- describe 'test attribute "upload"' do
35
+ describe 'test attribute "file"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "repository"' do
41
+ describe 'test attribute "upload"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "file"' do
47
+ describe 'test attribute "repository"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -32,7 +32,7 @@ describe 'AnsibleGitRemoteResponse' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleGitRemoteResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "connect_timeout"' do
35
+ describe 'test attribute "pulp_href"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
@@ -50,91 +50,91 @@ describe 'AnsibleGitRemoteResponse' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "client_cert"' do
53
+ describe 'test attribute "ca_cert"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "url"' do
59
+ describe 'test attribute "name"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "pulp_labels"' do
65
+ describe 'test attribute "client_cert"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "rate_limit"' do
71
+ describe 'test attribute "connect_timeout"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "pulp_created"' do
77
+ describe 'test attribute "sock_read_timeout"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
81
81
  end
82
82
 
83
- describe 'test attribute "headers"' do
83
+ describe 'test attribute "pulp_labels"' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  end
87
87
  end
88
88
 
89
- describe 'test attribute "max_retries"' do
89
+ describe 'test attribute "pulp_last_updated"' do
90
90
  it 'should work' do
91
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
92
  end
93
93
  end
94
94
 
95
- describe 'test attribute "tls_validation"' do
95
+ describe 'test attribute "sock_connect_timeout"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
98
  end
99
99
  end
100
100
 
101
- describe 'test attribute "pulp_last_updated"' do
101
+ describe 'test attribute "total_timeout"' do
102
102
  it 'should work' do
103
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
104
  end
105
105
  end
106
106
 
107
- describe 'test attribute "sock_connect_timeout"' do
107
+ describe 'test attribute "url"' do
108
108
  it 'should work' do
109
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
110
  end
111
111
  end
112
112
 
113
- describe 'test attribute "sock_read_timeout"' do
113
+ describe 'test attribute "pulp_created"' do
114
114
  it 'should work' do
115
115
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
116
  end
117
117
  end
118
118
 
119
- describe 'test attribute "ca_cert"' do
119
+ describe 'test attribute "max_retries"' do
120
120
  it 'should work' do
121
121
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
122
  end
123
123
  end
124
124
 
125
- describe 'test attribute "pulp_href"' do
125
+ describe 'test attribute "headers"' do
126
126
  it 'should work' do
127
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
128
  end
129
129
  end
130
130
 
131
- describe 'test attribute "name"' do
131
+ describe 'test attribute "tls_validation"' do
132
132
  it 'should work' do
133
133
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
134
  end
135
135
  end
136
136
 
137
- describe 'test attribute "total_timeout"' do
137
+ describe 'test attribute "rate_limit"' do
138
138
  it 'should work' do
139
139
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
140
  end
@@ -32,121 +32,121 @@ describe 'AnsibleGitRemote' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleGitRemote)
33
33
  end
34
34
  end
35
- describe 'test attribute "connect_timeout"' do
35
+ describe 'test attribute "username"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "download_concurrency"' do
41
+ describe 'test attribute "proxy_username"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "proxy_url"' do
47
+ describe 'test attribute "download_concurrency"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "password"' do
53
+ describe 'test attribute "proxy_url"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "client_cert"' do
59
+ describe 'test attribute "ca_cert"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "url"' do
65
+ describe 'test attribute "name"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "pulp_labels"' do
71
+ describe 'test attribute "client_cert"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "username"' do
77
+ describe 'test attribute "connect_timeout"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
81
81
  end
82
82
 
83
- describe 'test attribute "proxy_username"' do
83
+ describe 'test attribute "sock_read_timeout"' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  end
87
87
  end
88
88
 
89
- describe 'test attribute "rate_limit"' do
89
+ describe 'test attribute "pulp_labels"' do
90
90
  it 'should work' do
91
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
92
  end
93
93
  end
94
94
 
95
- describe 'test attribute "headers"' do
95
+ describe 'test attribute "password"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
98
  end
99
99
  end
100
100
 
101
- describe 'test attribute "max_retries"' do
101
+ describe 'test attribute "sock_connect_timeout"' do
102
102
  it 'should work' do
103
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
104
  end
105
105
  end
106
106
 
107
- describe 'test attribute "tls_validation"' do
107
+ describe 'test attribute "total_timeout"' do
108
108
  it 'should work' do
109
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
110
  end
111
111
  end
112
112
 
113
- describe 'test attribute "client_key"' do
113
+ describe 'test attribute "url"' do
114
114
  it 'should work' do
115
115
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
116
  end
117
117
  end
118
118
 
119
- describe 'test attribute "sock_connect_timeout"' do
119
+ describe 'test attribute "max_retries"' do
120
120
  it 'should work' do
121
121
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
122
  end
123
123
  end
124
124
 
125
- describe 'test attribute "sock_read_timeout"' do
125
+ describe 'test attribute "headers"' do
126
126
  it 'should work' do
127
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
128
  end
129
129
  end
130
130
 
131
- describe 'test attribute "ca_cert"' do
131
+ describe 'test attribute "tls_validation"' do
132
132
  it 'should work' do
133
133
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
134
  end
135
135
  end
136
136
 
137
- describe 'test attribute "name"' do
137
+ describe 'test attribute "proxy_password"' do
138
138
  it 'should work' do
139
139
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
140
  end
141
141
  end
142
142
 
143
- describe 'test attribute "proxy_password"' do
143
+ describe 'test attribute "client_key"' do
144
144
  it 'should work' do
145
145
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
146
  end
147
147
  end
148
148
 
149
- describe 'test attribute "total_timeout"' do
149
+ describe 'test attribute "rate_limit"' do
150
150
  it 'should work' do
151
151
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
152
152
  end
@@ -0,0 +1,53 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpAnsibleClient::AnsibleRepositoryRebuild
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'AnsibleRepositoryRebuild' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpAnsibleClient::AnsibleRepositoryRebuild.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of AnsibleRepositoryRebuild' do
31
+ it 'should create an instance of AnsibleRepositoryRebuild' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleRepositoryRebuild)
33
+ end
34
+ end
35
+ describe 'test attribute "namespace"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "name"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "version"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ end
@@ -32,19 +32,19 @@ describe 'AnsibleRoleResponse' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleRoleResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_href"' do
35
+ describe 'test attribute "pulp_created"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "artifact"' do
41
+ describe 'test attribute "pulp_href"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "pulp_created"' do
47
+ describe 'test attribute "artifact"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpAnsibleClient::ClientConfigurationResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'ClientConfigurationResponse' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpAnsibleClient::ClientConfigurationResponse.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of ClientConfigurationResponse' do
31
+ it 'should create an instance of ClientConfigurationResponse' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::ClientConfigurationResponse)
33
+ end
34
+ end
35
+ describe 'test attribute "default_distribution_path"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -68,7 +68,7 @@ describe 'PatchedansibleAnsibleRepository' do
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "keyring"' do
71
+ describe 'test attribute "gpgkey"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end