hammer_cli_katello 1.0.1 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (216) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hammer_cli_katello/content_import.rb +16 -1
  3. data/lib/hammer_cli_katello/content_view_version.rb +0 -273
  4. data/lib/hammer_cli_katello/docker.rb +13 -0
  5. data/lib/hammer_cli_katello/docker_manifest.rb +53 -0
  6. data/lib/hammer_cli_katello/docker_tag.rb +40 -0
  7. data/lib/hammer_cli_katello/foreman_search_options_creators.rb +12 -0
  8. data/lib/hammer_cli_katello/host_collection_erratum.rb +10 -0
  9. data/lib/hammer_cli_katello/host_collection_package.rb +30 -0
  10. data/lib/hammer_cli_katello/host_collection_package_group.rb +30 -0
  11. data/lib/hammer_cli_katello/host_errata.rb +8 -0
  12. data/lib/hammer_cli_katello/host_package.rb +32 -0
  13. data/lib/hammer_cli_katello/host_package_group.rb +16 -0
  14. data/lib/hammer_cli_katello/id_resolver.rb +3 -1
  15. data/lib/hammer_cli_katello/organization.rb +10 -0
  16. data/lib/hammer_cli_katello/ping.rb +13 -5
  17. data/lib/hammer_cli_katello/repository.rb +21 -0
  18. data/lib/hammer_cli_katello/simple_content_access.rb +2 -0
  19. data/lib/hammer_cli_katello/version.rb +1 -1
  20. data/lib/hammer_cli_katello.rb +5 -1
  21. data/locale/hammer-cli-katello.pot +0 -25
  22. metadata +7 -419
  23. data/lib/hammer_cli_katello/cv_import_export_helper.rb +0 -187
  24. data/test/data/2.5/foreman_api.json +0 -1
  25. data/test/data/3.0/foreman_api.json +0 -1
  26. data/test/data/3.10/foreman_api.json +0 -1
  27. data/test/data/3.11/foreman_api.json +0 -1
  28. data/test/data/3.12/foreman_api.json +0 -1
  29. data/test/data/3.13/foreman_api.json +0 -1
  30. data/test/data/3.14/foreman_api.json +0 -1
  31. data/test/data/3.15/foreman_api.json +0 -1
  32. data/test/data/3.16/foreman_api.json +0 -1
  33. data/test/data/3.17/foreman_api.json +0 -1
  34. data/test/data/3.18/foreman_api.json +0 -1
  35. data/test/data/3.19/foreman_api.json +0 -1
  36. data/test/data/3.2/foreman_api.json +0 -1
  37. data/test/data/3.4/foreman_api.json +0 -1
  38. data/test/data/3.5/foreman_api.json +0 -1
  39. data/test/data/3.6/foreman_api.json +0 -1
  40. data/test/data/3.7/foreman_api.json +0 -1
  41. data/test/data/3.8/foreman_api.json +0 -1
  42. data/test/data/3.9/foreman_api.json +0 -1
  43. data/test/data/4.0/foreman_api.json +0 -1
  44. data/test/data/Readme.md +0 -5
  45. data/test/functional/activation_key/add_host_collection_test.rb +0 -62
  46. data/test/functional/activation_key/content_override_test.rb +0 -92
  47. data/test/functional/activation_key/create_test.rb +0 -33
  48. data/test/functional/activation_key/data/activation_key.json +0 -17
  49. data/test/functional/activation_key/info_test.rb +0 -29
  50. data/test/functional/activation_key/list_test.rb +0 -68
  51. data/test/functional/activation_key/product_content_test.rb +0 -23
  52. data/test/functional/activation_key/remove_host_collection_test.rb +0 -62
  53. data/test/functional/activation_key/subscriptions_test.rb +0 -71
  54. data/test/functional/activation_key/update_test.rb +0 -26
  55. data/test/functional/apipie_helper_test.rb +0 -31
  56. data/test/functional/capsule/capsule_helpers.rb +0 -13
  57. data/test/functional/capsule/content/add_lifecycle_environment_test.rb +0 -40
  58. data/test/functional/capsule/content/cancel_synchronization_test.rb +0 -42
  59. data/test/functional/capsule/content/capsule_content_helpers.rb +0 -24
  60. data/test/functional/capsule/content/data/library_env.json +0 -47
  61. data/test/functional/capsule/content/data/sync_status.json +0 -6
  62. data/test/functional/capsule/content/data/sync_tasks.json +0 -62
  63. data/test/functional/capsule/content/info_test.rb +0 -61
  64. data/test/functional/capsule/content/lifecycle_environments_test.rb +0 -19
  65. data/test/functional/capsule/content/remove_lifecycle_environment_test.rb +0 -40
  66. data/test/functional/capsule/content/synchronization_status_test.rb +0 -107
  67. data/test/functional/capsule/info_test.rb +0 -25
  68. data/test/functional/capsule/list_test.rb +0 -24
  69. data/test/functional/content_credentials/create_test.rb +0 -32
  70. data/test/functional/content_credentials/data/test_cert.json +0 -43
  71. data/test/functional/content_credentials/info_test.rb +0 -50
  72. data/test/functional/content_credentials/list_test.rb +0 -66
  73. data/test/functional/content_export/complete/library_test.rb +0 -155
  74. data/test/functional/content_export/complete/version_test.rb +0 -217
  75. data/test/functional/content_export/content_export_helpers.rb +0 -26
  76. data/test/functional/content_export/generate_metadata_test.rb +0 -64
  77. data/test/functional/content_export/incremental/library_test.rb +0 -172
  78. data/test/functional/content_export/incremental/version_test.rb +0 -268
  79. data/test/functional/content_export/list_test.rb +0 -64
  80. data/test/functional/content_import/library_test.rb +0 -85
  81. data/test/functional/content_import/metadata.json +0 -1
  82. data/test/functional/content_import/version_test.rb +0 -85
  83. data/test/functional/content_view/add_content_view_version_test.rb +0 -88
  84. data/test/functional/content_view/add_repository_test.rb +0 -21
  85. data/test/functional/content_view/component/add_test.rb +0 -177
  86. data/test/functional/content_view/component/list_test.rb +0 -55
  87. data/test/functional/content_view/component/remove_test.rb +0 -107
  88. data/test/functional/content_view/component/update_test.rb +0 -134
  89. data/test/functional/content_view/content_view_helpers.rb +0 -20
  90. data/test/functional/content_view/copy_test.rb +0 -53
  91. data/test/functional/content_view/create_test.rb +0 -34
  92. data/test/functional/content_view/delete_test.rb +0 -62
  93. data/test/functional/content_view/filter/create_test.rb +0 -57
  94. data/test/functional/content_view/filter/delete_test.rb +0 -90
  95. data/test/functional/content_view/filter/info_test.rb +0 -89
  96. data/test/functional/content_view/filter/list_test.rb +0 -98
  97. data/test/functional/content_view/filter/update_test.rb +0 -91
  98. data/test/functional/content_view/list_test.rb +0 -68
  99. data/test/functional/content_view/publish_test.rb +0 -24
  100. data/test/functional/content_view/purge_test.rb +0 -97
  101. data/test/functional/content_view/remove_content_view_version_test.rb +0 -88
  102. data/test/functional/content_view/remove_test.rb +0 -79
  103. data/test/functional/content_view/update_test.rb +0 -53
  104. data/test/functional/content_view/version/cv_import_export_helper_test.rb +0 -20
  105. data/test/functional/content_view/version/default_export_test.rb +0 -40
  106. data/test/functional/content_view/version/export_test.rb +0 -148
  107. data/test/functional/content_view/version/import_test.rb +0 -346
  108. data/test/functional/content_view/version/incremental_update_test.rb +0 -108
  109. data/test/functional/content_view/version/list_test.rb +0 -44
  110. data/test/functional/content_view/version/promote_test.rb +0 -34
  111. data/test/functional/content_view/version/republish_repositories_test.rb +0 -34
  112. data/test/functional/content_view/version/update_test.rb +0 -48
  113. data/test/functional/erratum/erratum_helpers.rb +0 -91
  114. data/test/functional/erratum/info_test.rb +0 -29
  115. data/test/functional/erratum/list_test.rb +0 -108
  116. data/test/functional/file/file_helpers.rb +0 -13
  117. data/test/functional/file/info_test.rb +0 -162
  118. data/test/functional/file/list_test.rb +0 -112
  119. data/test/functional/filter_rule/create_test.rb +0 -99
  120. data/test/functional/filter_rule/delete_test.rb +0 -104
  121. data/test/functional/filter_rule/filter_rule_helpers.rb +0 -12
  122. data/test/functional/filter_rule/info_test.rb +0 -104
  123. data/test/functional/filter_rule/list_test.rb +0 -91
  124. data/test/functional/filter_rule/update_test.rb +0 -104
  125. data/test/functional/host/errata/apply_test.rb +0 -45
  126. data/test/functional/host/errata/info_test.rb +0 -27
  127. data/test/functional/host/errata/list_test.rb +0 -49
  128. data/test/functional/host/errata/recalculate_test.rb +0 -40
  129. data/test/functional/host/extensions/create_test.rb +0 -95
  130. data/test/functional/host/extensions/data/host.json +0 -320
  131. data/test/functional/host/extensions/data/host_list.json +0 -117
  132. data/test/functional/host/extensions/info_test.rb +0 -35
  133. data/test/functional/host/extensions/list_test.rb +0 -21
  134. data/test/functional/host/extensions/update_test.rb +0 -70
  135. data/test/functional/host/host_helpers.rb +0 -8
  136. data/test/functional/host/subscription/attach_test.rb +0 -54
  137. data/test/functional/host/subscription/auto_attach_test.rb +0 -35
  138. data/test/functional/host/subscription/content_override_test.rb +0 -96
  139. data/test/functional/host/subscription/product_content_test.rb +0 -27
  140. data/test/functional/host/subscription/register_test.rb +0 -53
  141. data/test/functional/host/subscription/remove_test.rb +0 -52
  142. data/test/functional/host/subscription/unregister_test.rb +0 -37
  143. data/test/functional/host/traces/list_test.rb +0 -37
  144. data/test/functional/host/traces/resolve_test.rb +0 -31
  145. data/test/functional/host_collection/add_host_test.rb +0 -90
  146. data/test/functional/host_collection/content_api_expectations.rb +0 -35
  147. data/test/functional/host_collection/content_install_test.rb +0 -62
  148. data/test/functional/host_collection/content_remove_test.rb +0 -37
  149. data/test/functional/host_collection/content_update_test.rb +0 -37
  150. data/test/functional/host_collection/copy_test.rb +0 -64
  151. data/test/functional/host_collection/create_test.rb +0 -43
  152. data/test/functional/host_collection/delete_test.rb +0 -57
  153. data/test/functional/host_collection/hosts_test.rb +0 -39
  154. data/test/functional/host_collection/info_test.rb +0 -57
  155. data/test/functional/host_collection/list_test.rb +0 -63
  156. data/test/functional/host_collection/remove_host_test.rb +0 -90
  157. data/test/functional/host_collection/update_test.rb +0 -57
  158. data/test/functional/hostgroup/create_test.rb +0 -112
  159. data/test/functional/hostgroup/data/hostgroup.json +0 -50
  160. data/test/functional/hostgroup/info_test.rb +0 -33
  161. data/test/functional/hostgroup/update_test.rb +0 -120
  162. data/test/functional/lifecycle_environment/create_test.rb +0 -14
  163. data/test/functional/lifecycle_environment/lifecycle_environment_helpers.rb +0 -18
  164. data/test/functional/lifecycle_environment/list_test.rb +0 -38
  165. data/test/functional/lifecycle_environment/update_test.rb +0 -14
  166. data/test/functional/local_helper_test.rb +0 -30
  167. data/test/functional/module_stream/info_test.rb +0 -58
  168. data/test/functional/module_stream/list_test.rb +0 -53
  169. data/test/functional/organization/delete_test.rb +0 -26
  170. data/test/functional/organization/organization_helpers.rb +0 -10
  171. data/test/functional/package/list_test.rb +0 -158
  172. data/test/functional/package_group/list_test.rb +0 -38
  173. data/test/functional/ping_test.rb +0 -20
  174. data/test/functional/product/create_test.rb +0 -54
  175. data/test/functional/product/delete_test.rb +0 -41
  176. data/test/functional/product/info_test.rb +0 -33
  177. data/test/functional/product/list_test.rb +0 -58
  178. data/test/functional/product/product_helpers.rb +0 -24
  179. data/test/functional/product/remove_sync_plan_test.rb +0 -35
  180. data/test/functional/product/set_sync_plan_test.rb +0 -49
  181. data/test/functional/product/update_proxy.rb +0 -48
  182. data/test/functional/product/update_test.rb +0 -46
  183. data/test/functional/repository/create_test.rb +0 -21
  184. data/test/functional/repository/delete_test.rb +0 -95
  185. data/test/functional/repository/export_test.rb +0 -121
  186. data/test/functional/repository/info_test.rb +0 -156
  187. data/test/functional/repository/list_test.rb +0 -68
  188. data/test/functional/repository/remove_content_test.rb +0 -108
  189. data/test/functional/repository/repository_helpers.rb +0 -18
  190. data/test/functional/repository/synchronize_test.rb +0 -57
  191. data/test/functional/repository/update_test.rb +0 -149
  192. data/test/functional/repository/upload_test.rb +0 -345
  193. data/test/functional/repository_set/available_repositories_test.rb +0 -18
  194. data/test/functional/repository_set/disable_test.rb +0 -42
  195. data/test/functional/repository_set/enable_test.rb +0 -42
  196. data/test/functional/repository_set/info_test.rb +0 -17
  197. data/test/functional/repository_set/list_test.rb +0 -18
  198. data/test/functional/repository_set/repository_set_helpers.rb +0 -20
  199. data/test/functional/search_helpers.rb +0 -17
  200. data/test/functional/simple_content_access/disable_test.rb +0 -48
  201. data/test/functional/simple_content_access/enable_test.rb +0 -46
  202. data/test/functional/srpm/list_test.rb +0 -92
  203. data/test/functional/subscription/list_test.rb +0 -86
  204. data/test/functional/sync_plan/create_test.rb +0 -60
  205. data/test/functional/sync_plan/delete_test.rb +0 -46
  206. data/test/functional/sync_plan/info_test.rb +0 -37
  207. data/test/functional/sync_plan/list_test.rb +0 -31
  208. data/test/functional/sync_plan/sync_plan_helpers.rb +0 -8
  209. data/test/functional/sync_plan/update_test.rb +0 -44
  210. data/test/functional/test_helper.rb +0 -24
  211. data/test/task_helper.rb +0 -7
  212. data/test/test_helper.rb +0 -38
  213. data/test/unit/id_name_options_validator_test.rb +0 -96
  214. data/test/unit/id_resolver_test.rb +0 -58
  215. data/test/unit/messages_test.rb +0 -7
  216. data/test/unit/search_options_creators_test.rb +0 -145
