pulp_ostree_client 2.0.0a6 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -7
  3. data/docs/ContentCommitsApi.md +8 -8
  4. data/docs/ContentConfigsApi.md +8 -8
  5. data/docs/ContentContentApi.md +138 -0
  6. data/docs/ContentObjectsApi.md +8 -8
  7. data/docs/ContentRefsApi.md +8 -8
  8. data/docs/ContentSummariesApi.md +8 -8
  9. data/docs/DistributionsOstreeApi.md +18 -12
  10. data/docs/OstreeOstreeContentResponse.md +25 -0
  11. data/docs/OstreeOstreeDistribution.md +1 -1
  12. data/docs/OstreeOstreeDistributionResponse.md +1 -1
  13. data/docs/OstreeOstreeRemote.md +1 -1
  14. data/docs/OstreeOstreeRemoteResponse.md +3 -1
  15. data/docs/OstreeOstreeRemoteResponseHiddenFields.md +19 -0
  16. data/docs/OstreeOstreeRepository.md +5 -3
  17. data/docs/OstreeOstreeRepositoryResponse.md +5 -3
  18. data/docs/PaginatedostreeOstreeContentResponseList.md +23 -0
  19. data/docs/PatchedostreeOstreeDistribution.md +1 -1
  20. data/docs/PatchedostreeOstreeRemote.md +1 -1
  21. data/docs/PatchedostreeOstreeRepository.md +5 -3
  22. data/docs/RemotesOstreeApi.md +12 -12
  23. data/docs/RepositoriesOstreeApi.md +32 -14
  24. data/docs/RepositoriesOstreeVersionsApi.md +12 -12
  25. data/docs/RepositoryAddRemoveContent.md +21 -0
  26. data/lib/pulp_ostree_client/api/content_commits_api.rb +13 -13
  27. data/lib/pulp_ostree_client/api/content_configs_api.rb +12 -12
  28. data/lib/pulp_ostree_client/api/content_content_api.rb +174 -0
  29. data/lib/pulp_ostree_client/api/content_objects_api.rb +13 -13
  30. data/lib/pulp_ostree_client/api/content_refs_api.rb +13 -13
  31. data/lib/pulp_ostree_client/api/content_summaries_api.rb +12 -12
  32. data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +26 -17
  33. data/lib/pulp_ostree_client/api/remotes_ostree_api.rb +17 -17
  34. data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +51 -24
  35. data/lib/pulp_ostree_client/api/repositories_ostree_versions_api.rb +17 -17
  36. data/lib/pulp_ostree_client/api_client.rb +1 -1
  37. data/lib/pulp_ostree_client/models/ostree_ostree_content_response.rb +260 -0
  38. data/lib/pulp_ostree_client/models/ostree_ostree_distribution.rb +4 -2
  39. data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +4 -2
  40. data/lib/pulp_ostree_client/models/ostree_ostree_remote.rb +4 -2
  41. data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +17 -3
  42. data/lib/pulp_ostree_client/models/ostree_ostree_remote_response_hidden_fields.rb +215 -0
  43. data/lib/pulp_ostree_client/models/ostree_ostree_repository.rb +21 -8
  44. data/lib/pulp_ostree_client/models/ostree_ostree_repository_response.rb +21 -8
  45. data/lib/pulp_ostree_client/models/paginatedostree_ostree_content_response_list.rb +237 -0
  46. data/lib/pulp_ostree_client/models/patchedostree_ostree_distribution.rb +4 -2
  47. data/lib/pulp_ostree_client/models/patchedostree_ostree_remote.rb +4 -2
  48. data/lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb +21 -8
  49. data/lib/pulp_ostree_client/models/{ostree_repository_add_remove_content.rb → repository_add_remove_content.rb} +6 -6
  50. data/lib/pulp_ostree_client/version.rb +1 -1
  51. data/lib/pulp_ostree_client.rb +5 -1
  52. data/pulp_ostree_client.gemspec +3 -3
  53. data/spec/api/content_commits_api_spec.rb +4 -4
  54. data/spec/api/content_configs_api_spec.rb +4 -4
  55. data/spec/api/content_content_api_spec.rb +68 -0
  56. data/spec/api/content_objects_api_spec.rb +4 -4
  57. data/spec/api/content_refs_api_spec.rb +4 -4
  58. data/spec/api/content_summaries_api_spec.rb +4 -4
  59. data/spec/api/distributions_ostree_api_spec.rb +9 -6
  60. data/spec/api/remotes_ostree_api_spec.rb +6 -6
  61. data/spec/api/repositories_ostree_api_spec.rb +15 -6
  62. data/spec/api/repositories_ostree_versions_api_spec.rb +6 -6
  63. data/spec/models/ostree_ostree_content_response_spec.rb +65 -0
  64. data/spec/models/ostree_ostree_remote_response_hidden_fields_spec.rb +47 -0
  65. data/spec/models/ostree_ostree_remote_response_spec.rb +6 -0
  66. data/spec/models/ostree_ostree_repository_response_spec.rb +6 -0
  67. data/spec/models/ostree_ostree_repository_spec.rb +6 -0
  68. data/spec/models/paginatedostree_ostree_content_response_list_spec.rb +59 -0
  69. data/spec/models/patchedostree_ostree_repository_spec.rb +6 -0
  70. data/spec/models/{ostree_repository_add_remove_content_spec.rb → repository_add_remove_content_spec.rb} +6 -6
  71. metadata +60 -45
  72. data/docs/OstreeRepositoryAddRemoveContent.md +0 -21
  73. data/git_push.sh +0 -58
