pulpcore_client 3.114.2 → 3.115.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,48 +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
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for PulpcoreClient::Datarepair7465Api
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'Datarepair7465Api' do
20
- before do
21
- # run before each test
22
- @api_instance = PulpcoreClient::Datarepair7465Api.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of Datarepair7465Api' do
30
- it 'should create an instance of Datarepair7465Api' do
31
- expect(@api_instance).to be_instance_of(PulpcoreClient::Datarepair7465Api)
32
- end
33
- end
34
-
35
- # unit tests for post
36
- # Add Repository Version Content IDs (Issue #7465)
37
- # Trigger an asynchronous task that adds missing repository version content_ids cache to all repository versions (Issue #7465).
38
- # @param data_repair7465
39
- # @param [Hash] opts the optional parameters
40
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
- # @return [AsyncOperationResponse]
42
- describe 'post test' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- end
@@ -1,36 +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
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpcoreClient::DataRepair7465
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe PulpcoreClient::DataRepair7465 do
21
- let(:instance) { PulpcoreClient::DataRepair7465.new }
22
-
23
- describe 'test an instance of DataRepair7465' do
24
- it 'should create an instance of DataRepair7465' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(PulpcoreClient::DataRepair7465)
27
- end
28
- end
29
-
30
- describe 'test attribute "dry_run"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- end