hammer_cli_katello 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (213) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hammer_cli_katello/acs.rb +79 -0
  3. data/lib/hammer_cli_katello/repository.rb +1 -1
  4. data/lib/hammer_cli_katello/version.rb +1 -1
  5. data/lib/hammer_cli_katello.rb +5 -0
  6. data/test/data/2.5/foreman_api.json +1 -0
  7. data/test/data/3.0/foreman_api.json +1 -0
  8. data/test/data/3.10/foreman_api.json +1 -0
  9. data/test/data/3.11/foreman_api.json +1 -0
  10. data/test/data/3.12/foreman_api.json +1 -0
  11. data/test/data/3.13/foreman_api.json +1 -0
  12. data/test/data/3.14/foreman_api.json +1 -0
  13. data/test/data/3.15/foreman_api.json +1 -0
  14. data/test/data/3.16/foreman_api.json +1 -0
  15. data/test/data/3.17/foreman_api.json +1 -0
  16. data/test/data/3.18/foreman_api.json +1 -0
  17. data/test/data/3.19/foreman_api.json +1 -0
  18. data/test/data/3.2/foreman_api.json +1 -0
  19. data/test/data/3.4/foreman_api.json +1 -0
  20. data/test/data/3.5/foreman_api.json +1 -0
  21. data/test/data/3.6/foreman_api.json +1 -0
  22. data/test/data/3.7/foreman_api.json +1 -0
  23. data/test/data/3.8/foreman_api.json +1 -0
  24. data/test/data/3.9/foreman_api.json +1 -0
  25. data/test/data/4.0/foreman_api.json +1 -0
  26. data/test/data/4.1/foreman_api.json +1 -0
  27. data/test/data/4.3/foreman_api.json +1 -0
  28. data/test/data/4.4/foreman_api.json +1 -0
  29. data/test/data/4.5/foreman_api.json +1 -0
  30. data/test/data/4.6/foreman_api.json +1 -0
  31. data/test/data/Readme.md +5 -0
  32. data/test/functional/acs/create_test.rb +27 -0
  33. data/test/functional/acs/delete_test.rb +13 -0
  34. data/test/functional/acs/info_test.rb +55 -0
  35. data/test/functional/acs/list_test.rb +62 -0
  36. data/test/functional/acs/update_test.rb +23 -0
  37. data/test/functional/activation_key/add_host_collection_test.rb +62 -0
  38. data/test/functional/activation_key/content_override_test.rb +92 -0
  39. data/test/functional/activation_key/create_test.rb +33 -0
  40. data/test/functional/activation_key/data/activation_key.json +17 -0
  41. data/test/functional/activation_key/info_test.rb +29 -0
  42. data/test/functional/activation_key/list_test.rb +68 -0
  43. data/test/functional/activation_key/product_content_test.rb +23 -0
  44. data/test/functional/activation_key/remove_host_collection_test.rb +62 -0
  45. data/test/functional/activation_key/subscriptions_test.rb +74 -0
  46. data/test/functional/activation_key/update_test.rb +26 -0
  47. data/test/functional/apipie_helper_test.rb +31 -0
  48. data/test/functional/capsule/capsule_helpers.rb +13 -0
  49. data/test/functional/capsule/content/add_lifecycle_environment_test.rb +40 -0
  50. data/test/functional/capsule/content/cancel_synchronization_test.rb +42 -0
  51. data/test/functional/capsule/content/capsule_content_helpers.rb +24 -0
  52. data/test/functional/capsule/content/data/library_env.json +47 -0
  53. data/test/functional/capsule/content/data/sync_status.json +6 -0
  54. data/test/functional/capsule/content/data/sync_tasks.json +62 -0
  55. data/test/functional/capsule/content/info_test.rb +61 -0
  56. data/test/functional/capsule/content/lifecycle_environments_test.rb +19 -0
  57. data/test/functional/capsule/content/remove_lifecycle_environment_test.rb +40 -0
  58. data/test/functional/capsule/content/synchronization_status_test.rb +107 -0
  59. data/test/functional/capsule/info_test.rb +25 -0
  60. data/test/functional/capsule/list_test.rb +24 -0
  61. data/test/functional/content_credentials/create_test.rb +32 -0
  62. data/test/functional/content_credentials/data/test_cert.json +43 -0
  63. data/test/functional/content_credentials/info_test.rb +50 -0
  64. data/test/functional/content_credentials/list_test.rb +66 -0
  65. data/test/functional/content_export/complete/library_test.rb +155 -0
  66. data/test/functional/content_export/complete/repository_test.rb +226 -0
  67. data/test/functional/content_export/complete/version_test.rb +252 -0
  68. data/test/functional/content_export/content_export_helpers.rb +33 -0
  69. data/test/functional/content_export/generate_metadata_test.rb +64 -0
  70. data/test/functional/content_export/incremental/library_test.rb +172 -0
  71. data/test/functional/content_export/incremental/repository_test.rb +212 -0
  72. data/test/functional/content_export/incremental/version_test.rb +268 -0
  73. data/test/functional/content_export/list_test.rb +64 -0
  74. data/test/functional/content_import/library_test.rb +85 -0
  75. data/test/functional/content_import/list_test.rb +65 -0
  76. data/test/functional/content_import/metadata.json +1 -0
  77. data/test/functional/content_import/version_test.rb +85 -0
  78. data/test/functional/content_units/info_test.rb +29 -0
  79. data/test/functional/content_units/list_test.rb +106 -0
  80. data/test/functional/content_view/add_content_view_version_test.rb +88 -0
  81. data/test/functional/content_view/add_repository_test.rb +21 -0
  82. data/test/functional/content_view/component/add_test.rb +177 -0
  83. data/test/functional/content_view/component/list_test.rb +55 -0
  84. data/test/functional/content_view/component/remove_test.rb +107 -0
  85. data/test/functional/content_view/component/update_test.rb +134 -0
  86. data/test/functional/content_view/content_view_helpers.rb +20 -0
  87. data/test/functional/content_view/copy_test.rb +53 -0
  88. data/test/functional/content_view/create_test.rb +34 -0
  89. data/test/functional/content_view/delete_test.rb +62 -0
  90. data/test/functional/content_view/filter/create_test.rb +57 -0
  91. data/test/functional/content_view/filter/delete_test.rb +90 -0
  92. data/test/functional/content_view/filter/info_test.rb +89 -0
  93. data/test/functional/content_view/filter/list_test.rb +98 -0
  94. data/test/functional/content_view/filter/update_test.rb +91 -0
  95. data/test/functional/content_view/list_test.rb +68 -0
  96. data/test/functional/content_view/publish_test.rb +24 -0
  97. data/test/functional/content_view/purge_test.rb +97 -0
  98. data/test/functional/content_view/remove_content_view_version_test.rb +88 -0
  99. data/test/functional/content_view/remove_test.rb +79 -0
  100. data/test/functional/content_view/update_test.rb +53 -0
  101. data/test/functional/content_view/version/incremental_update_test.rb +108 -0
  102. data/test/functional/content_view/version/list_test.rb +44 -0
  103. data/test/functional/content_view/version/promote_test.rb +75 -0
  104. data/test/functional/content_view/version/republish_repositories_test.rb +34 -0
  105. data/test/functional/content_view/version/update_test.rb +48 -0
  106. data/test/functional/erratum/erratum_helpers.rb +91 -0
  107. data/test/functional/erratum/info_test.rb +29 -0
  108. data/test/functional/erratum/list_test.rb +108 -0
  109. data/test/functional/file/file_helpers.rb +13 -0
  110. data/test/functional/file/info_test.rb +162 -0
  111. data/test/functional/file/list_test.rb +112 -0
  112. data/test/functional/filter_rule/create_test.rb +99 -0
  113. data/test/functional/filter_rule/delete_test.rb +104 -0
  114. data/test/functional/filter_rule/filter_rule_helpers.rb +12 -0
  115. data/test/functional/filter_rule/info_test.rb +104 -0
  116. data/test/functional/filter_rule/list_test.rb +91 -0
  117. data/test/functional/filter_rule/update_test.rb +104 -0
  118. data/test/functional/host/errata/apply_test.rb +45 -0
  119. data/test/functional/host/errata/info_test.rb +27 -0
  120. data/test/functional/host/errata/list_test.rb +49 -0
  121. data/test/functional/host/errata/recalculate_test.rb +26 -0
  122. data/test/functional/host/extensions/create_test.rb +95 -0
  123. data/test/functional/host/extensions/data/host.json +320 -0
  124. data/test/functional/host/extensions/data/host_list.json +117 -0
  125. data/test/functional/host/extensions/info_test.rb +35 -0
  126. data/test/functional/host/extensions/list_test.rb +21 -0
  127. data/test/functional/host/extensions/update_test.rb +70 -0
  128. data/test/functional/host/host_helpers.rb +8 -0
  129. data/test/functional/host/subscription/attach_test.rb +54 -0
  130. data/test/functional/host/subscription/auto_attach_test.rb +35 -0
  131. data/test/functional/host/subscription/content_override_test.rb +96 -0
  132. data/test/functional/host/subscription/product_content_test.rb +27 -0
  133. data/test/functional/host/subscription/register_test.rb +53 -0
  134. data/test/functional/host/subscription/remove_test.rb +52 -0
  135. data/test/functional/host/subscription/unregister_test.rb +37 -0
  136. data/test/functional/host/traces/list_test.rb +37 -0
  137. data/test/functional/host/traces/resolve_test.rb +31 -0
  138. data/test/functional/host_collection/add_host_test.rb +90 -0
  139. data/test/functional/host_collection/content_api_expectations.rb +35 -0
  140. data/test/functional/host_collection/content_install_test.rb +62 -0
  141. data/test/functional/host_collection/content_remove_test.rb +37 -0
  142. data/test/functional/host_collection/content_update_test.rb +37 -0
  143. data/test/functional/host_collection/copy_test.rb +64 -0
  144. data/test/functional/host_collection/create_test.rb +54 -0
  145. data/test/functional/host_collection/delete_test.rb +57 -0
  146. data/test/functional/host_collection/hosts_test.rb +39 -0
  147. data/test/functional/host_collection/info_test.rb +57 -0
  148. data/test/functional/host_collection/list_test.rb +63 -0
  149. data/test/functional/host_collection/remove_host_test.rb +90 -0
  150. data/test/functional/host_collection/update_test.rb +57 -0
  151. data/test/functional/hostgroup/create_test.rb +112 -0
  152. data/test/functional/hostgroup/data/hostgroup.json +50 -0
  153. data/test/functional/hostgroup/info_test.rb +33 -0
  154. data/test/functional/hostgroup/update_test.rb +120 -0
  155. data/test/functional/lifecycle_environment/create_test.rb +14 -0
  156. data/test/functional/lifecycle_environment/lifecycle_environment_helpers.rb +18 -0
  157. data/test/functional/lifecycle_environment/list_test.rb +38 -0
  158. data/test/functional/lifecycle_environment/update_test.rb +14 -0
  159. data/test/functional/local_helper_test.rb +30 -0
  160. data/test/functional/module_stream/info_test.rb +58 -0
  161. data/test/functional/module_stream/list_test.rb +53 -0
  162. data/test/functional/organization/cdn_configuration_test.rb +45 -0
  163. data/test/functional/organization/delete_test.rb +26 -0
  164. data/test/functional/organization/info_test.rb +45 -0
  165. data/test/functional/organization/organization_helpers.rb +10 -0
  166. data/test/functional/package/list_test.rb +160 -0
  167. data/test/functional/package_group/list_test.rb +38 -0
  168. data/test/functional/ping_test.rb +61 -0
  169. data/test/functional/product/create_test.rb +54 -0
  170. data/test/functional/product/delete_test.rb +41 -0
  171. data/test/functional/product/info_test.rb +33 -0
  172. data/test/functional/product/list_test.rb +58 -0
  173. data/test/functional/product/product_helpers.rb +24 -0
  174. data/test/functional/product/remove_sync_plan_test.rb +35 -0
  175. data/test/functional/product/set_sync_plan_test.rb +49 -0
  176. data/test/functional/product/update_proxy.rb +48 -0
  177. data/test/functional/product/update_test.rb +46 -0
  178. data/test/functional/repository/create_test.rb +21 -0
  179. data/test/functional/repository/delete_test.rb +95 -0
  180. data/test/functional/repository/info_test.rb +156 -0
  181. data/test/functional/repository/list_test.rb +68 -0
  182. data/test/functional/repository/reclaim_space_test.rb +105 -0
  183. data/test/functional/repository/remove_content_test.rb +108 -0
  184. data/test/functional/repository/repository_helpers.rb +18 -0
  185. data/test/functional/repository/republish_test.rb +37 -0
  186. data/test/functional/repository/synchronize_test.rb +57 -0
  187. data/test/functional/repository/update_test.rb +150 -0
  188. data/test/functional/repository/upload_test.rb +368 -0
  189. data/test/functional/repository_set/available_repositories_test.rb +18 -0
  190. data/test/functional/repository_set/disable_test.rb +48 -0
  191. data/test/functional/repository_set/enable_test.rb +42 -0
  192. data/test/functional/repository_set/info_test.rb +17 -0
  193. data/test/functional/repository_set/list_test.rb +18 -0
  194. data/test/functional/repository_set/repository_set_helpers.rb +20 -0
  195. data/test/functional/search_helpers.rb +17 -0
  196. data/test/functional/simple_content_access/disable_test.rb +48 -0
  197. data/test/functional/simple_content_access/enable_test.rb +46 -0
  198. data/test/functional/srpm/list_test.rb +92 -0
  199. data/test/functional/subscription/list_test.rb +86 -0
  200. data/test/functional/sync_plan/create_test.rb +60 -0
  201. data/test/functional/sync_plan/delete_test.rb +46 -0
  202. data/test/functional/sync_plan/info_test.rb +37 -0
  203. data/test/functional/sync_plan/list_test.rb +31 -0
  204. data/test/functional/sync_plan/sync_plan_helpers.rb +8 -0
  205. data/test/functional/sync_plan/update_test.rb +44 -0
  206. data/test/functional/test_helper.rb +24 -0
  207. data/test/task_helper.rb +7 -0
  208. data/test/test_helper.rb +38 -0
  209. data/test/unit/id_name_options_validator_test.rb +96 -0
  210. data/test/unit/id_resolver_test.rb +58 -0
  211. data/test/unit/messages_test.rb +7 -0
  212. data/test/unit/search_options_creators_test.rb +145 -0
  213. metadata +419 -4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_katello
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Price
@@ -35,7 +35,7 @@ authors:
35
35
  autorequire:
