pulp_container_client 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -13
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +9 -9
  5. data/docs/ContentBlobsApi.md +2 -2
  6. data/docs/ContentManifestsApi.md +2 -2
  7. data/docs/ContentTagsApi.md +2 -2
  8. data/docs/ContentguardsContentRedirectApi.md +2 -2
  9. data/docs/DistributionsContainerApi.md +2 -2
  10. data/docs/{InlineResponse2008.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  11. data/docs/{InlineResponse200.md → PaginatedcontainerBlobResponseList.md} +4 -4
  12. data/docs/{InlineResponse2004.md → PaginatedcontainerContainerDistributionResponseList.md} +4 -4
  13. data/docs/{InlineResponse2007.md → PaginatedcontainerContainerPushRepositoryResponseList.md} +4 -4
  14. data/docs/{InlineResponse2005.md → PaginatedcontainerContainerRemoteResponseList.md} +4 -4
  15. data/docs/{InlineResponse2006.md → PaginatedcontainerContainerRepositoryResponseList.md} +4 -4
  16. data/docs/{InlineResponse2003.md → PaginatedcontainerContentRedirectContentGuardResponseList.md} +4 -4
  17. data/docs/{InlineResponse2001.md → PaginatedcontainerManifestResponseList.md} +4 -4
  18. data/docs/{InlineResponse2002.md → PaginatedcontainerTagResponseList.md} +4 -4
  19. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  20. data/docs/RemotesContainerApi.md +2 -2
  21. data/docs/RepositoriesContainerApi.md +2 -2
  22. data/docs/RepositoriesContainerPushApi.md +2 -2
  23. data/docs/RepositoriesContainerVersionsApi.md +4 -4
  24. data/lib/pulp_container_client.rb +9 -9
  25. data/lib/pulp_container_client/api/content_blobs_api.rb +3 -3
  26. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -3
  27. data/lib/pulp_container_client/api/content_tags_api.rb +3 -3
  28. data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +3 -3
  29. data/lib/pulp_container_client/api/distributions_container_api.rb +3 -3
  30. data/lib/pulp_container_client/api/remotes_container_api.rb +3 -3
  31. data/lib/pulp_container_client/api/repositories_container_api.rb +3 -3
  32. data/lib/pulp_container_client/api/repositories_container_push_api.rb +3 -3
  33. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +6 -6
  34. data/lib/pulp_container_client/models/container_container_distribution.rb +26 -26
  35. data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -38
  36. data/lib/pulp_container_client/models/{inline_response2008.rb → paginated_repository_version_response_list.rb} +3 -3
  37. data/lib/pulp_container_client/models/{inline_response200.rb → paginatedcontainer_blob_response_list.rb} +3 -3
  38. data/lib/pulp_container_client/models/{inline_response2004.rb → paginatedcontainer_container_distribution_response_list.rb} +3 -3
  39. data/lib/pulp_container_client/models/{inline_response2007.rb → paginatedcontainer_container_push_repository_response_list.rb} +3 -3
  40. data/lib/pulp_container_client/models/{inline_response2005.rb → paginatedcontainer_container_remote_response_list.rb} +3 -3
  41. data/lib/pulp_container_client/models/{inline_response2006.rb → paginatedcontainer_container_repository_response_list.rb} +3 -3
  42. data/lib/pulp_container_client/models/{inline_response2003.rb → paginatedcontainer_content_redirect_content_guard_response_list.rb} +3 -3
  43. data/lib/pulp_container_client/models/{inline_response2001.rb → paginatedcontainer_manifest_response_list.rb} +3 -3
  44. data/lib/pulp_container_client/models/{inline_response2002.rb → paginatedcontainer_tag_response_list.rb} +3 -3
  45. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +26 -26
  46. data/lib/pulp_container_client/version.rb +1 -1
  47. data/spec/api/content_blobs_api_spec.rb +1 -1
  48. data/spec/api/content_manifests_api_spec.rb +1 -1
  49. data/spec/api/content_tags_api_spec.rb +1 -1
  50. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -1
  51. data/spec/api/distributions_container_api_spec.rb +1 -1
  52. data/spec/api/remotes_container_api_spec.rb +1 -1
  53. data/spec/api/repositories_container_api_spec.rb +1 -1
  54. data/spec/api/repositories_container_push_api_spec.rb +1 -1
  55. data/spec/api/repositories_container_versions_api_spec.rb +2 -2
  56. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  57. data/spec/models/container_container_distribution_spec.rb +5 -5
  58. data/spec/models/{inline_response2003_spec.rb → paginated_repository_version_response_list_spec.rb} +6 -6
  59. data/spec/models/{inline_response2002_spec.rb → paginatedcontainer_blob_response_list_spec.rb} +6 -6
  60. data/spec/models/paginatedcontainer_container_distribution_response_list_spec.rb +59 -0
  61. data/spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb +59 -0
  62. data/spec/models/paginatedcontainer_container_remote_response_list_spec.rb +59 -0
  63. data/spec/models/paginatedcontainer_container_repository_response_list_spec.rb +59 -0
  64. data/spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb +59 -0
  65. data/spec/models/{inline_response2004_spec.rb → paginatedcontainer_manifest_response_list_spec.rb} +6 -6
  66. data/spec/models/{inline_response2001_spec.rb → paginatedcontainer_tag_response_list_spec.rb} +6 -6
  67. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  68. metadata +67 -67
  69. data/spec/models/inline_response2005_spec.rb +0 -59
  70. data/spec/models/inline_response2006_spec.rb +0 -59
  71. data/spec/models/inline_response2007_spec.rb +0 -59
  72. data/spec/models/inline_response2008_spec.rb +0 -59
  73. data/spec/models/inline_response200_spec.rb +0 -59
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '2.1.0'
14
+ VERSION = '2.1.1'
15
15
  end
@@ -47,7 +47,7 @@ describe 'ContentBlobsApi' do
47
47
  # @option opts [String] :repository_version_removed repository_version_removed
48
48
  # @option opts [String] :fields A list of fields to include in the response.
49
49
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
50
- # @return [InlineResponse200]
50
+ # @return [PaginatedcontainerBlobResponseList]
51
51
  describe 'list test' do
52
52
  it 'should work' do
53
53
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -47,7 +47,7 @@ describe 'ContentManifestsApi' do
47
47
  # @option opts [String] :repository_version_removed repository_version_removed
48
48
  # @option opts [String] :fields A list of fields to include in the response.
49
49
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
50
- # @return [InlineResponse2001]
50
+ # @return [PaginatedcontainerManifestResponseList]
51
51
  describe 'list test' do
52
52
  it 'should work' do
53
53
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -48,7 +48,7 @@ describe 'ContentTagsApi' do
48
48
  # @option opts [String] :repository_version_removed repository_version_removed
49
49
  # @option opts [String] :fields A list of fields to include in the response.
50
50
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
51
- # @return [InlineResponse2002]
51
+ # @return [PaginatedcontainerTagResponseList]
52
52
  describe 'list test' do
53
53
  it 'should work' do
54
54
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -67,7 +67,7 @@ describe 'ContentguardsContentRedirectApi' do
67
67
  # @option opts [String] :ordering Which field to use when ordering the results.
68
68
  # @option opts [String] :fields A list of fields to include in the response.
69
69
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
70
- # @return [InlineResponse2003]
70
+ # @return [PaginatedcontainerContentRedirectContentGuardResponseList]
71
71
  describe 'list test' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -71,7 +71,7 @@ describe 'DistributionsContainerApi' do
71
71
  # @option opts [String] :ordering Which field to use when ordering the results.
72
72
  # @option opts [String] :fields A list of fields to include in the response.
73
73
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
74
- # @return [InlineResponse2004]
74
+ # @return [PaginatedcontainerContainerDistributionResponseList]
75
75
  describe 'list test' do
76
76
  it 'should work' do
77
77
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -73,7 +73,7 @@ describe 'RemotesContainerApi' do
73
73
  # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
74
74
  # @option opts [String] :fields A list of fields to include in the response.
75
75
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
76
- # @return [InlineResponse2005]
76
+ # @return [PaginatedcontainerContainerRemoteResponseList]
77
77
  describe 'list test' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -122,7 +122,7 @@ describe 'RepositoriesContainerApi' do
122
122
  # @option opts [String] :ordering Which field to use when ordering the results.
123
123
  # @option opts [String] :fields A list of fields to include in the response.
124
124
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
125
- # @return [InlineResponse2006]
125
+ # @return [PaginatedcontainerContainerRepositoryResponseList]
126
126
  describe 'list test' do
127
127
  it 'should work' do
128
128
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -67,7 +67,7 @@ describe 'RepositoriesContainerPushApi' do
67
67
  # @option opts [String] :ordering Which field to use when ordering the results.
68
68
  # @option opts [String] :fields A list of fields to include in the response.
69
69
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
70
- # @return [InlineResponse2007]
70
+ # @return [PaginatedcontainerContainerPushRepositoryResponseList]
71
71
  describe 'list test' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -80,7 +80,7 @@ describe 'RepositoriesContainerVersionsApi' do
80
80
  # @option opts [String] :pulp_created__range pulp_created__range
81
81
  # @option opts [String] :fields A list of fields to include in the response.
82
82
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
83
- # @return [InlineResponse2008]
83
+ # @return [PaginatedRepositoryVersionResponseList]
84
84
  describe 'list test' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -111,7 +111,7 @@ describe 'RepositoriesContainerVersionsApi' do
111
111
  # @option opts [String] :pulp_created__range pulp_created__range
112
112
  # @option opts [String] :fields A list of fields to include in the response.
113
113
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
114
- # @return [InlineResponse2008]
114
+ # @return [PaginatedRepositoryVersionResponseList]
115
115
  describe 'list_0 test' do
116
116
  it 'should work' do
117
117
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,43 +32,43 @@ describe 'ContainerContainerDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "name"' 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
39
39
  end
40
40
 
41
- describe 'test attribute "repository_version"' do
41
+ describe 'test attribute "repository"' 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 "base_path"' do
47
+ describe 'test attribute "name"' 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 "pulp_created"' do
53
+ describe 'test attribute "content_guard"' 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 "repository"' do
59
+ describe 'test attribute "base_path"' 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 "content_guard"' do
65
+ describe 'test attribute "repository_version"' 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_href"' do
71
+ describe 'test attribute "pulp_created"' 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
@@ -32,31 +32,31 @@ describe 'ContainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "name"' do
35
+ describe 'test attribute "repository"' 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_version"' do
41
+ describe 'test attribute "name"' 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 "base_path"' do
47
+ describe 'test attribute "content_guard"' 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 "repository"' do
53
+ describe 'test attribute "base_path"' 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 "content_guard"' do
59
+ describe 'test attribute "repository_version"' 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
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpContainerClient::InlineResponse2003
17
+ # Unit tests for PulpContainerClient::PaginatedRepositoryVersionResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2003' do
20
+ describe 'PaginatedRepositoryVersionResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpContainerClient::InlineResponse2003.new
23
+ @instance = PulpContainerClient::PaginatedRepositoryVersionResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2003' do
31
- it 'should create an instance of InlineResponse2003' do
32
- expect(@instance).to be_instance_of(PulpContainerClient::InlineResponse2003)
30
+ describe 'test an instance of PaginatedRepositoryVersionResponseList' do
31
+ it 'should create an instance of PaginatedRepositoryVersionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedRepositoryVersionResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpContainerClient::InlineResponse2002
17
+ # Unit tests for PulpContainerClient::PaginatedcontainerBlobResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2002' do
20
+ describe 'PaginatedcontainerBlobResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpContainerClient::InlineResponse2002.new
23
+ @instance = PulpContainerClient::PaginatedcontainerBlobResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2002' do
31
- it 'should create an instance of InlineResponse2002' do
32
- expect(@instance).to be_instance_of(PulpContainerClient::InlineResponse2002)
30
+ describe 'test an instance of PaginatedcontainerBlobResponseList' do
31
+ it 'should create an instance of PaginatedcontainerBlobResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerBlobResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -0,0 +1,59 @@
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 PulpContainerClient::PaginatedcontainerContainerDistributionResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedcontainerContainerDistributionResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::PaginatedcontainerContainerDistributionResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedcontainerContainerDistributionResponseList' do
31
+ it 'should create an instance of PaginatedcontainerContainerDistributionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerDistributionResponseList)
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
@@ -0,0 +1,59 @@
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 PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedcontainerContainerPushRepositoryResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedcontainerContainerPushRepositoryResponseList' do
31
+ it 'should create an instance of PaginatedcontainerContainerPushRepositoryResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList)
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
@@ -0,0 +1,59 @@
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 PulpContainerClient::PaginatedcontainerContainerRemoteResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedcontainerContainerRemoteResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::PaginatedcontainerContainerRemoteResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedcontainerContainerRemoteResponseList' do
31
+ it 'should create an instance of PaginatedcontainerContainerRemoteResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerRemoteResponseList)
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
@@ -0,0 +1,59 @@
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 PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedcontainerContainerRepositoryResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedcontainerContainerRepositoryResponseList' do
31
+ it 'should create an instance of PaginatedcontainerContainerRepositoryResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList)
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