@@ -60,12 +60,12 @@ describe 'DistributionsOstreeApi' do
60
60
  # List ostree distributions
61
61
  # A ViewSet class for OSTree distributions.
62
62
  # @param [Hash] opts the optional parameters
63
- # @option opts [String] :base_path
63
+ # @option opts [String] :base_path Filter results where base_path matches value
64
64
  # @option opts [String] :base_path__contains Filter results where base_path contains value
65
65
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
66
66
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
67
67
  # @option opts [Integer] :limit Number of results to return per page.
68
- # @option opts [String] :name
68
+ # @option opts [String] :name Filter results where name matches value
69
69
  # @option opts [String] :name__contains Filter results where name contains value
70
70
  # @option opts [String] :name__icontains Filter results where name contains value
71
71
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -73,8 +73,11 @@ describe 'DistributionsOstreeApi' do
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
74
  # @option opts [Array<String>] :ordering Ordering
75
75
  # @option opts [String] :pulp_label_select Filter labels by search string
76
- # @option opts [String] :fields A list of fields to include in the response.
77
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
76
+ # @option opts [String] :repository Filter results where repository matches value
77
+ # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
78
+ # @option opts [String] :with_content Filter distributions based on the content served by them
79
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
80
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
78
81
  # @return [PaginatedostreeOstreeDistributionResponseList]
79
82
  describe 'list test' do
80
83
  it 'should work' do
@@ -100,8 +103,8 @@ describe 'DistributionsOstreeApi' do
100
103
  # A ViewSet class for OSTree distributions.
101
104
  # @param ostree_ostree_distribution_href
102
105
  # @param [Hash] opts the optional parameters
103
- # @option opts [String] :fields A list of fields to include in the response.
104
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
106
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
107
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
105
108
  # @return [OstreeOstreeDistributionResponse]
106
109
  describe 'read test' do
107
110
  it 'should work' do
@@ -61,7 +61,7 @@ describe 'RemotesOstreeApi' do
61
61
  # A ViewSet class for OSTree remote repositories.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name
64
+ # @option opts [String] :name Filter results where name matches value
65
65
  # @option opts [String] :name__contains Filter results where name contains value
66
66
  # @option opts [String] :name__icontains Filter results where name contains value
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -69,14 +69,14 @@ describe 'RemotesOstreeApi' do
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [Array<String>] :ordering Ordering
71
71
  # @option opts [String] :pulp_label_select Filter labels by search string
72
- # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
72
+ # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
73
73
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
74
74
  # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