36
36
  bindir: bin
37
37
  cert_chain: []
38
- date: 2022-05-12 00:00:00.000000000 Z
38
+ date: 2022-06-09 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: hammer_cli_foreman
@@ -201,6 +201,7 @@ extra_rdoc_files: []
201
201
  files:
202
202
  - config/katello.yml
203
203
  - lib/hammer_cli_katello.rb
204
+ - lib/hammer_cli_katello/acs.rb
204
205
  - lib/hammer_cli_katello/activation_key.rb
205
206
  - lib/hammer_cli_katello/apipie_helper.rb
206
207
  - lib/hammer_cli_katello/associating_commands.rb
@@ -296,6 +297,213 @@ files:
296
297
  - locale/zanata.xml
297
298
  - locale/zh_CN/hammer-cli-katello.po
298
299
  - locale/zh_TW/hammer-cli-katello.po
300
+ - test/data/2.5/foreman_api.json
301
+ - test/data/3.0/foreman_api.json
302
+ - test/data/3.10/foreman_api.json
303
+ - test/data/3.11/foreman_api.json
304
+ - test/data/3.12/foreman_api.json
305
+ - test/data/3.13/foreman_api.json
306
+ - test/data/3.14/foreman_api.json
307
+ - test/data/3.15/foreman_api.json
308
+ - test/data/3.16/foreman_api.json
309
+ - test/data/3.17/foreman_api.json
310
+ - test/data/3.18/foreman_api.json
311
+ - test/data/3.19/foreman_api.json
312
+ - test/data/3.2/foreman_api.json
313
+ - test/data/3.4/foreman_api.json
314
+ - test/data/3.5/foreman_api.json
315
+ - test/data/3.6/foreman_api.json
316
+ - test/data/3.7/foreman_api.json
317
+ - test/data/3.8/foreman_api.json
318
+ - test/data/3.9/foreman_api.json
319
+ - test/data/4.0/foreman_api.json
320
+ - test/data/4.1/foreman_api.json
321
+ - test/data/4.3/foreman_api.json
322
+ - test/data/4.4/foreman_api.json
323
+ - test/data/4.5/foreman_api.json
324
+ - test/data/4.6/foreman_api.json
325
+ - test/data/Readme.md
326
+ - test/functional/acs/create_test.rb
327
+ - test/functional/acs/delete_test.rb
328
+ - test/functional/acs/info_test.rb
329
+ - test/functional/acs/list_test.rb
330
+ - test/functional/acs/update_test.rb
331
+ - test/functional/activation_key/add_host_collection_test.rb
332
+ - test/functional/activation_key/content_override_test.rb
333
+ - test/functional/activation_key/create_test.rb
334
+ - test/functional/activation_key/data/activation_key.json
335
+ - test/functional/activation_key/info_test.rb
336
+ - test/functional/activation_key/list_test.rb
337
+ - test/functional/activation_key/product_content_test.rb
338
+ - test/functional/activation_key/remove_host_collection_test.rb
339
+ - test/functional/activation_key/subscriptions_test.rb
340
+ - test/functional/activation_key/update_test.rb
341
+ - test/functional/apipie_helper_test.rb
342
+ - test/functional/capsule/capsule_helpers.rb
343
+ - test/functional/capsule/content/add_lifecycle_environment_test.rb
344
+ - test/functional/capsule/content/cancel_synchronization_test.rb
345
+ - test/functional/capsule/content/capsule_content_helpers.rb
346
+ - test/functional/capsule/content/data/library_env.json
347
+ - test/functional/capsule/content/data/sync_status.json
348
+ - test/functional/capsule/content/data/sync_tasks.json
349
+ - test/functional/capsule/content/info_test.rb
350
+ - test/functional/capsule/content/lifecycle_environments_test.rb
351
+ - test/functional/capsule/content/remove_lifecycle_environment_test.rb
352
+ - test/functional/capsule/content/synchronization_status_test.rb
353
+ - test/functional/capsule/info_test.rb
354
+ - test/functional/capsule/list_test.rb
355
+ - test/functional/content_credentials/create_test.rb
356
+ - test/functional/content_credentials/data/test_cert.json
357
+ - test/functional/content_credentials/info_test.rb
358
+ - test/functional/content_credentials/list_test.rb
359
+ - test/functional/content_export/complete/library_test.rb
360
+ - test/functional/content_export/complete/repository_test.rb
361
+ - test/functional/content_export/complete/version_test.rb
362
+ - test/functional/content_export/content_export_helpers.rb
363
+ - test/functional/content_export/generate_metadata_test.rb
364
+ - test/functional/content_export/incremental/library_test.rb
365
+ - test/functional/content_export/incremental/repository_test.rb
366
+ - test/functional/content_export/incremental/version_test.rb
367
+ - test/functional/content_export/list_test.rb
368
+ - test/functional/content_import/library_test.rb
369
+ - test/functional/content_import/list_test.rb
370
+ - test/functional/content_import/metadata.json
371
+ - test/functional/content_import/version_test.rb
372
+ - test/functional/content_units/info_test.rb
373
+ - test/functional/content_units/list_test.rb
374
+ - test/functional/content_view/add_content_view_version_test.rb
375
+ - test/functional/content_view/add_repository_test.rb
376
+ - test/functional/content_view/component/add_test.rb
377
+ - test/functional/content_view/component/list_test.rb
378
+ - test/functional/content_view/component/remove_test.rb
379
+ - test/functional/content_view/component/update_test.rb
380
+ - test/functional/content_view/content_view_helpers.rb
381
+ - test/functional/content_view/copy_test.rb
382
+ - test/functional/content_view/create_test.rb
383
+ - test/functional/content_view/delete_test.rb
384
+ - test/functional/content_view/filter/create_test.rb
385
+ - test/functional/content_view/filter/delete_test.rb
386
+ - test/functional/content_view/filter/info_test.rb
387
+ - test/functional/content_view/filter/list_test.rb
388
+ - test/functional/content_view/filter/update_test.rb
389
+ - test/functional/content_view/list_test.rb
390
+ - test/functional/content_view/publish_test.rb
391
+ - test/functional/content_view/purge_test.rb
392
+ - test/functional/content_view/remove_content_view_version_test.rb
393
+ - test/functional/content_view/remove_test.rb
394
+ - test/functional/content_view/update_test.rb
395
+ - test/functional/content_view/version/incremental_update_test.rb
396
+ - test/functional/content_view/version/list_test.rb
397
+ - test/functional/content_view/version/promote_test.rb
398
+ - test/functional/content_view/version/republish_repositories_test.rb
399
+ - test/functional/content_view/version/update_test.rb
400
+ - test/functional/erratum/erratum_helpers.rb
401
+ - test/functional/erratum/info_test.rb
402
+ - test/functional/erratum/list_test.rb
403
+ - test/functional/file/file_helpers.rb
404
+ - test/functional/file/info_test.rb
405
+ - test/functional/file/list_test.rb
406
+ - test/functional/filter_rule/create_test.rb
407
+ - test/functional/filter_rule/delete_test.rb
408
+ - test/functional/filter_rule/filter_rule_helpers.rb
409
+ - test/functional/filter_rule/info_test.rb
410
+ - test/functional/filter_rule/list_test.rb
411
+ - test/functional/filter_rule/update_test.rb
412
+ - test/functional/host/errata/apply_test.rb
413
+ - test/functional/host/errata/info_test.rb
414
+ - test/functional/host/errata/list_test.rb
415
+ - test/functional/host/errata/recalculate_test.rb
416
+ - test/functional/host/extensions/create_test.rb
417
+ - test/functional/host/extensions/data/host.json
418
+ - test/functional/host/extensions/data/host_list.json
419
+ - test/functional/host/extensions/info_test.rb
420
+ - test/functional/host/extensions/list_test.rb
421
+ - test/functional/host/extensions/update_test.rb
422
+ - test/functional/host/host_helpers.rb
423
+ - test/functional/host/subscription/attach_test.rb
424
+ - test/functional/host/subscription/auto_attach_test.rb
425
+ - test/functional/host/subscription/content_override_test.rb
426
+ - test/functional/host/subscription/product_content_test.rb
427
+ - test/functional/host/subscription/register_test.rb
428
+ - test/functional/host/subscription/remove_test.rb
429
+ - test/functional/host/subscription/unregister_test.rb
430
+ - test/functional/host/traces/list_test.rb
431
+ - test/functional/host/traces/resolve_test.rb
432
+ - test/functional/host_collection/add_host_test.rb
433
+ - test/functional/host_collection/content_api_expectations.rb
434
+ - test/functional/host_collection/content_install_test.rb
435
+ - test/functional/host_collection/content_remove_test.rb
436
+ - test/functional/host_collection/content_update_test.rb
437
+ - test/functional/host_collection/copy_test.rb
438
+ - test/functional/host_collection/create_test.rb
439
+ - test/functional/host_collection/delete_test.rb
440
+ - test/functional/host_collection/hosts_test.rb
441
+ - test/functional/host_collection/info_test.rb
442
+ - test/functional/host_collection/list_test.rb
443
+ - test/functional/host_collection/remove_host_test.rb
444
+ - test/functional/host_collection/update_test.rb
445
+ - test/functional/hostgroup/create_test.rb
446
+ - test/functional/hostgroup/data/hostgroup.json
447
+ - test/functional/hostgroup/info_test.rb
448
+ - test/functional/hostgroup/update_test.rb
449
+ - test/functional/lifecycle_environment/create_test.rb
450
+ - test/functional/lifecycle_environment/lifecycle_environment_helpers.rb
451
+ - test/functional/lifecycle_environment/list_test.rb
452
+ - test/functional/lifecycle_environment/update_test.rb
453
+ - test/functional/local_helper_test.rb
454
+ - test/functional/module_stream/info_test.rb
455
+ - test/functional/module_stream/list_test.rb
456
+ - test/functional/organization/cdn_configuration_test.rb
457
+ - test/functional/organization/delete_test.rb
458
+ - test/functional/organization/info_test.rb
459
+ - test/functional/organization/organization_helpers.rb
460
+ - test/functional/package/list_test.rb
461
+ - test/functional/package_group/list_test.rb
462
+ - test/functional/ping_test.rb
463
+ - test/functional/product/create_test.rb
464
+ - test/functional/product/delete_test.rb
465
+ - test/functional/product/info_test.rb
466
+ - test/functional/product/list_test.rb
467
+ - test/functional/product/product_helpers.rb
468
+ - test/functional/product/remove_sync_plan_test.rb
469
+ - test/functional/product/set_sync_plan_test.rb
470
+ - test/functional/product/update_proxy.rb
471
+ - test/functional/product/update_test.rb
472
+ - test/functional/repository/create_test.rb
473
+ - test/functional/repository/delete_test.rb
474
+ - test/functional/repository/info_test.rb
475
+ - test/functional/repository/list_test.rb
476
+ - test/functional/repository/reclaim_space_test.rb
477
+ - test/functional/repository/remove_content_test.rb
478
+ - test/functional/repository/repository_helpers.rb
479
+ - test/functional/repository/republish_test.rb
480
+ - test/functional/repository/synchronize_test.rb
481
+ - test/functional/repository/update_test.rb
482
+ - test/functional/repository/upload_test.rb
483
+ - test/functional/repository_set/available_repositories_test.rb
484
+ - test/functional/repository_set/disable_test.rb
485
+ - test/functional/repository_set/enable_test.rb
486
+ - test/functional/repository_set/info_test.rb
487
+ - test/functional/repository_set/list_test.rb
488
+ - test/functional/repository_set/repository_set_helpers.rb
489
+ - test/functional/search_helpers.rb
490
+ - test/functional/simple_content_access/disable_test.rb
491
+ - test/functional/simple_content_access/enable_test.rb
492
+ - test/functional/srpm/list_test.rb
493
+ - test/functional/subscription/list_test.rb
494
+ - test/functional/sync_plan/create_test.rb
495
+ - test/functional/sync_plan/delete_test.rb
496
+ - test/functional/sync_plan/info_test.rb
497
+ - test/functional/sync_plan/list_test.rb
498
+ - test/functional/sync_plan/sync_plan_helpers.rb
499
+ - test/functional/sync_plan/update_test.rb
500
+ - test/functional/test_helper.rb
501
+ - test/task_helper.rb
502
+ - test/test_helper.rb
503
+ - test/unit/id_name_options_validator_test.rb
504
+ - test/unit/id_resolver_test.rb
505
+ - test/unit/messages_test.rb
506
+ - test/unit/search_options_creators_test.rb
299
507
  homepage: https://github.com/Katello/hammer-cli-katello
