pulp_ansible_client 0.5.9 → 0.5.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +21 -21
- data/docs/AnsibleCollectionRemote.md +0 -8
- data/docs/AnsibleCollectionRemoteResponse.md +0 -8
- data/docs/AnsibleCollectionVersionResponse.md +2 -2
- data/docs/AnsibleCollectionsApi.md +2 -2
- data/docs/AnsibleRoleRemote.md +1 -9
- data/docs/AnsibleRoleRemoteResponse.md +1 -9
- data/docs/AnsibleRoleResponse.md +2 -2
- data/docs/ApiCollectionsApi.md +2 -2
- data/docs/ApiRolesApi.md +2 -2
- data/docs/ContentCollectionVersionsApi.md +2 -2
- data/docs/ContentRolesApi.md +2 -2
- data/docs/DistributionsAnsibleApi.md +2 -2
- data/docs/{PaginatedansibleCollectionResponseList.md → InlineResponse200.md} +4 -4
- data/docs/{PaginatedansibleCollectionVersionResponseList.md → InlineResponse2001.md} +4 -4
- data/docs/{PaginatedGalaxyRoleVersionResponseList.md → InlineResponse20010.md} +4 -4
- data/docs/{PaginatedGalaxyCollectionResponseList.md → InlineResponse20011.md} +4 -4
- data/docs/{PaginatedGalaxyCollectionVersionResponseList.md → InlineResponse20012.md} +4 -4
- data/docs/InlineResponse20013.md +21 -0
- data/docs/{PaginatedCollectionResponseListLinks.md → InlineResponse20013Links.md} +2 -2
- data/docs/{PaginatedCollectionResponseListMeta.md → InlineResponse20013Meta.md} +2 -2
- data/docs/InlineResponse20014.md +21 -0
- data/docs/{PaginatedansibleRoleResponseList.md → InlineResponse2002.md} +4 -4
- data/docs/{PaginatedansibleAnsibleDistributionResponseList.md → InlineResponse2003.md} +4 -4
- data/docs/{PaginatedTagResponseList.md → InlineResponse2004.md} +4 -4
- data/docs/{PaginatedansibleCollectionRemoteResponseList.md → InlineResponse2005.md} +4 -4
- data/docs/{PaginatedansibleRoleRemoteResponseList.md → InlineResponse2006.md} +4 -4
- data/docs/{PaginatedansibleAnsibleRepositoryResponseList.md → InlineResponse2007.md} +4 -4
- data/docs/{PaginatedRepositoryVersionResponseList.md → InlineResponse2008.md} +4 -4
- data/docs/{PaginatedGalaxyRoleResponseList.md → InlineResponse2009.md} +4 -4
- data/docs/PatchedansibleCollectionRemote.md +0 -8
- data/docs/PatchedansibleRoleRemote.md +1 -9
- data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +2 -2
- data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +2 -2
- data/docs/PulpAnsibleTagsApi.md +2 -2
- data/docs/RemotesCollectionApi.md +2 -2
- data/docs/RemotesRoleApi.md +2 -2
- data/docs/RepositoriesAnsibleApi.md +2 -2
- data/docs/RepositoriesAnsibleVersionsApi.md +4 -4
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/VersionsApi.md +4 -4
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +4 -4
- data/lib/pulp_ansible_client/api/ansible_copy_api.rb +1 -1
- data/lib/pulp_ansible_client/api/api_collections_api.rb +4 -4
- data/lib/pulp_ansible_client/api/api_roles_api.rb +4 -4
- data/lib/pulp_ansible_client/api/collection_import_api.rb +1 -1
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +4 -4
- data/lib/pulp_ansible_client/api/content_roles_api.rb +4 -4
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +4 -4
- data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +4 -4
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +4 -4
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +4 -4
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +4 -4
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +4 -4
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +4 -4
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +8 -8
- data/lib/pulp_ansible_client/api/versions_api.rb +7 -7
- data/lib/pulp_ansible_client/api_client.rb +12 -8
- data/lib/pulp_ansible_client/api_error.rb +1 -1
- data/lib/pulp_ansible_client/configuration.rb +8 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +2 -106
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +2 -106
- data/lib/pulp_ansible_client/models/ansible_collection_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_role.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +5 -109
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +5 -109
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_tag_response.rb +1 -1
- data/lib/pulp_ansible_client/models/artifact_ref_response.rb +1 -1
- data/lib/pulp_ansible_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_metadata_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_one_shot.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_ref_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/content_summary.rb +1 -1
- data/lib/pulp_ansible_client/models/content_summary_response.rb +1 -1
- data/lib/pulp_ansible_client/models/copy.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_collection.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_role_response.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/{paginatedansible_collection_response_list.rb → inline_response200.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_collection_version_response_list.rb → inline_response2001.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_role_version_response_list.rb → inline_response20010.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_response_list.rb → inline_response20011.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_version_response_list.rb → inline_response20012.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_collection_response_list.rb → inline_response20013.rb} +6 -6
- data/lib/pulp_ansible_client/models/{paginated_collection_response_list_links.rb → inline_response20013_links.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_collection_response_list_meta.rb → inline_response20013_meta.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_collection_version_response_list.rb → inline_response20014.rb} +6 -6
- data/lib/pulp_ansible_client/models/{paginatedansible_role_response_list.rb → inline_response2002.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_ansible_distribution_response_list.rb → inline_response2003.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_tag_response_list.rb → inline_response2004.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_collection_remote_response_list.rb → inline_response2005.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_role_remote_response_list.rb → inline_response2006.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_ansible_repository_response_list.rb → inline_response2007.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_repository_version_response_list.rb → inline_response2008.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_role_response_list.rb → inline_response2009.rb} +4 -4
- data/lib/pulp_ansible_client/models/patched_collection.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +2 -106
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +5 -109
- data/lib/pulp_ansible_client/models/policy_enum.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +3 -3
- data/lib/pulp_ansible_client/models/repository_sync_url.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_version.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
- data/lib/pulp_ansible_client/version.rb +2 -2
- data/lib/pulp_ansible_client.rb +18 -18
- data/pulp_ansible_client.gemspec +1 -1
- data/spec/api/ansible_collections_api_spec.rb +2 -2
- data/spec/api/ansible_copy_api_spec.rb +1 -1
- data/spec/api/api_collections_api_spec.rb +2 -2
- data/spec/api/api_roles_api_spec.rb +2 -2
- data/spec/api/collection_import_api_spec.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +2 -2
- data/spec/api/content_roles_api_spec.rb +2 -2
- data/spec/api/distributions_ansible_api_spec.rb +2 -2
- data/spec/api/galaxy_detail_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_api_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_tags_api_spec.rb +2 -2
- data/spec/api/remotes_collection_api_spec.rb +2 -2
- data/spec/api/remotes_role_api_spec.rb +2 -2
- data/spec/api/repositories_ansible_api_spec.rb +2 -2
- data/spec/api/repositories_ansible_versions_api_spec.rb +4 -4
- data/spec/api/versions_api_spec.rb +3 -3
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/ansible_ansible_distribution_response_spec.rb +1 -1
- data/spec/models/ansible_ansible_distribution_spec.rb +1 -1
- data/spec/models/ansible_ansible_repository_response_spec.rb +1 -1
- data/spec/models/ansible_ansible_repository_spec.rb +1 -1
- data/spec/models/ansible_collection_remote_response_spec.rb +1 -25
- data/spec/models/ansible_collection_remote_spec.rb +1 -25
- data/spec/models/ansible_collection_response_spec.rb +1 -1
- data/spec/models/ansible_collection_version_response_spec.rb +3 -3
- data/spec/models/ansible_collection_version_spec.rb +1 -1
- data/spec/models/ansible_role_remote_response_spec.rb +1 -25
- data/spec/models/ansible_role_remote_spec.rb +1 -25
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/ansible_role_spec.rb +1 -1
- data/spec/models/ansible_tag_response_spec.rb +1 -1
- data/spec/models/artifact_ref_response_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/collection_import_detail_response_spec.rb +1 -1
- data/spec/models/collection_metadata_response_spec.rb +1 -1
- data/spec/models/collection_namespace_response_spec.rb +1 -1
- data/spec/models/collection_one_shot_spec.rb +1 -1
- data/spec/models/collection_ref_response_spec.rb +1 -1
- data/spec/models/collection_response_spec.rb +1 -1
- data/spec/models/collection_version_docs_response_spec.rb +1 -1
- data/spec/models/collection_version_response_spec.rb +1 -1
- data/spec/models/content_summary_response_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +1 -1
- data/spec/models/copy_spec.rb +1 -1
- data/spec/models/galaxy_collection_response_spec.rb +1 -1
- data/spec/models/galaxy_collection_spec.rb +1 -1
- data/spec/models/galaxy_collection_version_response_spec.rb +1 -1
- data/spec/models/galaxy_role_response_spec.rb +1 -1
- data/spec/models/galaxy_role_version_response_spec.rb +1 -1
- data/spec/models/{paginated_tag_response_list_spec.rb → inline_response20010_spec.rb} +7 -7
- data/spec/models/{paginated_galaxy_role_response_list_spec.rb → inline_response20011_spec.rb} +7 -7
- data/spec/models/{paginatedansible_role_response_list_spec.rb → inline_response20012_spec.rb} +7 -7
- data/spec/models/{paginated_collection_response_list_links_spec.rb → inline_response20013_links_spec.rb} +7 -7
- data/spec/models/{paginated_collection_response_list_meta_spec.rb → inline_response20013_meta_spec.rb} +7 -7
- data/spec/models/{paginated_collection_response_list_spec.rb → inline_response20013_spec.rb} +7 -7
- data/spec/models/{paginated_collection_version_response_list_spec.rb → inline_response20014_spec.rb} +7 -7
- data/spec/models/{paginated_galaxy_collection_response_list_spec.rb → inline_response2001_spec.rb} +7 -7
- data/spec/models/inline_response2002_spec.rb +59 -0
- data/spec/models/inline_response2003_spec.rb +59 -0
- data/spec/models/inline_response2004_spec.rb +59 -0
- data/spec/models/inline_response2005_spec.rb +59 -0
- data/spec/models/inline_response2006_spec.rb +59 -0
- data/spec/models/inline_response2007_spec.rb +59 -0
- data/spec/models/inline_response2008_spec.rb +59 -0
- data/spec/models/inline_response2009_spec.rb +59 -0
- data/spec/models/inline_response200_spec.rb +59 -0
- data/spec/models/patched_collection_spec.rb +1 -1
- data/spec/models/patchedansible_ansible_distribution_spec.rb +1 -1
- data/spec/models/patchedansible_ansible_repository_spec.rb +1 -1
- data/spec/models/patchedansible_collection_remote_spec.rb +1 -25
- data/spec/models/patchedansible_role_remote_spec.rb +1 -25
- data/spec/models/policy_enum_spec.rb +1 -1
- data/spec/models/repository_add_remove_content_spec.rb +1 -1
- data/spec/models/repository_sync_url_spec.rb +1 -1
- data/spec/models/repository_version_response_spec.rb +1 -1
- data/spec/models/repository_version_spec.rb +1 -1
- data/spec/models/tag_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +117 -117
- data/docs/PaginatedCollectionResponseList.md +0 -21
- data/docs/PaginatedCollectionVersionResponseList.md +0 -21
- data/spec/models/paginated_galaxy_collection_version_response_list_spec.rb +0 -59
- data/spec/models/paginated_galaxy_role_version_response_list_spec.rb +0 -59
- data/spec/models/paginated_repository_version_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_ansible_distribution_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_ansible_repository_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_collection_remote_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_collection_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_collection_version_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_role_remote_response_list_spec.rb +0 -59
@@ -1,21 +0,0 @@
|
|
1
|
-
# PulpAnsibleClient::PaginatedCollectionResponseList
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**meta** | [**PaginatedCollectionResponseListMeta**](PaginatedCollectionResponseListMeta.md) | | [optional]
|
8
|
-
**links** | [**PaginatedCollectionResponseListLinks**](PaginatedCollectionResponseListLinks.md) | | [optional]
|
9
|
-
**data** | [**Array<CollectionResponse>**](CollectionResponse.md) | | [optional]
|
10
|
-
|
11
|
-
## Code Sample
|
12
|
-
|
13
|
-
```ruby
|
14
|
-
require 'PulpAnsibleClient'
|
15
|
-
|
16
|
-
instance = PulpAnsibleClient::PaginatedCollectionResponseList.new(meta: null,
|
17
|
-
links: null,
|
18
|
-
data: null)
|
19
|
-
```
|
20
|
-
|
21
|
-
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# PulpAnsibleClient::PaginatedCollectionVersionResponseList
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**meta** | [**PaginatedCollectionResponseListMeta**](PaginatedCollectionResponseListMeta.md) | | [optional]
|
8
|
-
**links** | [**PaginatedCollectionResponseListLinks**](PaginatedCollectionResponseListLinks.md) | | [optional]
|
9
|
-
**data** | [**Array<CollectionVersionResponse>**](CollectionVersionResponse.md) | | [optional]
|
10
|
-
|
11
|
-
## Code Sample
|
12
|
-
|
13
|
-
```ruby
|
14
|
-
require 'PulpAnsibleClient'
|
15
|
-
|
16
|
-
instance = PulpAnsibleClient::PaginatedCollectionVersionResponseList.new(meta: null,
|
17
|
-
links: null,
|
18
|
-
data: null)
|
19
|
-
```
|
20
|
-
|
21
|
-
|
@@ -1,59 +0,0 @@
|
|
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.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe 'PaginatedGalaxyCollectionVersionResponseList' do
|
21
|
-
before do
|
22
|
-
# run before each test
|
23
|
-
@instance = PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test an instance of PaginatedGalaxyCollectionVersionResponseList' do
|
31
|
-
it 'should create an instance of PaginatedGalaxyCollectionVersionResponseList' do
|
32
|
-
expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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
|
-
describe 'test attribute "results"' do
|
54
|
-
it 'should work' do
|
55
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
end
|
@@ -1,59 +0,0 @@
|
|
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.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for PulpAnsibleClient::PaginatedGalaxyRoleVersionResponseList
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe 'PaginatedGalaxyRoleVersionResponseList' do
|
21
|
-
before do
|
22
|
-
# run before each test
|
23
|
-
@instance = PulpAnsibleClient::PaginatedGalaxyRoleVersionResponseList.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test an instance of PaginatedGalaxyRoleVersionResponseList' do
|
31
|
-
it 'should create an instance of PaginatedGalaxyRoleVersionResponseList' do
|
32
|
-
expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedGalaxyRoleVersionResponseList)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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
|
-
describe 'test attribute "results"' do
|
54
|
-
it 'should work' do
|
55
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
end
|
@@ -1,59 +0,0 @@
|
|
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.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for PulpAnsibleClient::PaginatedRepositoryVersionResponseList
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe 'PaginatedRepositoryVersionResponseList' do
|
21
|
-
before do
|
22
|
-
# run before each test
|
23
|
-
@instance = PulpAnsibleClient::PaginatedRepositoryVersionResponseList.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test an instance of PaginatedRepositoryVersionResponseList' do
|
31
|
-
it 'should create an instance of PaginatedRepositoryVersionResponseList' do
|
32
|
-
expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedRepositoryVersionResponseList)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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
|
-
describe 'test attribute "results"' do
|
54
|
-
it 'should work' do
|
55
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
end
|
@@ -1,59 +0,0 @@
|
|
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.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe 'PaginatedansibleAnsibleDistributionResponseList' do
|
21
|
-
before do
|
22
|
-
# run before each test
|
23
|
-
@instance = PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test an instance of PaginatedansibleAnsibleDistributionResponseList' do
|
31
|
-
it 'should create an instance of PaginatedansibleAnsibleDistributionResponseList' do
|
32
|
-
expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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
|
-
describe 'test attribute "results"' do
|
54
|
-
it 'should work' do
|
55
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
end
|
@@ -1,59 +0,0 @@
|
|
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.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe 'PaginatedansibleAnsibleRepositoryResponseList' do
|
21
|
-
before do
|
22
|
-
# run before each test
|
23
|
-
@instance = PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test an instance of PaginatedansibleAnsibleRepositoryResponseList' do
|
31
|
-
it 'should create an instance of PaginatedansibleAnsibleRepositoryResponseList' do
|
32
|
-
expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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
|
-
describe 'test attribute "results"' do
|
54
|
-
it 'should work' do
|
55
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
end
|
@@ -1,59 +0,0 @@
|
|
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.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for PulpAnsibleClient::PaginatedansibleCollectionRemoteResponseList
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe 'PaginatedansibleCollectionRemoteResponseList' do
|
21
|
-
before do
|
22
|
-
# run before each test
|
23
|
-
@instance = PulpAnsibleClient::PaginatedansibleCollectionRemoteResponseList.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test an instance of PaginatedansibleCollectionRemoteResponseList' do
|
31
|
-
it 'should create an instance of PaginatedansibleCollectionRemoteResponseList' do
|
32
|
-
expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleCollectionRemoteResponseList)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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
|
-
describe 'test attribute "results"' do
|
54
|
-
it 'should work' do
|
55
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
end
|
@@ -1,59 +0,0 @@
|
|
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.2.3
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for PulpAnsibleClient::PaginatedansibleCollectionResponseList
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe 'PaginatedansibleCollectionResponseList' do
|
21
|
-
before do
|
22
|
-
# run before each test
|
23
|
-
@instance = PulpAnsibleClient::PaginatedansibleCollectionResponseList.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test an instance of PaginatedansibleCollectionResponseList' do
|
31
|
-
it 'should create an instance of PaginatedansibleCollectionResponseList' do
|
32
|
-
expect(@instance).to be_instance_of(PulpAnsibleClient::PaginatedansibleCollectionResponseList)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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
|
-
describe 'test attribute "results"' do
|
54
|
-
it 'should work' do
|
55
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
end
|