pulp_rpm_client 3.0.0b4.dev0.1561479614 → 3.0.0b4.dev0.1561651989

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_rpm_client might be problematic. Click here for more details.

@@ -32,31 +32,31 @@ describe 'DistributionsRpmApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for distributions_rpm_rpm_create
35
+ # unit tests for create
36
36
  # Create a rpm distribution
37
37
  # Trigger an asynchronous create task
38
38
  # @param data
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [AsyncOperationResponse]
41
- describe 'distributions_rpm_rpm_create test' do
41
+ describe '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 distributions_rpm_rpm_delete
47
+ # unit tests for delete
48
48
  # Delete a rpm distribution
49
49
  # Trigger an asynchronous delete task
50
50
  # @param rpm_distribution_href URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [AsyncOperationResponse]
53
- describe 'distributions_rpm_rpm_delete test' do
53
+ describe '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 distributions_rpm_rpm_list
59
+ # unit tests for list
60
60
  # List rpm distributions
61
61
  # ViewSet for RPM Distributions.
62
62
  # @param [Hash] opts the optional parameters
@@ -69,45 +69,45 @@ describe 'DistributionsRpmApi' do
69
69
  # @option opts [Integer] :page A page number within the paginated result set.
70
70
  # @option opts [Integer] :page_size Number of results to return per page.
71
71
  # @return [InlineResponse2002]
72
- describe 'distributions_rpm_rpm_list test' do
72
+ describe 'list test' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
75
75
  end
76
76
  end
77
77
 
78
- # unit tests for distributions_rpm_rpm_partial_update
78
+ # unit tests for partial_update
79
79
  # Partially update a rpm distribution
80
80
  # Trigger an asynchronous partial update task
81
81
  # @param rpm_distribution_href URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/
82
82
  # @param data
83
83
  # @param [Hash] opts the optional parameters
84
84
  # @return [AsyncOperationResponse]
85
- describe 'distributions_rpm_rpm_partial_update test' do
85
+ describe 'partial_update test' do
86
86
  it 'should work' do
87
87
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
88
88
  end
89
89
  end
90
90
 
91
- # unit tests for distributions_rpm_rpm_read
91
+ # unit tests for read
92
92
  # Inspect a rpm distribution
93
93
  # ViewSet for RPM Distributions.
94
94
  # @param rpm_distribution_href URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/
95
95
  # @param [Hash] opts the optional parameters
96
96
  # @return [RpmDistribution]
97
- describe 'distributions_rpm_rpm_read test' do
97
+ describe 'read test' do
98
98
  it 'should work' do
99
99
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
100
100
  end
101
101
  end
102
102
 
103
- # unit tests for distributions_rpm_rpm_update
103
+ # unit tests for update
104
104
  # Update a rpm distribution
105
105
  # Trigger an asynchronous update task
106
106
  # @param rpm_distribution_href URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/
107
107
  # @param data
108
108
  # @param [Hash] opts the optional parameters
109
109
  # @return [AsyncOperationResponse]
110
- describe 'distributions_rpm_rpm_update test' do
110
+ describe 'update test' do
111
111
  it 'should work' do
112
112
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
113
113
  end
@@ -32,31 +32,31 @@ describe 'PublicationsRpmApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for publications_rpm_rpm_create
35
+ # unit tests for create
36
36
  # Create a rpm publication
37
37
  # Trigger an asynchronous task to create a new RPM content publication.
38
38
  # @param data
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [AsyncOperationResponse]
41
- describe 'publications_rpm_rpm_create test' do
41
+ describe '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 publications_rpm_rpm_delete
47
+ # unit tests for delete
48
48
  # Delete a rpm publication
49
49
  # ViewSet for Rpm Publications.
50
50
  # @param rpm_publication_href URI of Rpm Publication. e.g.: /pulp/api/v3/publications/rpm/rpm/1/
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [nil]
53
- describe 'publications_rpm_rpm_delete test' do
53
+ describe '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 publications_rpm_rpm_list
59
+ # unit tests for list
60
60
  # List rpm publications
61
61
  # ViewSet for Rpm Publications.
62
62
  # @param [Hash] opts the optional parameters
@@ -64,19 +64,19 @@ describe 'PublicationsRpmApi' do
64
64
  # @option opts [Integer] :page A page number within the paginated result set.
65
65
  # @option opts [Integer] :page_size Number of results to return per page.
66
66
  # @return [InlineResponse2003]
67
- describe 'publications_rpm_rpm_list test' do
67
+ describe 'list test' do
68
68
  it 'should work' do
69
69
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
70
  end
71
71
  end
72
72
 