75
75
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
76
76
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
77
77
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
78
- # @option opts [String] :fields A list of fields to include in the response.
79
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
78
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
79
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginatedostreeOstreeRemoteResponseList]
81
81
  describe 'list test' do
82
82
  it 'should work' do
@@ -102,8 +102,8 @@ describe 'RemotesOstreeApi' do
102
102
  # A ViewSet class for OSTree remote repositories.
103
103
  # @param ostree_ostree_remote_href
104
104
  # @param [Hash] opts the optional parameters
105
- # @option opts [String] :fields A list of fields to include in the response.
106
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
105
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
106
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
107
  # @return [OstreeOstreeRemoteResponse]
108
108
  describe 'read test' do
109
109
  it 'should work' do
@@ -87,7 +87,7 @@ describe 'RepositoriesOstreeApi' do
87
87
  # A ViewSet class for OSTree repositories.
88
88
  # @param [Hash] opts the optional parameters
89
89
  # @option opts [Integer] :limit Number of results to return per page.
90
- # @option opts [String] :name
90
+ # @option opts [String] :name Filter results where name matches value
91
91
  # @option opts [String] :name__contains Filter results where name contains value
92
92
  # @option opts [String] :name__icontains Filter results where name contains value
93
93
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -95,8 +95,17 @@ describe 'RepositoriesOstreeApi' do
95
95
  # @option opts [Integer] :offset The initial index from which to return the results.
96
96
  # @option opts [Array<String>] :ordering Ordering
97
97
  # @option opts [String] :pulp_label_select Filter labels by search string
98
- # @option opts [String] :fields A list of fields to include in the response.
99
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
98
+ # @option opts [String] :remote Foreign Key referenced by HREF
99
+ # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
100
+ # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
101
+ # @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
102
+ # @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
103
+ # @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
104
+ # @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
105
+ # @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
106
+ # @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
107
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
108
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
100
109
  # @return [PaginatedostreeOstreeRepositoryResponseList]
101
110
  describe 'list test' do
102
111
  it 'should work' do
@@ -108,7 +117,7 @@ describe 'RepositoriesOstreeApi' do
108
117
  # Modify repository
109
118
  # Trigger an asynchronous task to modify content.
110
119
  # @param ostree_ostree_repository_href
111
- # @param ostree_repository_add_remove_content
120
+ # @param repository_add_remove_content
112
121
  # @param [Hash] opts the optional parameters
113
122
  # @return [AsyncOperationResponse]
114
123
  describe 'modify test' do
@@ -135,8 +144,8 @@ describe 'RepositoriesOstreeApi' do
135
144
  # A ViewSet class for OSTree repositories.
136
145
  # @param ostree_ostree_repository_href
137
146
  # @param [Hash] opts the optional parameters
138
- # @option opts [String] :fields A list of fields to include in the response.
139
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
147
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
148
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
140
149
  # @return [OstreeOstreeRepositoryResponse]
141
150
  describe 'read test' do
142
151
  it 'should work' do
@@ -52,7 +52,7 @@ describe 'RepositoriesOstreeVersionsApi' do
52
52
  # @option opts [String] :content Content Unit referenced by HREF
53
53
  # @option opts [String] :content__in Content Unit referenced by HREF
54
54
  # @option opts [Integer] :limit Number of results to return per page.
55
- # @option opts [Integer] :number
55
+ # @option opts [Integer] :number Filter results where number matches value
56
56
  # @option opts [Integer] :number__gt Filter results where number is greater than value
57
57
  # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
58
58
  # @option opts [Integer] :number__lt Filter results where number is less than value
@@ -60,14 +60,14 @@ describe 'RepositoriesOstreeVersionsApi' do
60
60
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
62
  # @option opts [Array<String>] :ordering Ordering
63
- # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
63
+ # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
64
64
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
65
65
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
66
66
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
67
67
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
68
68
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
69
- # @option opts [String] :fields A list of fields to include in the response.
70
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
69
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
70
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
71
71
  # @return [PaginatedRepositoryVersionResponseList]
