pulpcore_client 3.28.28 → 3.28.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +157 -155
- data/docs/AccessPoliciesApi.md +26 -26
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/ArtifactsApi.md +21 -21
- data/docs/ContentApi.md +8 -8
- data/docs/ContentguardsApi.md +8 -8
- data/docs/ContentguardsContentRedirectApi.md +51 -51
- data/docs/ContentguardsRbacApi.md +51 -51
- data/docs/DistributionsApi.md +8 -8
- data/docs/DistributionsArtifactsApi.md +11 -11
- data/docs/DocsApiJsonApi.md +61 -0
- data/docs/DocsApiYamlApi.md +61 -0
- data/docs/DomainsApi.md +31 -31
- data/docs/ExportersFilesystemApi.md +31 -31
- data/docs/ExportersFilesystemExportsApi.md +21 -21
- data/docs/ExportersPulpApi.md +31 -31
- data/docs/ExportersPulpExportsApi.md +21 -21
- data/docs/GroupsApi.md +51 -51
- data/docs/GroupsRolesApi.md +21 -21
- data/docs/GroupsUsersApi.md +16 -16
- data/docs/ImportersPulpApi.md +31 -31
- data/docs/ImportersPulpImportCheckApi.md +1 -1
- data/docs/ImportersPulpImportsApi.md +21 -21
- data/docs/OrphansApi.md +6 -6
- data/docs/OrphansCleanupApi.md +6 -6
- data/docs/PublicationsApi.md +8 -8
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +8 -8
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +8 -8
- data/docs/RepositoriesReclaimSpaceApi.md +6 -6
- data/docs/RepositoryVersionsApi.md +6 -6
- data/docs/RolesApi.md +31 -31
- data/docs/SigningServicesApi.md +11 -11
- data/docs/StatusApi.md +1 -1
- data/docs/TaskGroupsApi.md +11 -11
- data/docs/TaskSchedulesApi.md +31 -31
- data/docs/TasksApi.md +96 -96
- data/docs/UploadsApi.md +51 -51
- data/docs/UpstreamPulpsApi.md +36 -36
- data/docs/UsersApi.md +31 -31
- data/docs/UsersRolesApi.md +21 -21
- data/docs/WorkersApi.md +11 -11
- data/lib/pulpcore_client/api/access_policies_api.rb +31 -31
- data/lib/pulpcore_client/api/artifacts_api.rb +29 -29
- data/lib/pulpcore_client/api/content_api.rb +8 -8
- data/lib/pulpcore_client/api/contentguards_api.rb +8 -8
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +63 -63
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +63 -63
- data/lib/pulpcore_client/api/distributions_api.rb +8 -8
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +11 -11
- data/lib/pulpcore_client/api/docs_api_json_api.rb +89 -0
- data/lib/pulpcore_client/api/docs_api_yaml_api.rb +89 -0
- data/lib/pulpcore_client/api/domains_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_api.rb +63 -63
- data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
- data/lib/pulpcore_client/api/importers_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulpcore_client/api/orphans_api.rb +5 -5
- data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulpcore_client/api/publications_api.rb +7 -11
- data/lib/pulpcore_client/api/remotes_api.rb +7 -11
- data/lib/pulpcore_client/api/repair_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +7 -11
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
- data/lib/pulpcore_client/api/roles_api.rb +37 -37
- data/lib/pulpcore_client/api/signing_services_api.rb +11 -11
- data/lib/pulpcore_client/api/task_groups_api.rb +11 -11
- data/lib/pulpcore_client/api/task_schedules_api.rb +37 -37
- data/lib/pulpcore_client/api/tasks_api.rb +119 -119
- data/lib/pulpcore_client/api/uploads_api.rb +65 -65
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +43 -43
- data/lib/pulpcore_client/api/users_api.rb +37 -37
- data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/workers_api.rb +11 -11
- data/lib/pulpcore_client/configuration.rb +3 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +50 -50
- data/lib/pulpcore_client/models/remote_response.rb +20 -20
- data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +10 -0
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +2 -0
- data/spec/api/access_policies_api_spec.rb +10 -10
- data/spec/api/artifacts_api_spec.rb +8 -8
- data/spec/api/content_api_spec.rb +3 -3
- data/spec/api/contentguards_api_spec.rb +3 -3
- data/spec/api/contentguards_content_redirect_api_spec.rb +20 -20
- data/spec/api/contentguards_rbac_api_spec.rb +20 -20
- data/spec/api/distributions_api_spec.rb +3 -3
- data/spec/api/distributions_artifacts_api_spec.rb +4 -4
- data/spec/api/docs_api_json_api_spec.rb +48 -0
- data/spec/api/docs_api_yaml_api_spec.rb +48 -0
- data/spec/api/domains_api_spec.rb +12 -12
- data/spec/api/exporters_filesystem_api_spec.rb +12 -12
- data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
- data/spec/api/exporters_pulp_api_spec.rb +12 -12
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +20 -20
- data/spec/api/groups_roles_api_spec.rb +8 -8
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +12 -12
- data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/orphans_cleanup_api_spec.rb +2 -2
- data/spec/api/publications_api_spec.rb +3 -3
- data/spec/api/remotes_api_spec.rb +3 -3
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +3 -3
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +2 -2
- data/spec/api/roles_api_spec.rb +12 -12
- data/spec/api/signing_services_api_spec.rb +4 -4
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +12 -12
- data/spec/api/tasks_api_spec.rb +29 -29
- data/spec/api/uploads_api_spec.rb +20 -20
- data/spec/api/upstream_pulps_api_spec.rb +14 -14
- data/spec/api/users_api_spec.rb +12 -12
- data/spec/api/users_roles_api_spec.rb +8 -8
- data/spec/api/workers_api_spec.rb +4 -4
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +8 -8
- metadata +164 -156
@@ -32,7 +32,7 @@ describe 'DistributionsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for distributions_list
|
36
36
|
# List distributions
|
37
37
|
# Provides base viewset for Distributions.
|
38
38
|
# @param [Hash] opts the optional parameters
|
@@ -51,14 +51,14 @@ describe 'DistributionsApi' do
|
|
51
51
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
52
52
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
53
53
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
54
|
-
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `core.artifact` - core.artifact
|
54
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `core.artifact` - core.artifact
|
55
55
|
# @option opts [String] :repository Filter results where repository matches value
|
56
56
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
57
57
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
58
58
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
59
59
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
60
60
|
# @return [PaginatedDistributionResponseList]
|
61
|
-
describe '
|
61
|
+
describe 'distributions_list test' do
|
62
62
|
it 'should work' do
|
63
63
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
64
64
|
end
|
@@ -32,7 +32,7 @@ describe 'DistributionsArtifactsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for distributions_core_artifacts_list
|
36
36
|
# List artifact distributions
|
37
37
|
# ViewSet for ArtifactDistribution.
|
38
38
|
# @param [Hash] opts the optional parameters
|
@@ -57,13 +57,13 @@ describe 'DistributionsArtifactsApi' do
|
|
57
57
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
58
58
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
59
59
|
# @return [PaginatedArtifactDistributionResponseList]
|
60
|
-
describe '
|
60
|
+
describe 'distributions_core_artifacts_list test' do
|
61
61
|
it 'should work' do
|
62
62
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
63
63
|
end
|
64
64
|
end
|
65
65
|
|
66
|
-
# unit tests for
|
66
|
+
# unit tests for distributions_core_artifacts_read
|
67
67
|
# Inspect an artifact distribution
|
68
68
|
# ViewSet for ArtifactDistribution.
|
69
69
|
# @param artifact_distribution_href
|
@@ -71,7 +71,7 @@ describe 'DistributionsArtifactsApi' do
|
|
71
71
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
72
72
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
73
73
|
# @return [ArtifactDistributionResponse]
|
74
|
-
describe '
|
74
|
+
describe 'distributions_core_artifacts_read test' do
|
75
75
|
it 'should work' do
|
76
76
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
77
77
|
end
|
@@ -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 PulpcoreClient::DocsApiJsonApi
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'DocsApiJsonApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@api_instance = PulpcoreClient::DocsApiJsonApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of DocsApiJsonApi' do
|
30
|
+
it 'should create an instance of DocsApiJsonApi' do
|
31
|
+
expect(@api_instance).to be_instance_of(PulpcoreClient::DocsApiJsonApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for docs_api_json_get
|
36
|
+
# OpenApi3 schema for this API. Format can be selected via content negotiation. - YAML: application/vnd.oai.openapi - JSON: application/vnd.oai.openapi+json
|
37
|
+
# @param [Hash] opts the optional parameters
|
38
|
+
# @option opts [String] :lang
|
39
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
41
|
+
# @return [Object]
|
42
|
+
describe 'docs_api_json_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,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 PulpcoreClient::DocsApiYamlApi
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'DocsApiYamlApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@api_instance = PulpcoreClient::DocsApiYamlApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of DocsApiYamlApi' do
|
30
|
+
it 'should create an instance of DocsApiYamlApi' do
|
31
|
+
expect(@api_instance).to be_instance_of(PulpcoreClient::DocsApiYamlApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for docs_api_yaml_get
|
36
|
+
# OpenApi3 schema for this API. Format can be selected via content negotiation. - YAML: application/vnd.oai.openapi - JSON: application/vnd.oai.openapi+json
|
37
|
+
# @param [Hash] opts the optional parameters
|
38
|
+
# @option opts [String] :lang
|
39
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
41
|
+
# @return [Object]
|
42
|
+
describe 'docs_api_yaml_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
|
@@ -32,31 +32,31 @@ describe 'DomainsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for domains_create
|
36
36
|
# Create a domain
|
37
37
|
# ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
38
38
|
# @param domain
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [DomainResponse]
|
41
|
-
describe '
|
41
|
+
describe 'domains_create test' 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
|
-
# unit tests for
|
47
|
+
# unit tests for domains_delete
|
48
48
|
# Delete a domain
|
49
49
|
# Trigger an asynchronous delete task
|
50
50
|
# @param domain_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @return [AsyncOperationResponse]
|
53
|
-
describe '
|
53
|
+
describe 'domains_delete test' 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
|
-
# unit tests for
|
59
|
+
# unit tests for domains_list
|
60
60
|
# List domains
|
61
61
|
# ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
62
62
|
# @param [Hash] opts the optional parameters
|
@@ -73,26 +73,26 @@ describe 'DomainsApi' do
|
|
73
73
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
74
74
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
75
75
|
# @return [PaginatedDomainResponseList]
|
76
|
-
describe '
|
76
|
+
describe 'domains_list test' do
|
77
77
|
it 'should work' do
|
78
78
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
79
|
end
|
80
80
|
end
|
81
81
|
|
82
|
-
# unit tests for
|
82
|
+
# unit tests for domains_partial_update
|
83
83
|
# Update a domain
|
84
84
|
# Trigger an asynchronous partial update task
|
85
85
|
# @param domain_href
|
86
86
|
# @param patched_domain
|
87
87
|
# @param [Hash] opts the optional parameters
|
88
88
|
# @return [AsyncOperationResponse]
|
89
|
-
describe '
|
89
|
+
describe 'domains_partial_update test' 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
|
-
# unit tests for
|
95
|
+
# unit tests for domains_read
|
96
96
|
# Inspect a domain
|
97
97
|
# ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
98
98
|
# @param domain_href
|
@@ -100,20 +100,20 @@ describe 'DomainsApi' do
|
|
100
100
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
101
101
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
102
102
|
# @return [DomainResponse]
|
103
|
-
describe '
|
103
|
+
describe 'domains_read test' do
|
104
104
|
it 'should work' do
|
105
105
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
106
106
|
end
|
107
107
|
end
|
108
108
|
|
109
|
-
# unit tests for
|
109
|
+
# unit tests for domains_update
|
110
110
|
# Update a domain
|
111
111
|
# Trigger an asynchronous update task
|
112
112
|
# @param domain_href
|
113
113
|
# @param domain
|
114
114
|
# @param [Hash] opts the optional parameters
|
115
115
|
# @return [AsyncOperationResponse]
|
116
|
-
describe '
|
116
|
+
describe 'domains_update test' do
|
117
117
|
it 'should work' do
|
118
118
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
119
119
|
end
|
@@ -32,31 +32,31 @@ describe 'ExportersFilesystemApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for exporters_core_filesystem_create
|
36
36
|
# Create a filesystem exporter
|
37
37
|
# Endpoint for managing FilesystemExporters.
|
38
38
|
# @param filesystem_exporter
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [FilesystemExporterResponse]
|
41
|
-
describe '
|
41
|
+
describe 'exporters_core_filesystem_create test' 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
|
-
# unit tests for
|
47
|
+
# unit tests for exporters_core_filesystem_delete
|
48
48
|
# Delete a filesystem exporter
|
49
49
|
# Trigger an asynchronous delete task
|
50
50
|
# @param filesystem_exporter_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @return [AsyncOperationResponse]
|
53
|
-
describe '
|
53
|
+
describe 'exporters_core_filesystem_delete test' 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
|
-
# unit tests for
|
59
|
+
# unit tests for exporters_core_filesystem_list
|
60
60
|
# List filesystem exporters
|
61
61
|
# Endpoint for managing FilesystemExporters.
|
62
62
|
# @param [Hash] opts the optional parameters
|
@@ -73,26 +73,26 @@ describe 'ExportersFilesystemApi' do
|
|
73
73
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
74
74
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
75
75
|
# @return [PaginatedFilesystemExporterResponseList]
|
76
|
-
describe '
|
76
|
+
describe 'exporters_core_filesystem_list test' do
|
77
77
|
it 'should work' do
|
78
78
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
79
|
end
|
80
80
|
end
|
81
81
|
|
82
|
-
# unit tests for
|
82
|
+
# unit tests for exporters_core_filesystem_partial_update
|
83
83
|
# Update a filesystem exporter
|
84
84
|
# Trigger an asynchronous partial update task
|
85
85
|
# @param filesystem_exporter_href
|
86
86
|
# @param patched_filesystem_exporter
|
87
87
|
# @param [Hash] opts the optional parameters
|
88
88
|
# @return [AsyncOperationResponse]
|
89
|
-
describe '
|
89
|
+
describe 'exporters_core_filesystem_partial_update test' 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
|
-
# unit tests for
|
95
|
+
# unit tests for exporters_core_filesystem_read
|
96
96
|
# Inspect a filesystem exporter
|
97
97
|
# Endpoint for managing FilesystemExporters.
|
98
98
|
# @param filesystem_exporter_href
|
@@ -100,20 +100,20 @@ describe 'ExportersFilesystemApi' do
|
|
100
100
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
101
101
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
102
102
|
# @return [FilesystemExporterResponse]
|
103
|
-
describe '
|
103
|
+
describe 'exporters_core_filesystem_read test' do
|
104
104
|
it 'should work' do
|
105
105
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
106
106
|
end
|
107
107
|
end
|
108
108
|
|
109
|
-
# unit tests for
|
109
|
+
# unit tests for exporters_core_filesystem_update
|
110
110
|
# Update a filesystem exporter
|
111
111
|
# Trigger an asynchronous update task
|
112
112
|
# @param filesystem_exporter_href
|
113
113
|
# @param filesystem_exporter
|
114
114
|
# @param [Hash] opts the optional parameters
|
115
115
|
# @return [AsyncOperationResponse]
|
116
|
-
describe '
|
116
|
+
describe 'exporters_core_filesystem_update test' do
|
117
117
|
it 'should work' do
|
118
118
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
119
119
|
end
|
@@ -32,32 +32,32 @@ describe 'ExportersFilesystemExportsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for exporters_core_filesystem_exports_create
|
36
36
|
# Create a filesystem export
|
37
37
|
# Trigger an asynchronous task to export files to the filesystem
|
38
38
|
# @param filesystem_exporter_href
|
39
39
|
# @param filesystem_export
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
41
|
# @return [AsyncOperationResponse]
|
42
|
-
describe '
|
42
|
+
describe 'exporters_core_filesystem_exports_create test' do
|
43
43
|
it 'should work' do
|
44
44
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
# unit tests for
|
48
|
+
# unit tests for exporters_core_filesystem_exports_delete
|
49
49
|
# Delete a filesystem export
|
50
50
|
# Endpoint for managing FilesystemExports.
|
51
51
|
# @param filesystem_filesystem_export_href
|
52
52
|
# @param [Hash] opts the optional parameters
|
53
53
|
# @return [nil]
|
54
|
-
describe '
|
54
|
+
describe 'exporters_core_filesystem_exports_delete test' do
|
55
55
|
it 'should work' do
|
56
56
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
-
# unit tests for
|
60
|
+
# unit tests for exporters_core_filesystem_exports_list
|
61
61
|
# List filesystem exports
|
62
62
|
# Endpoint for managing FilesystemExports.
|
63
63
|
# @param filesystem_exporter_href
|
@@ -67,13 +67,13 @@ describe 'ExportersFilesystemExportsApi' do
|
|
67
67
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
68
68
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
69
69
|
# @return [PaginatedFilesystemExportResponseList]
|
70
|
-
describe '
|
70
|
+
describe 'exporters_core_filesystem_exports_list test' do
|
71
71
|
it 'should work' do
|
72
72
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
73
|
end
|
74
74
|
end
|
75
75
|
|
76
|
-
# unit tests for
|
76
|
+
# unit tests for exporters_core_filesystem_exports_read
|
77
77
|
# Inspect a filesystem export
|
78
78
|
# Endpoint for managing FilesystemExports.
|
79
79
|
# @param filesystem_filesystem_export_href
|
@@ -81,7 +81,7 @@ describe 'ExportersFilesystemExportsApi' do
|
|
81
81
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
82
82
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
83
83
|
# @return [FilesystemExportResponse]
|
84
|
-
describe '
|
84
|
+
describe 'exporters_core_filesystem_exports_read test' do
|
85
85
|
it 'should work' do
|
86
86
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
87
87
|
end
|
@@ -32,31 +32,31 @@ describe 'ExportersPulpApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for exporters_core_pulp_create
|
36
36
|
# Create a pulp exporter
|
37
37
|
# ViewSet for viewing PulpExporters.
|
38
38
|
# @param pulp_exporter
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [PulpExporterResponse]
|
41
|
-
describe '
|
41
|
+
describe 'exporters_core_pulp_create test' 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
|
-
# unit tests for
|
47
|
+
# unit tests for exporters_core_pulp_delete
|
48
48
|
# Delete a pulp exporter
|
49
49
|
# Trigger an asynchronous delete task
|
50
50
|
# @param pulp_exporter_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @return [AsyncOperationResponse]
|
53
|
-
describe '
|
53
|
+
describe 'exporters_core_pulp_delete test' 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
|
-
# unit tests for
|
59
|
+
# unit tests for exporters_core_pulp_list
|
60
60
|
# List pulp exporters
|
61
61
|
# ViewSet for viewing PulpExporters.
|
62
62
|
# @param [Hash] opts the optional parameters
|
@@ -73,26 +73,26 @@ describe 'ExportersPulpApi' do
|
|
73
73
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
74
74
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
75
75
|
# @return [PaginatedPulpExporterResponseList]
|
76
|
-
describe '
|
76
|
+
describe 'exporters_core_pulp_list test' do
|
77
77
|
it 'should work' do
|
78
78
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
79
|
end
|
80
80
|
end
|
81
81
|
|
82
|
-
# unit tests for
|
82
|
+
# unit tests for exporters_core_pulp_partial_update
|
83
83
|
# Update a pulp exporter
|
84
84
|
# Trigger an asynchronous partial update task
|
85
85
|
# @param pulp_exporter_href
|
86
86
|
# @param patched_pulp_exporter
|
87
87
|
# @param [Hash] opts the optional parameters
|
88
88
|
# @return [AsyncOperationResponse]
|
89
|
-
describe '
|
89
|
+
describe 'exporters_core_pulp_partial_update test' 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
|
-
# unit tests for
|
95
|
+
# unit tests for exporters_core_pulp_read
|
96
96
|
# Inspect a pulp exporter
|
97
97
|
# ViewSet for viewing PulpExporters.
|
98
98
|
# @param pulp_exporter_href
|
@@ -100,20 +100,20 @@ describe 'ExportersPulpApi' do
|
|
100
100
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
101
101
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
102
102
|
# @return [PulpExporterResponse]
|
103
|
-
describe '
|
103
|
+
describe 'exporters_core_pulp_read test' do
|
104
104
|
it 'should work' do
|
105
105
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
106
106
|
end
|
107
107
|
end
|
108
108
|
|
109
|
-
# unit tests for
|
109
|
+
# unit tests for exporters_core_pulp_update
|
110
110
|
# Update a pulp exporter
|
111
111
|
# Trigger an asynchronous update task
|
112
112
|
# @param pulp_exporter_href
|
113
113
|
# @param pulp_exporter
|
114
114
|
# @param [Hash] opts the optional parameters
|
115
115
|
# @return [AsyncOperationResponse]
|
116
|
-
describe '
|
116
|
+
describe 'exporters_core_pulp_update test' do
|
117
117
|
it 'should work' do
|
118
118
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
119
119
|
end
|
@@ -32,32 +32,32 @@ describe 'ExportersPulpExportsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for exporters_core_pulp_exports_create
|
36
36
|
# Create a pulp export
|
37
37
|
# Trigger an asynchronous task to export a set of repositories
|
38
38
|
# @param pulp_exporter_href
|
39
39
|
# @param pulp_export
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
41
|
# @return [AsyncOperationResponse]
|
42
|
-
describe '
|
42
|
+
describe 'exporters_core_pulp_exports_create test' do
|
43
43
|
it 'should work' do
|
44
44
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
# unit tests for
|
48
|
+
# unit tests for exporters_core_pulp_exports_delete
|
49
49
|
# Delete a pulp export
|
50
50
|
# ViewSet for viewing exports from a PulpExporter.
|
51
51
|
# @param pulp_pulp_export_href
|
52
52
|
# @param [Hash] opts the optional parameters
|
53
53
|
# @return [nil]
|
54
|
-
describe '
|
54
|
+
describe 'exporters_core_pulp_exports_delete test' do
|
55
55
|
it 'should work' do
|
56
56
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
-
# unit tests for
|
60
|
+
# unit tests for exporters_core_pulp_exports_list
|
61
61
|
# List pulp exports
|
62
62
|
# ViewSet for viewing exports from a PulpExporter.
|
63
63
|
# @param pulp_exporter_href
|
@@ -67,13 +67,13 @@ describe 'ExportersPulpExportsApi' do
|
|
67
67
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
68
68
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
69
69
|
# @return [PaginatedPulpExportResponseList]
|
70
|
-
describe '
|
70
|
+
describe 'exporters_core_pulp_exports_list test' do
|
71
71
|
it 'should work' do
|
72
72
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
73
|
end
|
74
74
|
end
|
75
75
|
|
76
|
-
# unit tests for
|
76
|
+
# unit tests for exporters_core_pulp_exports_read
|
77
77
|
# Inspect a pulp export
|
78
78
|
# ViewSet for viewing exports from a PulpExporter.
|
79
79
|
# @param pulp_pulp_export_href
|
@@ -81,7 +81,7 @@ describe 'ExportersPulpExportsApi' do
|
|
81
81
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
82
82
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
83
83
|
# @return [PulpExportResponse]
|
84
|
-
describe '
|
84
|
+
describe 'exporters_core_pulp_exports_read test' do
|
85
85
|
it 'should work' do
|
86
86
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
87
87
|
end
|