300
508
  licenses:
301
509
  - GPL-3.0
@@ -315,8 +523,215 @@ required_rubygems_version: !ruby/object:Gem::Requirement
315
523
  - !ruby/object:Gem::Version
316
524
  version: '0'
317
525
  requirements: []
318
- rubygems_version: 3.1.4
526
+ rubygems_version: 3.1.6
319
527
  signing_key:
320
528
  specification_version: 4
321
529
  summary: Katello commands for Hammer
322
- test_files: []
530
+ test_files:
531
+ - test/data/2.5/foreman_api.json
532
+ - test/data/3.0/foreman_api.json
533
+ - test/data/3.10/foreman_api.json
534
+ - test/data/3.11/foreman_api.json
535
+ - test/data/3.12/foreman_api.json
536
+ - test/data/3.13/foreman_api.json
537
+ - test/data/3.14/foreman_api.json
538
+ - test/data/3.15/foreman_api.json
539
+ - test/data/3.16/foreman_api.json
540
+ - test/data/3.17/foreman_api.json
541
+ - test/data/3.18/foreman_api.json
542
+ - test/data/3.19/foreman_api.json
543
+ - test/data/3.2/foreman_api.json
544
+ - test/data/3.4/foreman_api.json
545
+ - test/data/3.5/foreman_api.json
546
+ - test/data/3.6/foreman_api.json
547
+ - test/data/3.7/foreman_api.json
548
+ - test/data/3.8/foreman_api.json
549
+ - test/data/3.9/foreman_api.json
550
+ - test/data/4.0/foreman_api.json
551
+ - test/data/4.1/foreman_api.json
552
+ - test/data/4.3/foreman_api.json
553
+ - test/data/4.4/foreman_api.json
554
+ - test/data/4.5/foreman_api.json
555
+ - test/data/4.6/foreman_api.json
556
+ - test/data/Readme.md
557
+ - test/functional/acs/create_test.rb
558
+ - test/functional/acs/delete_test.rb
559
+ - test/functional/acs/info_test.rb
560
+ - test/functional/acs/list_test.rb
561
+ - test/functional/acs/update_test.rb
562
+ - test/functional/activation_key/add_host_collection_test.rb
563
+ - test/functional/activation_key/content_override_test.rb
564
+ - test/functional/activation_key/create_test.rb
565
+ - test/functional/activation_key/data/activation_key.json
566
+ - test/functional/activation_key/info_test.rb
567
+ - test/functional/activation_key/list_test.rb
568
+ - test/functional/activation_key/product_content_test.rb
569
+ - test/functional/activation_key/remove_host_collection_test.rb
570
+ - test/functional/activation_key/subscriptions_test.rb
571
+ - test/functional/activation_key/update_test.rb
572
+ - test/functional/apipie_helper_test.rb
573
+ - test/functional/capsule/capsule_helpers.rb
574
+ - test/functional/capsule/content/add_lifecycle_environment_test.rb
575
+ - test/functional/capsule/content/cancel_synchronization_test.rb
576
+ - test/functional/capsule/content/capsule_content_helpers.rb
577
+ - test/functional/capsule/content/data/library_env.json
578
+ - test/functional/capsule/content/data/sync_status.json
579
+ - test/functional/capsule/content/data/sync_tasks.json
580
+ - test/functional/capsule/content/info_test.rb
581
+ - test/functional/capsule/content/lifecycle_environments_test.rb
582
+ - test/functional/capsule/content/remove_lifecycle_environment_test.rb
583
+ - test/functional/capsule/content/synchronization_status_test.rb
584
+ - test/functional/capsule/info_test.rb
585
+ - test/functional/capsule/list_test.rb
586
+ - test/functional/content_credentials/create_test.rb
587
+ - test/functional/content_credentials/data/test_cert.json
588
+ - test/functional/content_credentials/info_test.rb
589
+ - test/functional/content_credentials/list_test.rb
590
+ - test/functional/content_export/complete/library_test.rb
591
+ - test/functional/content_export/complete/repository_test.rb
592
+ - test/functional/content_export/complete/version_test.rb
593
+ - test/functional/content_export/content_export_helpers.rb
594
+ - test/functional/content_export/generate_metadata_test.rb
595
+ - test/functional/content_export/incremental/library_test.rb
596
+ - test/functional/content_export/incremental/repository_test.rb
597
+ - test/functional/content_export/incremental/version_test.rb
598
+ - test/functional/content_export/list_test.rb
599
+ - test/functional/content_import/library_test.rb
600
+ - test/functional/content_import/list_test.rb
601
+ - test/functional/content_import/metadata.json
602
+ - test/functional/content_import/version_test.rb
603
+ - test/functional/content_units/info_test.rb
604
+ - test/functional/content_units/list_test.rb
605
+ - test/functional/content_view/add_content_view_version_test.rb
606
+ - test/functional/content_view/add_repository_test.rb
607
+ - test/functional/content_view/component/add_test.rb
608
+ - test/functional/content_view/component/list_test.rb
609
+ - test/functional/content_view/component/remove_test.rb
610
+ - test/functional/content_view/component/update_test.rb
611
+ - test/functional/content_view/content_view_helpers.rb
612
+ - test/functional/content_view/copy_test.rb
613
+ - test/functional/content_view/create_test.rb
614
+ - test/functional/content_view/delete_test.rb
615
+ - test/functional/content_view/filter/create_test.rb
616
+ - test/functional/content_view/filter/delete_test.rb
617
+ - test/functional/content_view/filter/info_test.rb
618
+ - test/functional/content_view/filter/list_test.rb
619
+ - test/functional/content_view/filter/update_test.rb
620
+ - test/functional/content_view/list_test.rb
621
+ - test/functional/content_view/publish_test.rb
622
+ - test/functional/content_view/purge_test.rb
623
+ - test/functional/content_view/remove_content_view_version_test.rb
624
+ - test/functional/content_view/remove_test.rb
625
+ - test/functional/content_view/update_test.rb
626
+ - test/functional/content_view/version/incremental_update_test.rb
627
+ - test/functional/content_view/version/list_test.rb
628
+ - test/functional/content_view/version/promote_test.rb
629
+ - test/functional/content_view/version/republish_repositories_test.rb
630
+ - test/functional/content_view/version/update_test.rb
631
+ - test/functional/erratum/erratum_helpers.rb
632
+ - test/functional/erratum/info_test.rb
633
+ - test/functional/erratum/list_test.rb
634
+ - test/functional/file/file_helpers.rb
635
+ - test/functional/file/info_test.rb
636
+ - test/functional/file/list_test.rb
637
+ - test/functional/filter_rule/create_test.rb
638
+ - test/functional/filter_rule/delete_test.rb
639
+ - test/functional/filter_rule/filter_rule_helpers.rb
640
+ - test/functional/filter_rule/info_test.rb
641
+ - test/functional/filter_rule/list_test.rb
642
+ - test/functional/filter_rule/update_test.rb
643
+ - test/functional/host/errata/apply_test.rb
644
+ - test/functional/host/errata/info_test.rb
645
+ - test/functional/host/errata/list_test.rb
646
+ - test/functional/host/errata/recalculate_test.rb
647
+ - test/functional/host/extensions/create_test.rb
648
+ - test/functional/host/extensions/data/host.json
649
+ - test/functional/host/extensions/data/host_list.json
650
+ - test/functional/host/extensions/info_test.rb
651
+ - test/functional/host/extensions/list_test.rb
652
+ - test/functional/host/extensions/update_test.rb
653
+ - test/functional/host/host_helpers.rb
654
+ - test/functional/host/subscription/attach_test.rb
655
+ - test/functional/host/subscription/auto_attach_test.rb
656
+ - test/functional/host/subscription/content_override_test.rb
657
+ - test/functional/host/subscription/product_content_test.rb
658
+ - test/functional/host/subscription/register_test.rb
659
+ - test/functional/host/subscription/remove_test.rb
660
+ - test/functional/host/subscription/unregister_test.rb
661
+ - test/functional/host/traces/list_test.rb
662
+ - test/functional/host/traces/resolve_test.rb
663
+ - test/functional/host_collection/add_host_test.rb
664
+ - test/functional/host_collection/content_api_expectations.rb
665
+ - test/functional/host_collection/content_install_test.rb
666
+ - test/functional/host_collection/content_remove_test.rb
667
+ - test/functional/host_collection/content_update_test.rb
668
+ - test/functional/host_collection/copy_test.rb
669
+ - test/functional/host_collection/create_test.rb
670
+ - test/functional/host_collection/delete_test.rb
671
+ - test/functional/host_collection/hosts_test.rb
672
+ - test/functional/host_collection/info_test.rb
673
+ - test/functional/host_collection/list_test.rb
674
+ - test/functional/host_collection/remove_host_test.rb
675
+ - test/functional/host_collection/update_test.rb
676
+ - test/functional/hostgroup/create_test.rb
677
+ - test/functional/hostgroup/data/hostgroup.json
678
+ - test/functional/hostgroup/info_test.rb
679
+ - test/functional/hostgroup/update_test.rb
680
+ - test/functional/lifecycle_environment/create_test.rb
681
+ - test/functional/lifecycle_environment/lifecycle_environment_helpers.rb
682
+ - test/functional/lifecycle_environment/list_test.rb
683
+ - test/functional/lifecycle_environment/update_test.rb
684
+ - test/functional/local_helper_test.rb
685
+ - test/functional/module_stream/info_test.rb
686
+ - test/functional/module_stream/list_test.rb
687
+ - test/functional/organization/cdn_configuration_test.rb
688
+ - test/functional/organization/delete_test.rb
689
+ - test/functional/organization/info_test.rb
690
+ - test/functional/organization/organization_helpers.rb
691
+ - test/functional/package/list_test.rb
692
+ - test/functional/package_group/list_test.rb
693
+ - test/functional/ping_test.rb
694
+ - test/functional/product/create_test.rb
695
+ - test/functional/product/delete_test.rb
696
+ - test/functional/product/info_test.rb
697
+ - test/functional/product/list_test.rb
698
+ - test/functional/product/product_helpers.rb
699
+ - test/functional/product/remove_sync_plan_test.rb
700
+ - test/functional/product/set_sync_plan_test.rb
701
+ - test/functional/product/update_proxy.rb
702
+ - test/functional/product/update_test.rb
703
+ - test/functional/repository/create_test.rb
704
+ - test/functional/repository/delete_test.rb
705
+ - test/functional/repository/info_test.rb
706
+ - test/functional/repository/list_test.rb
707
+ - test/functional/repository/reclaim_space_test.rb
708
+ - test/functional/repository/remove_content_test.rb
709
+ - test/functional/repository/repository_helpers.rb
710
+ - test/functional/repository/republish_test.rb
711
+ - test/functional/repository/synchronize_test.rb
712
+ - test/functional/repository/update_test.rb
713
+ - test/functional/repository/upload_test.rb
714
+ - test/functional/repository_set/available_repositories_test.rb
715
+ - test/functional/repository_set/disable_test.rb
716
+ - test/functional/repository_set/enable_test.rb
717
+ - test/functional/repository_set/info_test.rb
718
+ - test/functional/repository_set/list_test.rb
719
+ - test/functional/repository_set/repository_set_helpers.rb
720
+ - test/functional/search_helpers.rb
721
+ - test/functional/simple_content_access/disable_test.rb
722
+ - test/functional/simple_content_access/enable_test.rb
723
+ - test/functional/srpm/list_test.rb
724
+ - test/functional/subscription/list_test.rb
725
+ - test/functional/sync_plan/create_test.rb
726
+ - test/functional/sync_plan/delete_test.rb
727
+ - test/functional/sync_plan/info_test.rb
728
+ - test/functional/sync_plan/list_test.rb
729
+ - test/functional/sync_plan/sync_plan_helpers.rb
730
+ - test/functional/sync_plan/update_test.rb
731
+ - test/functional/test_helper.rb
732
+ - test/task_helper.rb
733
+ - test/test_helper.rb
734
+ - test/unit/id_name_options_validator_test.rb
735
+ - test/unit/id_resolver_test.rb
736
+ - test/unit/messages_test.rb
737
+ - test/unit/search_options_creators_test.rb