72
72
  describe 'list test' do
73
73
  it 'should work' do
@@ -80,8 +80,8 @@ describe 'RepositoriesOstreeVersionsApi' do
80
80
  # A ViewSet class that represents a single OSTree repository version.
81
81
  # @param ostree_ostree_repository_version_href
82
82
  # @param [Hash] opts the optional parameters
83
- # @option opts [String] :fields A list of fields to include in the response.
84
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
83
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
84
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
85
85
  # @return [RepositoryVersionResponse]
86
86
  describe 'read test' do
87
87
  it 'should work' do
@@ -0,0 +1,65 @@
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 PulpOstreeClient::OstreeOstreeContentResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'OstreeOstreeContentResponse' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpOstreeClient::OstreeOstreeContentResponse.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of OstreeOstreeContentResponse' do
31
+ it 'should create an instance of OstreeOstreeContentResponse' do
32
+ expect(@instance).to be_instance_of(PulpOstreeClient::OstreeOstreeContentResponse)
33
+ end
34
+ end
35
+ describe 'test attribute "pulp_href"' 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 "pulp_created"' 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 "artifact"' 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 "relative_path"' 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
+ describe 'test attribute "digest"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ end
@@ -0,0 +1,47 @@
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 PulpOstreeClient::OstreeOstreeRemoteResponseHiddenFields
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'OstreeOstreeRemoteResponseHiddenFields' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpOstreeClient::OstreeOstreeRemoteResponseHiddenFields.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of OstreeOstreeRemoteResponseHiddenFields' do
31
+ it 'should create an instance of OstreeOstreeRemoteResponseHiddenFields' do
32
+ expect(@instance).to be_instance_of(PulpOstreeClient::OstreeOstreeRemoteResponseHiddenFields)
33
+ end
34
+ end
35
+ describe 'test attribute "name"' 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 "is_set"' 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
+ end
@@ -146,6 +146,12 @@ describe 'OstreeOstreeRemoteResponse' do
146
146
  end
147
147
  end
148
148
 
149
+ describe 'test attribute "hidden_fields"' do
150
+ it 'should work' do
151
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
152
+ end
153
+ end
154
+
149
155
  describe 'test attribute "depth"' do
150
156
  it 'should work' do
151
157
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,4 +86,10 @@ describe 'OstreeOstreeRepositoryResponse' do
86
86
  end
87
87
  end
88
88
 
89
+ describe 'test attribute "compute_delta"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
89
95
  end
@@ -62,4 +62,10 @@ describe 'OstreeOstreeRepository' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "compute_delta"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  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.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpOstreeClient::PaginatedostreeOstreeContentResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedostreeOstreeContentResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpOstreeClient::PaginatedostreeOstreeContentResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedostreeOstreeContentResponseList' do
31
+ it 'should create an instance of PaginatedostreeOstreeContentResponseList' do
32
+ expect(@instance).to be_instance_of(PulpOstreeClient::PaginatedostreeOstreeContentResponseList)
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
@@ -62,4 +62,10 @@ describe 'PatchedostreeOstreeRepository' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "compute_delta"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  end
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpOstreeClient::OstreeRepositoryAddRemoveContent
17
+ # Unit tests for PulpOstreeClient::RepositoryAddRemoveContent
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'OstreeRepositoryAddRemoveContent' do
20
+ describe 'RepositoryAddRemoveContent' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpOstreeClient::OstreeRepositoryAddRemoveContent.new
23
+ @instance = PulpOstreeClient::RepositoryAddRemoveContent.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 OstreeRepositoryAddRemoveContent' do
31
- it 'should create an instance of OstreeRepositoryAddRemoveContent' do
32
- expect(@instance).to be_instance_of(PulpOstreeClient::OstreeRepositoryAddRemoveContent)
30
+ describe 'test an instance of RepositoryAddRemoveContent' do
31
+ it 'should create an instance of RepositoryAddRemoveContent' do
32
+ expect(@instance).to be_instance_of(PulpOstreeClient::RepositoryAddRemoveContent)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "add_content_units"' do