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
@@ -0,0 +1,96 @@
1
+ require_relative '../test_helper'
2
+ require 'hammer_cli_katello/id_name_options_validator'
3
+
4
+ module HammerCLIKatello
5
+ describe IdNameOptionsValidator do
6
+ before(:each) do
7
+ @cmd = Object.new
8
+ @cmd.extend(IdNameOptionsValidator)
9
+ @cmd.class.send(:define_method, :validate_options) do |*_args, &block|
10
+ block.call
11
+ end
12
+ end
13
+
14
+ describe '#validate_id_or_name_with_parent' do
15
+ it 'accepts no record name and validates id, name, and parent opts' do
16
+ any_stub = stub(:required => true)
17
+ option_stub = stub(:exist? => true)
18
+ @cmd.stubs(:option).returns(option_stub)
19
+
20
+ @cmd.expects(:any).with('option_id', 'option_name').returns(any_stub)
21
+ @cmd.expects(:any).with('option_organization_id',
22
+ 'option_organization_name',
23
+ 'option_organization_label'
24
+ ).returns(any_stub)
25
+
26
+ @cmd.validate_id_or_name_with_parent
27
+ end
28
+
29
+ it 'accepts content view as a record name' do
30
+ any_stub = stub(:required => true)
31
+ option_stub = stub(:exist? => true)
32
+ @cmd.stubs(:option).returns(option_stub)
33
+
34
+ @cmd.expects(:any).with('option_content_view_id',
35
+ 'option_content_view_name'
36
+ ).returns(any_stub)
37
+ @cmd.expects(:any).with('option_organization_id',
38
+ 'option_organization_name',
39
+ 'option_organization_label'
40
+ ).returns(any_stub)
41
+
42
+ @cmd.validate_id_or_name_with_parent(:content_view)
43
+ end
44
+
45
+ it 'does not validate org options if the name opt is not used' do
46
+ any_stub = stub(:required => true)
47
+ option_stub = stub(:exist? => false) # --name was not supplied
48
+ @cmd.stubs(:option).returns(option_stub)
49
+
50
+ @cmd.expects(:any).at_most_once.returns(any_stub)
51
+
52
+ @cmd.validate_id_or_name_with_parent
53
+ end
54
+
55
+ it 'does not validate name or id if required is false' do
56
+ any_stub = stub(:required => true)
57
+ option_stub = stub(:exist? => true)
58
+ @cmd.stubs(:option).returns(option_stub)
59
+
60
+ @cmd.expects(:any).with('option_organization_id',
61
+ 'option_organization_name',
62
+ 'option_organization_label'
63
+ ).returns(any_stub)
64
+
65
+ @cmd.validate_id_or_name_with_parent(required: false)
66
+ end
67
+
68
+ it 'accepts a hash of fields for the parent' do
69
+ any_stub = stub(:required => true)
70
+ option_stub = stub(:exist? => true)
71
+ @cmd.stubs(:option).returns(option_stub)
72
+
73
+ @cmd.expects(:any).with('option_id', 'option_name').returns(any_stub)
74
+ @cmd.expects(:any).with('option_product_test').returns(any_stub)
75
+
76
+ @cmd.validate_id_or_name_with_parent(parent: {:product => ['test']})
77
+ end
78
+ end
79
+
80
+ describe '#validate_id_or_name' do
81
+ it 'validates that id or name is required' do
82
+ any_stub = stub(:required => true)
83
+ @cmd.expects(:any).with('option_id', 'option_name').returns(any_stub)
84
+ @cmd.validate_id_or_name
85
+ end
86
+
87
+ it 'accepts a custom record name' do
88
+ any_stub = stub(:required => true)
89
+ @cmd.expects(:any).with('option_content_view_id',
90
+ 'option_content_view_name'
91
+ ).returns(any_stub)
92
+ @cmd.validate_id_or_name(:content_view)
93
+ end
94
+ end
95
+ end
96
+ end
@@ -0,0 +1,58 @@
1
+ require_relative '../test_helper'
2
+ require 'hammer_cli_katello/id_resolver'
3
+
4
+ module HammerCLIKatello
5
+ describe IdResolver do
6
+ let(:api) { mock('api') }
7
+ let(:searchables) { mock('searchables') }
8
+ let(:id_resolver) { IdResolver.new api, searchables }
9
+
10
+ before(:each) do
11
+ api.stubs(:resources).returns([])
12
+ api.stubs(:resource).returns([])
13
+ end
14
+
15
+ describe '#repository_ids' do
16
+ it 'accepts nil repository_names' do
17
+ id_resolver.stubs(:find_resources).returns([])
18
+ id_resolver.repository_ids({}).must_equal(nil)
19
+ end
20
+
21
+ it 'accepts repository_ids' do
22
+ id_resolver.repository_ids(
23
+ 'option_repository_ids' => [1, 2]
24
+ ).must_equal [1, 2]
25
+ end
26
+
27
+ it 'accepts repository_names' do
28
+ id_resolver.stubs(:find_resources).returns(
29
+ [
30
+ {'id' => 1, 'name' => 'repo1'},
31
+ {'id' => 2, 'name' => 'repo2'}
32
+ ]
33
+ )
34
+ id_resolver.repository_ids(
35
+ 'option_names' => %w(repo1 repo2)
36
+ ).must_equal [1, 2]
37
+ end
38
+ end
39
+
40
+ describe '#repository_id' do
41
+ it 'resolves ID from name' do
42
+ id_resolver.expects(:find_resource).with(:repositories, name: 'repo1').returns('id' => 5)
43
+ options = {name: 'repo1'}
44
+ id_resolver.repository_id(options).must_equal 5
45
+ end
46
+ end
47
+
48
+ describe '#content_view_version_id' do
49
+ it 'resolves ID from version number' do
50
+ options = {'option_version' => '2.0', 'option_content_view_id' => 4}
51
+ id_resolver.expects(:find_resources)
52
+ .with(:content_view_versions, options)
53
+ .returns(['id' => 5])
54
+ id_resolver.content_view_version_id(options).must_equal 5
55
+ end
56
+ end
57
+ end
58
+ end
@@ -0,0 +1,7 @@
1
+ require File.join(File.dirname(__FILE__), '../test_helper')
2
+ require 'hammer_cli/testing/messages'
3
+
4
+ include HammerCLI::Testing::Messages
5
+ describe "message formatting" do
6
+ check_all_command_messages(HammerCLI::MainCommand, HammerCLIKatello::Command)
7
+ end
@@ -0,0 +1,145 @@
1
+ require_relative '../test_helper'
2
+
3
+ class SearchOptionsCreatorsMock < HammerCLIKatello::IdResolver
4
+ def one
5
+ end
6
+
7
+ def two
8
+ end
9
+ end
10
+
11
+ describe HammerCLIKatello::SearchOptionsCreators do
12
+ let(:api) { mock('api') }
13
+ let(:searchables) { HammerCLIKatello::Searchables.new }
14
+ let(:search_options_creators) { SearchOptionsCreatorsMock.new(api, searchables) }
15
+ let(:options) { Hash.new }
16
+ let(:resource) { mock('ApipieBindings::Resource') }
17
+
18
+ before(:each) do
19
+ api.stubs(:resources).returns([resource])
20
+ resource.stubs(:singular_name).returns('')
21
+ end
22
+
23
+ describe '#create_repositories_search_options' do
24
+ it 'handles an array of names' do
25
+ search_options_creators.create_repositories_search_options(
26
+ 'option_names' => ['repo1']
27
+ )['names'].must_equal ['repo1']
28
+ end
29
+
30
+ it 'handles a single value name' do
31
+ search_options_creators.create_repositories_search_options(
32
+ 'option_name' => 'repo1'
33
+ )['name'].must_equal 'repo1'
34
+ end
35
+
36
+ it 'handles multiple parameters' do
37
+ search_options_creators.create_repositories_search_options(
38
+ 'option_names' => ['repo1'], 'option_name' => 'repo2'
39
+ )['name'].must_equal(nil)
40
+ end
41
+
42
+ it 'handles a single value product_id' do
43
+ search_options_creators.create_repositories_search_options(
44
+ 'option_product_id' => 3
45
+ )['product_id'].must_equal 3
46
+ end
47
+ end
48
+
49
+ describe '#create_content_view_versions_search_options(options)' do
50
+ it 'handles a single value environment_id' do
51
+ search_options_creators.create_content_view_versions_search_options(
52
+ 'option_environment_id' => 3,
53
+ 'option_content_view_id' => :required_option
54
+ )['environment_id'].must_equal 3
55
+ end
56
+
57
+ it 'handles a single value content_view_id' do
58
+ search_options_creators.create_content_view_versions_search_options(
59
+ 'option_content_view_id' => 3
60
+ )['content_view_id'].must_equal 3
61
+ end
62
+
63
+ it 'handles a single value version' do
64
+ search_options_creators.create_content_view_versions_search_options(
65
+ 'option_version' => 3
66
+ )['version'].must_equal 3
67
+ end
68
+ end
69
+
70
+ describe "#create_host_collections_search_options" do
71
+ it 'handles organization options' do
72
+ api.stubs(:resource)
73
+ search_options_creators.stubs(:scoped_options).returns('option_name' => 'org1')
74
+ search_options_creators.expects(:organization_id).with('option_name' => 'org1').returns(1)
75
+ search_options_creators.expects(:create_search_options_with_katello_api)
76
+ search_options_creators.create_host_collections_search_options(
77
+ 'option_organization_name' => 'org1'
78
+ )
79
+ end
80
+ end
81
+
82
+ describe 'without the katello api' do
83
+ before(:each) do
84
+ search_options_creators.expects(:create_search_options_without_katello_api)
85
+ search_options_creators.stubs(:api).returns(api)
86
+ api.stubs(:resource)
87
+ end
88
+
89
+ describe '#create_organizations_search_options(options)' do
90
+ it 'does not use the katello api' do
91
+ search_options_creators.create_organizations_search_options(:anything)
92
+ end
93
+ end
94
+
95
+ describe '#create_environments_search_options(options)' do
96
+ it 'does not use the katello api' do
97
+ search_options_creators.create_environments_search_options(:environments)
98
+ end
99
+ end
100
+
101
+ describe '#create_smart_proxies_search_options(options)' do
102
+ it 'does not use the katello api' do
103
+ search_options_creators.create_smart_proxies_search_options(:anything)
104
+ end
105
+ end
106
+
107
+ describe '#create_capsules_search_options(options)' do
108
+ it 'does not use the katello api' do
109
+ search_options_creators.create_capsules_search_options(:anything)
110
+ end
111
+ end
112
+
113
+ describe '#create_usergroups_search_options(options)' do
114
+ it 'does not use the katello api' do
115
+ search_options_creators.create_usergroups_search_options(:anything)
116
+ end
117
+ end
118
+
119
+ describe '#create_compute_profiles_search_options(options, mode = nil)' do
120
+ it 'does not use the katello api' do
121
+ search_options_creators.create_compute_profiles_search_options(:anything)
122
+ end
123
+ end
124
+
125
+ describe '#create_search_options_with_katello_api(options, resource)' do
126
+ it 'does not use the katello api' do
127
+ search_options_creators.create_organizations_search_options(:anything)
128
+ end
129
+ end
130
+ end # describe 'without the katello api'
131
+
132
+ describe '#create_search_options_with_katello_api' do
133
+ let(:searchable1) { HammerCLIForeman::Searchable.new('one', '') }
134
+ let(:searchable2) { HammerCLIForeman::Searchable.new('two', '') }
135
+
136
+ it 'translates all searchable fields from options' do
137
+ search_options_creators.stubs(:searchables).
138
+ returns([searchable1, searchable2])
139
+
140
+ search_options_creators.create_search_options_with_katello_api(
141
+ {'option_one' => 1, 'option_two' => 2}, resource
142
+ ).must_equal('one' => '1', 'two' => '2')
143
+ end
144
+ end # describe '#create_search_options_with_katello_api'
145
+ end # describe HammerCLIKatello::SearchOptionsCreators