@@ -1,41 +0,0 @@
1
- require File.join(File.dirname(__FILE__), '../test_helper')
2
- require File.join(File.dirname(__FILE__), '../organization/organization_helpers')
3
- require File.join(File.dirname(__FILE__), '../product/product_helpers')
4
-
5
- describe 'delete a product' do
6
- include OrganizationHelpers
7
- include ProductHelpers
8
-
9
- it 'by ID' do
10
- api_expects(:products, :destroy, 'delete a product') do |par|
11
- par['id'] == 1
12
- end
13
- assert_equal(
14
- 0,
15
- run_cmd(%w(product delete --id 1)).exit_code
16
- )
17
- end
18
-
19
- it 'by organization ID and product name' do
20
- expect_product_search(1, 'product1', 1)
21
- api_expects(:products, :destroy, 'delete a product') do |par|
22
- par['id'] == 1
23
- end
24
- assert_equal(
25
- 0,
26
- run_cmd(%w(product delete --organization-id 1 --name product1)).exit_code
27
- )
28
- end
29
-
30
- it 'by organization name and product name' do
31
- expect_organization_search('org1', 1)
32
- expect_product_search(1, 'product1', 1)
33
- api_expects(:products, :destroy, 'delete a product') do |par|
34
- par['id'] == 1
35
- end
36
- assert_equal(
37
- 0,
38
- run_cmd(%w(product delete --organization org1 --name product1)).exit_code
39
- )
40
- end
41
- end
@@ -1,33 +0,0 @@
1
- require File.join(File.dirname(__FILE__), '../test_helper')
2
- require File.join(File.dirname(__FILE__), '../organization/organization_helpers')
3
- require File.join(File.dirname(__FILE__), '../product/product_helpers')
4
-
5
- describe "get product info" do
6
- include OrganizationHelpers
7
- include ProductHelpers
8
-
9
- it 'by ID' do
10
- expect_product_show(:id => 1)
11
- assert_equal(
12
- 0,
13
- run_cmd(%w(product info --id 1)).exit_code
14
- )
15
- end
16
-
17
- it 'by organization id and product name' do
18
- expect_product_show(:name => 'product1', :org_id => 1, :id => 1)
19
- assert_equal(
20
- 0,
21
- run_cmd(%w(product info --organization-id 1 --name product1)).exit_code
22
- )
23
- end
24
-
25
- it 'by organization name and product name' do
26
- expect_organization_search('org1', 1)
27
- expect_product_show(:name => 'product1', :org_id => 1, :id => 1)
28
- assert_equal(
29
- 0,
30
- run_cmd(%w(product info --organization org1 --name product1)).exit_code
31
- )
32
- end
33
- end
@@ -1,58 +0,0 @@
1
- require File.join(File.dirname(__FILE__), '../test_helper')
2
- require File.join(File.dirname(__FILE__), 'product_helpers')
3
-
4
- describe "listing products" do
5
- include ProductHelpers
6
-
7
- let(:empty_response_table) do
8
- <<eostring
9
- ---|------|-------------|--------------|--------------|-----------
10
- ID | NAME | DESCRIPTION | ORGANIZATION | REPOSITORIES | SYNC STATE
11
- ---|------|-------------|--------------|--------------|-----------
12
- eostring
13
- end
14
-
15
- it 'displays the table properly' do
16
- api_expects(:products, :index, 'index products').returns(index_response([]))
17
- assert_cmd(
18
- success_result(empty_response_table),
19
- run_cmd(%w(product list --organization-id 1))
20
- )
21
- end
22
-
23
- it 'by organization ID' do
24
- ex = api_expects(:products, :index, 'index products') do |par|
25
- par['organization_id'] == 1
26
- end
27
- ex.returns(index_response([]))
28
-
29
- assert_equal(
30
- 0,
31
- run_cmd(%w(product list --organization-id 1)).exit_code
32
- )
33
- end
34
-
35
- it 'by organization ID and subscription ID' do
36
- ex = api_expects(:products, :index, 'organization product list') do |par|
37
- par['organization_id'] == 1 && par['subscription_id'] == 1
38
- end
39
- ex.returns(index_response([]))
40
-
41
- assert_equal(
42
- 0,
43
- run_cmd(%w(product list --organization-id 1 --subscription-id 1)).exit_code
44
- )
45
- end
46
-
47
- it 'by organization ID and sync plan ID' do
48
- ex = api_expects(:products, :index, 'organization product list') do |par|
49
- par['organization_id'] == 1 && par['sync_plan_id'] == 1
50
- end
51
- ex.returns(index_response([]))
52
-
53
- assert_equal(
54
- 0,
55
- run_cmd(%w(product list --organization-id 1 --sync-plan-id 1)).exit_code
56
- )
57
- end
58
- end
@@ -1,24 +0,0 @@
1
- module ProductHelpers
2
- def expect_generic_product_search(params = {}, returns = {})
3
- api_expects(:products, :index, 'Find the Product')
4
- .with_params(params).returns(index_response([returns]))
5
- end
6
-
7
- def expect_product_search(org_id, name, id)
8
- expect_generic_product_search({'name' => name, 'organization_id' => org_id}, 'id' => id)
9
- end
10
-
11
- def expect_product_show(options = {})
12
- raise "#{__method__} must be called with :id" unless (options.keys & [:id]).size == 1
13
-
14
- if options[:name]
15
- raise "#{__method__} used with :name also requires :org_id" unless options[:org_id]
16
- expect_product_search(options[:org_id], options[:name], options[:id])
17
- end
18
-
19
- ex = api_expects(:products, :show, 'Show a Product') do |par|
20
- par['id'] == options[:id]
21
- end
22
- ex.returns(index_response([{'id' => options[:id]}]))
23
- end
24
- end
@@ -1,35 +0,0 @@
1
- require File.join(File.dirname(__FILE__), '../test_helper')
2
- require File.join(File.dirname(__FILE__), '../organization/organization_helpers')
3
- require File.join(File.dirname(__FILE__), '../sync_plan/sync_plan_helpers')
4
- require File.join(File.dirname(__FILE__), '../product/product_helpers')
5
-
6
- describe "remove a product's sync plan" do
7
- include OrganizationHelpers
8
- include SyncPlanHelpers
9
- include ProductHelpers
10
-
11
- it "by product ID" do
12
- api_expects(:products, :update, "set sync plan") do |params|
13
- params['id'] == 1 && params['sync_plan_id'].nil?
14
- end
15
-
16
- assert_equal(
17
- 0,
18
- run_cmd(%w(product remove-sync-plan --id 1)).exit_code
19
- )
20
- end
21
-
22
- it "by product name" do
23
- expect_product_search(1, 'product1', 1)
24
- api_expects(:products, :update, "set sync plan") do |params|
25
- params['id'] == 1 && params['sync_plan_id'].nil?
26
- end
27
-
28
- assert_equal(
29
- 0,
30
- run_cmd(%w(product remove-sync-plan
31
- --organization-id 1
32
- --name product1)).exit_code
33
- )
34
- end
35
- end
@@ -1,49 +0,0 @@
1
- require File.join(File.dirname(__FILE__), '../test_helper')
2
- require File.join(File.dirname(__FILE__), '../organization/organization_helpers')
3
- require File.join(File.dirname(__FILE__), '../sync_plan/sync_plan_helpers')
4
- require File.join(File.dirname(__FILE__), '../product/product_helpers')
5
-
6
- describe "set a product's sync plan" do
7
- include OrganizationHelpers
8
- include SyncPlanHelpers
9
- include ProductHelpers
10
-
11
- it "by product ID and sync-plan ID" do
12
- api_expects(:products, :update, "set sync plan") do |params|
13
- params['id'] == 1 && params['sync_plan_id'] == 1
14
- end
15
-
16
- assert_equal(
17
- 0,
18
- run_cmd(%w(product set-sync-plan --id 1 --sync-plan-id 1)).exit_code
19
- )
20
- end
21
-
22
- it "by product ID and sync-plan name (requires org ID)" do
23
- expect_sync_plan_search(1, 'syncplan1', 1)
24
- api_expects(:products, :update, "set sync plan") do |params|
25
- params['id'] == 1 && params['sync_plan_id'] == 1
26
- end
27
-
28
- assert_equal(
29
- 0,
30
- run_cmd(%w(product set-sync-plan --organization-id 1 --id 1 --sync-plan syncplan1)).exit_code
31
- )
32
- end
33
-
34
- it "by product name and sync-plan name (both requiring org ID)" do
35
- expect_product_search(1, 'product1', 1)
36
- expect_sync_plan_search(1, 'syncplan1', 1)
37
- api_expects(:products, :update, "set sync plan") do |params|
38
- params['id'] == 1 && params['sync_plan_id'] == 1
39
- end
40
-
41
- assert_equal(
42
- 0,
43
- run_cmd(%w(product set-sync-plan
44
- --organization-id 1
45
- --name product1
46
- --sync-plan syncplan1)).exit_code
47
- )
48
- end
49
- end
@@ -1,48 +0,0 @@
1
- require File.join(File.dirname(__FILE__), '../test_helper')
2
-
3
- describe 'update an http proxy on a product' do
4
- include ForemanTaskHelpers
5
-
6
- before do
7
- @cmd = %w(product update-proxy)
8
- end
9
-
10
- let(:sync_response) do
11
- {
12
- 'id' => 1,
13
- 'state' => 'planned',
14
- 'action' => 'Update http proxy'
15
- }
16
- end
17
-
18
- it 'updates product proxy policy' do
19
- params = [
20
- '--ids=1',
21
- '--http-proxy-policy=use_selected_http_proxy',
22
- '--http-proxy-id=1'
23
- ]
24
-
25
- ex = api_expects(:products_bulk_actions, :update_http_proxy, 'update an http-proxy')
26
- .with_params('ids' => '1', 'http_proxy_policy' => 'use_selected_http_proxy',
27
- 'http_proxy_id' => '1')
28
- ex.returns(sync_response)
29
-
30
- expect_foreman_task('3')
31
-
32
- result = run_cmd(@cmd + params)
33
- assert_equal(HammerCLI::EX_OK, result.exit_code)
34
- end
35
-
36
- it 'fails with missing required params' do
37
- params = ['--proxy-id=1']
38
-
39
- ex = api_expects(:products_bulk_actions, :update_http_proxy, 'update an http-proxy')
40
- .with_params('proxy_id' => '1')
41
- ex.returns(
42
- 'proxy_id' => '1'
43
- )
44
-
45
- result = run_cmd(@cmd + params)
46
- assert_equal(result.exit_code, 70)
47
- end
48
- end
@@ -1,46 +0,0 @@
1
- require File.join(File.dirname(__FILE__), '../test_helper')
2
- require File.join(File.dirname(__FILE__), '../organization/organization_helpers')
3
- require File.join(File.dirname(__FILE__), '../product/product_helpers')
4
-
5
- describe 'update a product' do
6
- include OrganizationHelpers
7
- include ProductHelpers
8
-
9
- it 'by product ID' do
10
- api_expects(:products, :update, 'update a product') do |par|
11
- par['id'] == 1 &&
12
- par['description'] == 'new_description'
13
- end
14
- assert_equal(
15
- 0,
16
- run_cmd(%w(product update --organization-id 1 --id 1 --description new_description)).exit_code
17
- )
18
- end
19
-
20
- it 'by organization ID and product name' do
21
- expect_product_search(1, 'product1', 1)
22
- api_expects(:products, :update, 'update a product') do |par|
23
- par['id'] == 1 &&
24
- par['description'] == 'new_description'
25
- end
26
- command = %w(product update --organization-id 1 --name product1 --description new_description)
27
- assert_equal(
28
- 0,
29
- run_cmd(command).exit_code
30
- )
31
- end
32
-
33
- it 'by organization name and product name' do
34
- expect_organization_search('org1', 1)
35
- expect_product_search(1, 'product1', 1)
36
- api_expects(:products, :update, 'update a product') do |par|
37
- par['id'] == 1 &&
38
- par['description'] == 'new_description'
39
- end
40
- command = %w(product update --organization org1 --name product1 --description new_description)
41
- assert_equal(
42
- 0,
43
- run_cmd(command).exit_code
44
- )
45
- end
46
- end
@@ -1,21 +0,0 @@
1
- require_relative '../test_helper'
2
-
3
- describe "create repository" do
4
- let(:org_id) { 1 }
5
- let(:product_id) { 2 }
6
- let(:name) { "repo1" }
7
- let(:content_type) { "yum" }
8
-
9
- it 'with basic options' do
10
- api_expects(:repositories, :create)
11
- .with_params(
12
- name: name,
13
- product_id: product_id,
14
- content_type: content_type)
15
-
16
- command = %W(repository create --organization-id #{org_id} --product-id #{product_id}
17
- --content-type #{content_type} --name #{name})
18
-
19
- assert_equal(0, run_cmd(command).exit_code)
20
- end
21
- end
@@ -1,95 +0,0 @@
1
- require_relative '../test_helper'
2
- require 'hammer_cli_katello/repository'
3
-
4
- module HammerCLIKatello
5
- describe Repository::DeleteCommand do
6
- it 'allows minimal parameters' do
7
- api_expects(:repositories, :destroy) { |p| p['id'] == 1 }
8
- run_cmd(%w(repository delete --id 1))
9
- end
10
-
11
- describe 'product options' do
12
- it 'are required to resolve repository name' do
13
- api_expects_no_call
14
- result = run_cmd(%w(repository delete --name repo1))
15
- assert_includes(result.err, 'At least one of options --product, --product-id is required')
16
- end
17
-
18
- it 'can be specified via product id' do
19
- api_expects(:repositories, :index)
20
- .with_params('product_id' => 3, 'name' => 'repo1')
21
- .returns(index_response([{'id' => 1}]))
22
-
23
- api_expects(:repositories, :destroy) { |p| p['id'] == 1 }
24
-
25
- run_cmd(%w(repository delete --name repo1 --product-id 3))
26
- end
27
-
28
- it 'can be specified via product name' do
29
- api_expects(:products, :index)
30
- .with_params('organization_id' => '6', 'name' => 'product3')
31
- .returns(index_response([{'id' => 3}]))
32
-
33
- api_expects(:repositories, :index)
34
- .with_params('product_id' => 3, 'name' => 'repo1')
35
- .returns(index_response([{'id' => 1}]))
36
-
37
- api_expects(:repositories, :destroy) { |p| p['id'] == 1 }
38
-
39
- run_cmd(%w(repository delete --name repo1 --product product3 --organization-id 6))
40
- end
41
-
42
- describe 'organization options' do
43
- it 'can be specified by organization id' do
44
- api_expects(:products, :index)
45
- .with_params('organization_id' => '6', 'name' => 'product3')
46
- .returns(index_response([{'id' => 3}]))
47
-
48
- api_expects(:repositories, :index)
49
- .with_params('product_id' => 3, 'name' => 'repo1')
50
- .returns(index_response([{'id' => 1}]))
51
-
52
- api_expects(:repositories, :destroy) { |p| p['id'] == 1 }
53
-
54
- run_cmd(%w(repository delete --name repo1 --product product3 --organization-id 6))
55
- end
56
-
57
- it 'can be specified by organization name' do
58
- api_expects(:organizations, :index)
59
- .with_params(:search => "name = \"org6\"")
60
- .returns(index_response([{'id' => 6}]))
61
-
62
- api_expects(:products, :index)
63
- .with_params('organization_id' => 6, 'name' => 'product3')
64
- .returns(index_response([{'id' => 3}]))
65
-
66
- api_expects(:repositories, :index)
67
- .with_params('product_id' => 3, 'name' => 'repo1')
68
- .returns(index_response([{'id' => 1}]))
69
-
70
- api_expects(:repositories, :destroy) { |p| p['id'] == 1 }
71
-
72
- run_cmd(%w(repository delete --name repo1 --product product3 --organization org6))
73
- end
74
-
75
- it 'can be specified by organization label' do
76
- api_expects(:organizations, :index)
77
- .with_params(:search => "label = \"org6\"")
78
- .returns(index_response([{'id' => 6}]))
79
-
80
- api_expects(:products, :index)
81
- .with_params('organization_id' => 6, 'name' => 'product3')
82
- .returns(index_response([{'id' => 3}]))
83
-
84
- api_expects(:repositories, :index)
85
- .with_params('product_id' => 3, 'name' => 'repo1')
86
- .returns(index_response([{'id' => 1}]))
87
-
88
- api_expects(:repositories, :destroy) { |p| p['id'] == 1 }
89
-
90
- run_cmd(%w(repository delete --name repo1 --product product3 --organization-label org6))
91
- end
92
- end
93
- end
94
- end
95
- end
@@ -1,121 +0,0 @@
1
- require_relative '../test_helper'
2
- require_relative '../organization/organization_helpers'
3
- require 'hammer_cli_katello/repository'
4
-
5
- module HammerCLIKatello
6
- describe Repository::ExportCommand do
7
- include ForemanTaskHelpers
8
- include OrganizationHelpers
9
-
10
- it 'allows minimal options' do
11
- ex = api_expects(:repositories, :export) do |p|
12
- p['id'] == 1
13
- end
14
- ex.returns(id: '2')
15
-
16
- expect_foreman_task('2')
17
-
18
- run_cmd(%w(repository export --id 1))
19
- end
20
-
21
- describe 'resolves repository ID' do
22
- it 'by requiring product' do
23
- api_expects_no_call
24
- result = run_cmd(%w(repository export --name repo1))
25
- assert(result.err[/--product, --product-id is required/], 'Incorrect error message')
26
- end
27
-
28
- it 'by product ID' do
29
- ex = api_expects(:repositories, :index) do |p|
30
- p['name'] == 'repo1' && p['product_id'] == 3
31
- end
32
- ex.returns(index_response([{'id' => 1}]))
33
-
34
- ex = api_expects(:repositories, :export) do |p|
35
- p['id'] == 1
36
- end
37
- ex.returns(id: '2')
38
-
39
- expect_foreman_task('2')
40
-
41
- run_cmd(%w(repository export --name repo1 --product-id 3))
42
- end
43
- end
44
-
45
- describe 'resolves product ID' do
46
- it 'by requiring organization options' do
47
- api_expects_no_call
48
- result = run_cmd(%w(repository export --name repo1 --product prod1))
49
- assert(result.err[/--organization-id, --organization, --organization-label is required/],
50
- "Organization option requirements must be validated")
51
- end
52
-
53
- it 'by organization ID' do
54
- ex = api_expects(:products, :index) do |p|
55
- p['name'] == 'prod3' && p['organization_id'] == '5'
56
- end
57
- ex.returns(index_response([{'id' => 3}]))
58
-
59
- ex = api_expects(:repositories, :index) do |p|
60
- p['name'] == 'repo1' && p['product_id'] == 3
61
- end
62
- ex.returns(index_response([{'id' => 1}]))
63
-
64
- ex = api_expects(:repositories, :export) do |p|
65
- p['id'] == 1
66
- end
67
- ex.returns(id: '2')
68
-
69
- expect_foreman_task('2')
70
-
71
- run_cmd(%w(repository export --name repo1 --product prod3 --organization-id 5))
72
- end
73
-
74
- it 'by organization name' do
75
- expect_organization_search('org5', 5)
76
-
77
- ex = api_expects(:products, :index) do |p|
78
- p['name'] == 'prod3' && p['organization_id'] == 5
79
- end
80
- ex.returns(index_response([{'id' => 3}]))
81
-
82
- ex = api_expects(:repositories, :index) do |p|
83
- p['name'] == 'repo1' && p['product_id'] == 3
84
- end
85
- ex.returns(index_response([{'id' => 1}]))
86
-
87
- ex = api_expects(:repositories, :export) do |p|
88
- p['id'] == 1
89
- end
90
- ex.returns(id: '2')
91
-
92
- expect_foreman_task('2')
93
-
94
- run_cmd(%w(repository export --name repo1 --product prod3 --organization org5))
95
- end
96
-
97
- it 'by organization label' do
98
- expect_organization_search('org5', 5, field: 'label')
99
-
100
- ex = api_expects(:products, :index) do |p|
101
- p['name'] == 'prod3' && p['organization_id'] == 5
102
- end
103
- ex.returns(index_response([{'id' => 3}]))
104
-
105
- ex = api_expects(:repositories, :index) do |p|
106
- p['name'] == 'repo1' && p['product_id'] == 3
107
- end
108
- ex.returns(index_response([{'id' => 1}]))
109
-
110
- ex = api_expects(:repositories, :export) do |p|
111
- p['id'] == 1
112
- end
113
- ex.returns(id: '2')
114
-
115
- expect_foreman_task('2')
116
-
117
- run_cmd(%w(repository export --name repo1 --product prod3 --organization-label org5))
118
- end
119
- end
120
- end
121
- end