73
- # unit tests for publications_rpm_rpm_read
73
+ # unit tests for read
74
74
  # Inspect a rpm publication
75
75
  # ViewSet for Rpm Publications.
76
76
  # @param rpm_publication_href URI of Rpm Publication. e.g.: /pulp/api/v3/publications/rpm/rpm/1/
77
77
  # @param [Hash] opts the optional parameters
78
78
  # @return [RpmPublication]
79
- describe 'publications_rpm_rpm_read test' do
79
+ describe 'read test' do
80
80
  it 'should work' do
81
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
82
82
  end
@@ -32,31 +32,31 @@ describe 'RemotesRpmApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for remotes_rpm_rpm_create
35
+ # unit tests for create
36
36
  # Create a rpm remote
37
37
  # A ViewSet for RpmRemote.
38
38
  # @param data
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [RpmRemote]
41
- describe 'remotes_rpm_rpm_create test' do
41
+ describe '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 remotes_rpm_rpm_delete
47
+ # unit tests for delete
48
48
  # Delete a rpm remote
49
49
  # Trigger an asynchronous delete task
50
50
  # @param rpm_remote_href URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [AsyncOperationResponse]
53
- describe 'remotes_rpm_rpm_delete test' do
53
+ describe '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 remotes_rpm_rpm_list
59
+ # unit tests for list
60
60
  # List rpm remotes
61
61
  # A ViewSet for RpmRemote.
62
62
  # @param [Hash] opts the optional parameters
@@ -71,58 +71,58 @@ describe 'RemotesRpmApi' do
71
71
  # @option opts [Integer] :page A page number within the paginated result set.
72
72
  # @option opts [Integer] :page_size Number of results to return per page.
73
73
  # @return [InlineResponse2004]
74
- describe 'remotes_rpm_rpm_list test' do
74
+ describe 'list 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
78
78
  end
79
79
 
80
- # unit tests for remotes_rpm_rpm_partial_update
80
+ # unit tests for partial_update
81
81
  # Partially update a rpm remote
82
82
  # Trigger an asynchronous partial update task
83
83
  # @param rpm_remote_href URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
84
84
  # @param data
85
85
  # @param [Hash] opts the optional parameters
86
86
  # @return [AsyncOperationResponse]
87
- describe 'remotes_rpm_rpm_partial_update test' do
87
+ describe 'partial_update test' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
90
  end
91
91
  end
92
92
 
93
- # unit tests for remotes_rpm_rpm_read
93
+ # unit tests for read
94
94
  # Inspect a rpm remote
95
95
  # A ViewSet for RpmRemote.
96
96
  # @param rpm_remote_href URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
97
97
  # @param [Hash] opts the optional parameters
98
98
  # @return [RpmRemote]
99
- describe 'remotes_rpm_rpm_read test' do
99
+ describe 'read test' do
100
100
  it 'should work' do
101
101
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
102
102
  end
103
103
  end
104
104
 
105
- # unit tests for remotes_rpm_rpm_sync
105
+ # unit tests for sync
106
106
  # Sync from remote
107
107
  # Trigger an asynchronous task to sync RPM content.
108
108
  # @param rpm_remote_href URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
109
109
  # @param data
110
110
  # @param [Hash] opts the optional parameters
111
111
  # @return [AsyncOperationResponse]
112
- describe 'remotes_rpm_rpm_sync test' do
112
+ describe 'sync test' do
113
113
  it 'should work' do
114
114
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
115
  end
116
116
  end
117
117
 
118
- # unit tests for remotes_rpm_rpm_update
118
+ # unit tests for update
119
119
  # Update a rpm remote
120
120
  # Trigger an asynchronous update task
121
121
  # @param rpm_remote_href URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
122
122
  # @param data
123
123
  # @param [Hash] opts the optional parameters
124
124
  # @return [AsyncOperationResponse]
125
- describe 'remotes_rpm_rpm_update test' do
125
+ describe 'update test' do
126
126
  it 'should work' do
127
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
128
  end
@@ -32,25 +32,25 @@ describe 'Package' do
32
32
  expect(@instance).to be_instance_of(PulpRpmClient::Package)
33
33
  end
34
34
  end
35
- describe 'test attribute "_type"' do
35
+ describe 'test attribute "_artifact"' 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 "_href"' do
41
+ describe 'test attribute "_created"' 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 "_created"' do
47
+ describe 'test attribute "_type"' 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 "_artifact"' do
53
+ describe 'test attribute "_href"' 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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_rpm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0b4.dev0.1561479614
4
+ version: 3.0.0b4.dev0.1561651989
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-25 00:00:00.000000000 Z
11
+ date: 2019-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus