pulp_rpm_client 3.28.0 → 3.28.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 (78) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +26 -4
  3. data/docs/ContentAdvisoriesApi.md +152 -2
  4. data/docs/ContentDistributionTreesApi.md +148 -0
  5. data/docs/ContentModulemdDefaultsApi.md +150 -2
  6. data/docs/ContentModulemdObsoletesApi.md +148 -0
  7. data/docs/ContentModulemdsApi.md +150 -2
  8. data/docs/ContentPackagecategoriesApi.md +148 -0
  9. data/docs/ContentPackageenvironmentsApi.md +148 -0
  10. data/docs/ContentPackagegroupsApi.md +148 -0
  11. data/docs/ContentPackagelangpacksApi.md +148 -0
  12. data/docs/ContentPackagesApi.md +152 -2
  13. data/docs/ContentRepoMetadataFilesApi.md +148 -0
  14. data/docs/RpmModulemd.md +2 -0
  15. data/docs/RpmModulemdDefaults.md +2 -0
  16. data/docs/RpmModulemdDefaultsResponse.md +2 -0
  17. data/docs/RpmModulemdObsolete.md +2 -0
  18. data/docs/RpmModulemdObsoleteResponse.md +2 -0
  19. data/docs/RpmModulemdResponse.md +2 -0
  20. data/docs/RpmPackageCategoryResponse.md +2 -0
  21. data/docs/RpmPackageEnvironmentResponse.md +2 -0
  22. data/docs/RpmPackageGroupResponse.md +2 -0
  23. data/docs/RpmPackageLangpacksResponse.md +2 -0
  24. data/docs/RpmPackageResponse.md +2 -0
  25. data/docs/RpmRepoMetadataFileResponse.md +2 -0
  26. data/docs/RpmUpdateRecordResponse.md +2 -0
  27. data/lib/pulp_rpm_client/api/content_advisories_api.rb +157 -3
  28. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +151 -0
  29. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +154 -3
  30. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +151 -0
  31. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +154 -3
  32. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +151 -0
  33. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +151 -0
  34. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +151 -0
  35. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +151 -0
  36. data/lib/pulp_rpm_client/api/content_packages_api.rb +157 -3
  37. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +151 -0
  38. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +13 -1
  39. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +13 -1
  40. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +13 -1
  41. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete.rb +13 -1
  42. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +13 -1
  43. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +13 -1
  44. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +13 -1
  45. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +13 -1
  46. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +13 -1
  47. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +13 -1
  48. data/lib/pulp_rpm_client/models/rpm_package_response.rb +13 -1
  49. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +13 -1
  50. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +13 -1
  51. data/lib/pulp_rpm_client/models/unset_label.rb +1 -1
  52. data/lib/pulp_rpm_client/models/unset_label_response.rb +1 -1
  53. data/lib/pulp_rpm_client/version.rb +1 -1
  54. data/spec/api/content_advisories_api_spec.rb +29 -1
  55. data/spec/api/content_distribution_trees_api_spec.rb +27 -0
  56. data/spec/api/content_modulemd_defaults_api_spec.rb +28 -1
  57. data/spec/api/content_modulemd_obsoletes_api_spec.rb +27 -0
  58. data/spec/api/content_modulemds_api_spec.rb +28 -1
  59. data/spec/api/content_packagecategories_api_spec.rb +27 -0
  60. data/spec/api/content_packageenvironments_api_spec.rb +27 -0
  61. data/spec/api/content_packagegroups_api_spec.rb +27 -0
  62. data/spec/api/content_packagelangpacks_api_spec.rb +27 -0
  63. data/spec/api/content_packages_api_spec.rb +29 -1
  64. data/spec/api/content_repo_metadata_files_api_spec.rb +27 -0
  65. data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
  66. data/spec/models/rpm_modulemd_defaults_spec.rb +6 -0
  67. data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
  68. data/spec/models/rpm_modulemd_obsolete_spec.rb +6 -0
  69. data/spec/models/rpm_modulemd_response_spec.rb +6 -0
  70. data/spec/models/rpm_modulemd_spec.rb +6 -0
  71. data/spec/models/rpm_package_category_response_spec.rb +6 -0
  72. data/spec/models/rpm_package_environment_response_spec.rb +6 -0
  73. data/spec/models/rpm_package_group_response_spec.rb +6 -0
  74. data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
  75. data/spec/models/rpm_package_response_spec.rb +6 -0
  76. data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
  77. data/spec/models/rpm_update_record_response_spec.rb +6 -0
  78. metadata +79 -79
@@ -43,6 +43,7 @@ describe 'ContentDistributionTreesApi' do
43
43
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
44
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
45
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
46
+ # @option opts [String] :pulp_label_select Filter labels by search string
46
47
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
47
48
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
48
49
  # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
@@ -70,4 +71,30 @@ describe 'ContentDistributionTreesApi' do
70
71
  end
71
72
  end
72
73
 
74
+ # unit tests for set_label
75
+ # Set a label
76
+ # Set a single pulp_label on the object to a specific value or null.
77
+ # @param rpm_distribution_tree_href
78
+ # @param set_label
79
+ # @param [Hash] opts the optional parameters
80
+ # @return [SetLabelResponse]
81
+ describe 'set_label test' do
82
+ it 'should work' do
83
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
84
+ end
85
+ end
86
+
87
+ # unit tests for unset_label
88
+ # Unset a label
89
+ # Unset a single pulp_label on the object.
90
+ # @param rpm_distribution_tree_href
91
+ # @param unset_label
92
+ # @param [Hash] opts the optional parameters
93
+ # @return [UnsetLabelResponse]
94
+ describe 'unset_label test' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
97
+ end
98
+ end
99
+
73
100
  end
@@ -52,11 +52,12 @@ describe 'ContentModulemdDefaultsApi' do
52
52
  # @option opts [String] :_module Filter results where module matches value
53
53
  # @option opts [Array<String>] :module__in Filter results where module is in a comma-separated list of values
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
55
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
56
56
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
57
57
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
58
58
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
59
59
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
60
+ # @option opts [String] :pulp_label_select Filter labels by search string
60
61
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
61
62
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
62
63
  # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
@@ -87,4 +88,30 @@ describe 'ContentModulemdDefaultsApi' do
87
88
  end
88
89
  end
89
90
 
91
+ # unit tests for set_label
92
+ # Set a label
93
+ # Set a single pulp_label on the object to a specific value or null.
94
+ # @param rpm_modulemd_defaults_href
95
+ # @param set_label
96
+ # @param [Hash] opts the optional parameters
97
+ # @return [SetLabelResponse]
98
+ describe 'set_label test' do
99
+ it 'should work' do
100
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
101
+ end
102
+ end
103
+
104
+ # unit tests for unset_label
105
+ # Unset a label
106
+ # Unset a single pulp_label on the object.
107
+ # @param rpm_modulemd_defaults_href
108
+ # @param unset_label
109
+ # @param [Hash] opts the optional parameters
110
+ # @return [UnsetLabelResponse]
111
+ describe 'unset_label test' do
112
+ it 'should work' do
113
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
114
+ end
115
+ end
116
+
90
117
  end
@@ -55,6 +55,7 @@ describe 'ContentModulemdObsoletesApi' do
55
55
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
56
56
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
57
57
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
58
+ # @option opts [String] :pulp_label_select Filter labels by search string
58
59
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
59
60
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
60
61
  # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
@@ -82,4 +83,30 @@ describe 'ContentModulemdObsoletesApi' do
82
83
  end
83
84
  end
84
85
 
86
+ # unit tests for set_label
87
+ # Set a label
88
+ # Set a single pulp_label on the object to a specific value or null.
89
+ # @param rpm_modulemd_obsolete_href
90
+ # @param set_label
91
+ # @param [Hash] opts the optional parameters
92
+ # @return [SetLabelResponse]
93
+ describe 'set_label test' do
94
+ it 'should work' do
95
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
96
+ end
97
+ end
98
+
99
+ # unit tests for unset_label
100
+ # Unset a label
101
+ # Unset a single pulp_label on the object.
102
+ # @param rpm_modulemd_obsolete_href
103
+ # @param unset_label
104
+ # @param [Hash] opts the optional parameters
105
+ # @return [UnsetLabelResponse]
106
+ describe 'unset_label test' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
109
+ end
110
+ end
111
+
85
112
  end
@@ -56,11 +56,12 @@ describe 'ContentModulemdsApi' do
56
56
  # @option opts [String] :name Filter results where name matches value
57
57
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
58
58
  # @option opts [Integer] :offset The initial index from which to return the results.
59
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
59
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
60
60
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
61
61
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
62
62
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
63
63
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
64
+ # @option opts [String] :pulp_label_select Filter labels by search string
64
65
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
65
66
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
66
67
  # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
@@ -93,4 +94,30 @@ describe 'ContentModulemdsApi' do
93
94
  end
94
95
  end
95
96
 
97
+ # unit tests for set_label
98
+ # Set a label
99
+ # Set a single pulp_label on the object to a specific value or null.
100
+ # @param rpm_modulemd_href
101
+ # @param set_label
102
+ # @param [Hash] opts the optional parameters
103
+ # @return [SetLabelResponse]
104
+ describe 'set_label test' do
105
+ it 'should work' do
106
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
107
+ end
108
+ end
109
+
110
+ # unit tests for unset_label
111
+ # Unset a label
112
+ # Unset a single pulp_label on the object.
113
+ # @param rpm_modulemd_href
114
+ # @param unset_label
115
+ # @param [Hash] opts the optional parameters
116
+ # @return [UnsetLabelResponse]
117
+ describe 'unset_label test' do
118
+ it 'should work' do
119
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
120
+ end
121
+ end
122
+
96
123
  end
@@ -43,6 +43,7 @@ describe 'ContentPackagecategoriesApi' do
43
43
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
44
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
45
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
46
+ # @option opts [String] :pulp_label_select Filter labels by search string
46
47
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
47
48
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
48
49
  # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
@@ -70,4 +71,30 @@ describe 'ContentPackagecategoriesApi' do
70
71
  end
71
72
  end
72
73
 
74
+ # unit tests for set_label
75
+ # Set a label
76
+ # Set a single pulp_label on the object to a specific value or null.
77
+ # @param rpm_package_category_href
78
+ # @param set_label
79
+ # @param [Hash] opts the optional parameters
80
+ # @return [SetLabelResponse]
81
+ describe 'set_label test' do
82
+ it 'should work' do
83
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
84
+ end
85
+ end
86
+
87
+ # unit tests for unset_label
88
+ # Unset a label
89
+ # Unset a single pulp_label on the object.
90
+ # @param rpm_package_category_href
91
+ # @param unset_label
92
+ # @param [Hash] opts the optional parameters
93
+ # @return [UnsetLabelResponse]
94
+ describe 'unset_label test' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
97
+ end
98
+ end
99
+
73
100
  end
@@ -43,6 +43,7 @@ describe 'ContentPackageenvironmentsApi' do
43
43
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
44
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
45
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
46
+ # @option opts [String] :pulp_label_select Filter labels by search string
46
47
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
47
48
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
48
49
  # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
@@ -70,4 +71,30 @@ describe 'ContentPackageenvironmentsApi' do
70
71
  end
71
72
  end
72
73
 
74
+ # unit tests for set_label
75
+ # Set a label
76
+ # Set a single pulp_label on the object to a specific value or null.
77
+ # @param rpm_package_environment_href
78
+ # @param set_label
79
+ # @param [Hash] opts the optional parameters
80
+ # @return [SetLabelResponse]
81
+ describe 'set_label test' do
82
+ it 'should work' do
83
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
84
+ end
85
+ end
86
+
87
+ # unit tests for unset_label
88
+ # Unset a label
89
+ # Unset a single pulp_label on the object.
90
+ # @param rpm_package_environment_href
91
+ # @param unset_label
92
+ # @param [Hash] opts the optional parameters
93
+ # @return [UnsetLabelResponse]
94
+ describe 'unset_label test' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
97
+ end
98
+ end
99
+
73
100
  end
@@ -43,6 +43,7 @@ describe 'ContentPackagegroupsApi' do
43
43
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
44
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
45
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
46
+ # @option opts [String] :pulp_label_select Filter labels by search string
46
47
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
47
48
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
48
49
  # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
@@ -70,4 +71,30 @@ describe 'ContentPackagegroupsApi' do
70
71
  end
71
72
  end
72
73
 
74
+ # unit tests for set_label
75
+ # Set a label
76
+ # Set a single pulp_label on the object to a specific value or null.
77
+ # @param rpm_package_group_href
78
+ # @param set_label
79
+ # @param [Hash] opts the optional parameters
80
+ # @return [SetLabelResponse]
81
+ describe 'set_label test' do
82
+ it 'should work' do
83
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
84
+ end
85
+ end
86
+
87
+ # unit tests for unset_label
88
+ # Unset a label
89
+ # Unset a single pulp_label on the object.
90
+ # @param rpm_package_group_href
91
+ # @param unset_label
92
+ # @param [Hash] opts the optional parameters
93
+ # @return [UnsetLabelResponse]
94
+ describe 'unset_label test' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
97
+ end
98
+ end
99
+
73
100
  end
@@ -43,6 +43,7 @@ describe 'ContentPackagelangpacksApi' do
43
43
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
44
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
45
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
46
+ # @option opts [String] :pulp_label_select Filter labels by search string
46
47
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
47
48
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
48
49
  # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
@@ -70,4 +71,30 @@ describe 'ContentPackagelangpacksApi' do
70
71
  end
71
72
  end
72
73
 
74
+ # unit tests for set_label
75
+ # Set a label
76
+ # Set a single pulp_label on the object to a specific value or null.
77
+ # @param rpm_package_langpacks_href
78
+ # @param set_label
79
+ # @param [Hash] opts the optional parameters
80
+ # @return [SetLabelResponse]
81
+ describe 'set_label test' do
82
+ it 'should work' do
83
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
84
+ end
85
+ end
86
+
87
+ # unit tests for unset_label
88
+ # Unset a label
89
+ # Unset a single pulp_label on the object.
90
+ # @param rpm_package_langpacks_href
91
+ # @param unset_label
92
+ # @param [Hash] opts the optional parameters
93
+ # @return [UnsetLabelResponse]
94
+ describe 'unset_label test' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
97
+ end
98
+ end
99
+
73
100
  end
@@ -37,6 +37,7 @@ describe 'ContentPackagesApi' do
37
37
  # Trigger an asynchronous task to create an RPM package,optionally create new repository version.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
40
+ # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
40
41
  # @option opts [String] :artifact Artifact file representing the physical content
41
42
  # @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
42
43
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
@@ -72,13 +73,14 @@ describe 'ContentPackagesApi' do
72
73
  # @option opts [String] :name__ne Filter results where name not equal to value
73
74
  # @option opts [String] :name__startswith Filter results where name starts with value
74
75
  # @option opts [Integer] :offset The initial index from which to return the results.
75
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
76
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
76
77
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
77
78
  # @option opts [String] :pkg_id Filter results where pkgId matches value
78
79
  # @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
79
80
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
80
81
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
81
82
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
83
+ # @option opts [String] :pulp_label_select Filter labels by search string
82
84
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
83
85
  # @option opts [String] :release Filter results where release matches value
84
86
  # @option opts [String] :release__contains Filter results where release contains value
@@ -115,4 +117,30 @@ describe 'ContentPackagesApi' do
115
117
  end
116
118
  end
117
119
 
120
+ # unit tests for set_label
121
+ # Set a label
122
+ # Set a single pulp_label on the object to a specific value or null.
123
+ # @param rpm_package_href
124
+ # @param set_label
125
+ # @param [Hash] opts the optional parameters
126
+ # @return [SetLabelResponse]
127
+ describe 'set_label test' do
128
+ it 'should work' do
129
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
130
+ end
131
+ end
132
+
133
+ # unit tests for unset_label
134
+ # Unset a label
135
+ # Unset a single pulp_label on the object.
136
+ # @param rpm_package_href
137
+ # @param unset_label
138
+ # @param [Hash] opts the optional parameters
139
+ # @return [UnsetLabelResponse]
140
+ describe 'unset_label test' do
141
+ it 'should work' do
142
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
143
+ end
144
+ end
145
+
118
146
  end
@@ -43,6 +43,7 @@ describe 'ContentRepoMetadataFilesApi' do
43
43
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
44
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
45
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
46
+ # @option opts [String] :pulp_label_select Filter labels by search string
46
47
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
47
48
  # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
48
49
  # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
@@ -70,4 +71,30 @@ describe 'ContentRepoMetadataFilesApi' do
70
71
  end
71
72
  end
72
73
 
74
+ # unit tests for set_label
75
+ # Set a label
76
+ # Set a single pulp_label on the object to a specific value or null.
77
+ # @param rpm_repo_metadata_file_href
78
+ # @param set_label
79
+ # @param [Hash] opts the optional parameters
80
+ # @return [SetLabelResponse]
81
+ describe 'set_label test' do
82
+ it 'should work' do
83
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
84
+ end
85
+ end
86
+
87
+ # unit tests for unset_label
88
+ # Unset a label
89
+ # Unset a single pulp_label on the object.
90
+ # @param rpm_repo_metadata_file_href
91
+ # @param unset_label
92
+ # @param [Hash] opts the optional parameters
93
+ # @return [UnsetLabelResponse]
94
+ describe 'unset_label test' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
97
+ end
98
+ end
99
+
73
100
  end
@@ -51,6 +51,12 @@ describe PulpRpmClient::RpmModulemdDefaultsResponse do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "pulp_labels"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "_module"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -33,6 +33,12 @@ describe PulpRpmClient::RpmModulemdDefaults do
33
33
  end
34
34
  end
35
35
 
36
+ describe 'test attribute "pulp_labels"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
36
42
  describe 'test attribute "_module"' do
37
43
  it 'should work' do
38
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpRpmClient::RpmModulemdObsoleteResponse do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "pulp_labels"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "modified"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -33,6 +33,12 @@ describe PulpRpmClient::RpmModulemdObsolete do
33
33
  end
34
34
  end
35
35
 
36
+ describe 'test attribute "pulp_labels"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
36
42
  describe 'test attribute "modified"' do
37
43
  it 'should work' do
38
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpRpmClient::RpmModulemdResponse do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "pulp_labels"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "name"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -33,6 +33,12 @@ describe PulpRpmClient::RpmModulemd do
33
33
  end
34
34
  end
35
35
 
36
+ describe 'test attribute "pulp_labels"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
36
42
  describe 'test attribute "name"' do
37
43
  it 'should work' do
38
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpRpmClient::RpmPackageCategoryResponse do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "pulp_labels"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "id"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpRpmClient::RpmPackageEnvironmentResponse do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "pulp_labels"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "id"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpRpmClient::RpmPackageGroupResponse do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "pulp_labels"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "id"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpRpmClient::RpmPackageLangpacksResponse do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "pulp_labels"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "matches"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -87,6 +87,12 @@ describe PulpRpmClient::RpmPackageResponse do
87
87
  end
88
88
  end
89
89
 
90
+ describe 'test attribute "pulp_labels"' do
91
+ it 'should work' do
92
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
+ end
94
+ end
95
+
90
96
  describe 'test attribute "artifact"' do
91
97
  it 'should work' do
92
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -87,6 +87,12 @@ describe PulpRpmClient::RpmRepoMetadataFileResponse do
87
87
  end
88
88
  end
89
89
 
90
+ describe 'test attribute "pulp_labels"' do
91
+ it 'should work' do
92
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
+ end
94
+ end
95
+
90
96
  describe 'test attribute "artifact"' do
91
97
  it 'should work' do
92
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpRpmClient::RpmUpdateRecordResponse do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "pulp_labels"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "id"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/