hammer_cli_foreman 0.5.1 → 0.6.0

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

Potentially problematic release.


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

Files changed (301) hide show
  1. checksums.yaml +4 -4
  2. data/doc/release_notes.md +9 -0
  3. data/lib/hammer_cli_foreman/id_resolver.rb +1 -1
  4. data/lib/hammer_cli_foreman/location.rb +1 -0
  5. data/lib/hammer_cli_foreman/organization.rb +1 -0
  6. data/lib/hammer_cli_foreman/role.rb +4 -0
  7. data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -4
  8. data/lib/hammer_cli_foreman/smart_variable.rb +1 -0
  9. data/lib/hammer_cli_foreman/testing/api_expectations.rb +68 -0
  10. data/lib/hammer_cli_foreman/version.rb +1 -1
  11. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  12. data/locale/de/hammer-cli-foreman.edit.po +93 -98
  13. data/locale/de/hammer-cli-foreman.po +32 -20
  14. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  15. data/locale/en/hammer-cli-foreman.edit.po +77 -69
  16. data/locale/en/hammer-cli-foreman.po +11 -5
  17. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  18. data/locale/en_GB/hammer-cli-foreman.edit.po +81 -73
  19. data/locale/en_GB/hammer-cli-foreman.po +83 -69
  20. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  21. data/locale/es/hammer-cli-foreman.edit.po +142 -145
  22. data/locale/es/hammer-cli-foreman.po +29 -17
  23. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  24. data/locale/fr/hammer-cli-foreman.edit.po +94 -99
  25. data/locale/fr/hammer-cli-foreman.po +54 -42
  26. data/locale/hammer-cli-foreman.pot +106 -96
  27. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  28. data/locale/it/hammer-cli-foreman.edit.po +93 -98
  29. data/locale/it/hammer-cli-foreman.po +28 -16
  30. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  31. data/locale/ja/hammer-cli-foreman.edit.po +93 -98
  32. data/locale/ja/hammer-cli-foreman.po +28 -16
  33. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  34. data/locale/ko/hammer-cli-foreman.edit.po +94 -99
  35. data/locale/ko/hammer-cli-foreman.po +28 -16
  36. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  37. data/locale/pt_BR/hammer-cli-foreman.edit.po +93 -98
  38. data/locale/pt_BR/hammer-cli-foreman.po +28 -16
  39. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  40. data/locale/ru/hammer-cli-foreman.edit.po +93 -98
  41. data/locale/ru/hammer-cli-foreman.po +28 -16
  42. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  43. data/locale/zh_CN/hammer-cli-foreman.edit.po +93 -98
  44. data/locale/zh_CN/hammer-cli-foreman.po +28 -16
  45. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  46. data/locale/zh_TW/hammer-cli-foreman.edit.po +93 -98
  47. data/locale/zh_TW/hammer-cli-foreman.po +28 -16
  48. data/test/{unit/data → data}/1.10/foreman_api.json +0 -0
  49. data/test/{unit/data → data}/README.md +0 -0
  50. data/test/functional/location_test.rb +8 -8
  51. data/test/functional/organization_test.rb +8 -8
  52. data/test/functional/smart_class_parameter_test.rb +21 -0
  53. data/test/functional/test_helper.rb +4 -4
  54. data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand-parameters.xml +11 -0
  55. data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand.xml +7 -0
  56. data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand-parameters.xml +13 -0
  57. data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand.xml +7 -0
  58. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-output.xml +13 -0
  59. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-parameters.xml +13 -0
  60. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand.xml +7 -0
  61. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-output.xml +13 -0
  62. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-parameters.xml +17 -0
  63. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand.xml +7 -0
  64. data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand-parameters.xml +15 -0
  65. data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand.xml +7 -0
  66. data/test/reports/TEST-HammerCLIForeman-Architecture.xml +7 -0
  67. data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand-parameters.xml +11 -0
  68. data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand.xml +7 -0
  69. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-output.xml +13 -0
  70. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-parameters.xml +17 -0
  71. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand.xml +7 -0
  72. data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand-parameters.xml +13 -0
  73. data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand.xml +7 -0
  74. data/test/reports/TEST-HammerCLIForeman-CommonParameter.xml +7 -0
  75. data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand-parameters.xml +15 -0
  76. data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand.xml +7 -0
  77. data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand-parameters.xml +13 -0
  78. data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand.xml +7 -0
  79. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-output.xml +17 -0
  80. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-parameters.xml +13 -0
  81. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand.xml +7 -0
  82. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-output.xml +15 -0
  83. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-parameters.xml +17 -0
  84. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand.xml +7 -0
  85. data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand-parameters.xml +15 -0
  86. data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand.xml +7 -0
  87. data/test/reports/TEST-HammerCLIForeman-ComputeResource.xml +7 -0
  88. data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand-parameters.xml +11 -0
  89. data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand.xml +7 -0
  90. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand-parameters.xml +13 -0
  91. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand.xml +7 -0
  92. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand-parameters.xml +15 -0
  93. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand.xml +7 -0
  94. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-output.xml +21 -0
  95. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-parameters.xml +13 -0
  96. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand.xml +7 -0
  97. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-output.xml +13 -0
  98. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-parameters.xml +17 -0
  99. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand.xml +7 -0
  100. data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand-parameters.xml +17 -0
  101. data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand.xml +7 -0
  102. data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand-parameters.xml +15 -0
  103. data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand.xml +7 -0
  104. data/test/reports/TEST-HammerCLIForeman-Domain.xml +7 -0
  105. data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand-parameters.xml +11 -0
  106. data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand.xml +7 -0
  107. data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand-parameters.xml +13 -0
  108. data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand.xml +7 -0
  109. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-output.xml +17 -0
  110. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-parameters.xml +13 -0
  111. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand.xml +7 -0
  112. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-output.xml +13 -0
  113. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-parameters.xml +17 -0
  114. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand.xml +7 -0
  115. data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand-parameters.xml +15 -0
  116. data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand.xml +7 -0
  117. data/test/reports/TEST-HammerCLIForeman-Environment.xml +7 -0
  118. data/test/reports/TEST-HammerCLIForeman-ExceptionHandler.xml +13 -0
  119. data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand-parameters.xml +46 -0
  120. data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand.xml +7 -0
  121. data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand-parameters.xml +13 -0
  122. data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand.xml +7 -0
  123. data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand-parameters.xml +15 -0
  124. data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand.xml +7 -0
  125. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-output.xml +85 -0
  126. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-parameters.xml +13 -0
  127. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand.xml +7 -0
  128. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-output.xml +21 -0
  129. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-parameters.xml +17 -0
  130. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand.xml +7 -0
  131. data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand-output.xml +9 -0
  132. data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand.xml +7 -0
  133. data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand-parameters.xml +17 -0
  134. data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand.xml +7 -0
  135. data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand-output.xml +9 -0
  136. data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand.xml +7 -0
  137. data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand-parameters.xml +40 -0
  138. data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand.xml +7 -0
  139. data/test/reports/TEST-HammerCLIForeman-Host.xml +7 -0
  140. data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand-parameters.xml +11 -0
  141. data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand.xml +7 -0
  142. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand-parameters.xml +11 -0
  143. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand.xml +7 -0
  144. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand-parameters.xml +13 -0
  145. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand.xml +7 -0
  146. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-output.xml +29 -0
  147. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-parameters.xml +11 -0
  148. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand.xml +7 -0
  149. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-output.xml +27 -0
  150. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-parameters.xml +17 -0
  151. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand.xml +7 -0
  152. data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand-parameters.xml +15 -0
  153. data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand.xml +7 -0
  154. data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand-parameters.xml +13 -0
  155. data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand.xml +7 -0
  156. data/test/reports/TEST-HammerCLIForeman-Hostgroup.xml +7 -0
  157. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-parameters.xml +11 -0
  158. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-resource-disabled.xml +11 -0
  159. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand.xml +7 -0
  160. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-parameters.xml +13 -0
  161. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-resource-disabled.xml +11 -0
  162. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand.xml +7 -0
  163. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-output.xml +17 -0
  164. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-parameters.xml +13 -0
  165. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-resource-disabled.xml +11 -0
  166. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand.xml +7 -0
  167. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-output.xml +13 -0
  168. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-parameters.xml +17 -0
  169. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-resource-disabled.xml +11 -0
  170. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand.xml +7 -0
  171. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-parameters.xml +15 -0
  172. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-resource-disabled.xml +11 -0
  173. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand.xml +7 -0
  174. data/test/reports/TEST-HammerCLIForeman-Location.xml +7 -0
  175. data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand-parameters.xml +13 -0
  176. data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand.xml +7 -0
  177. data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand-parameters.xml +13 -0
  178. data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand.xml +7 -0
  179. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-output.xml +23 -0
  180. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-parameters.xml +13 -0
  181. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand.xml +7 -0
  182. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-output.xml +15 -0
  183. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-parameters.xml +17 -0
  184. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand.xml +7 -0
  185. data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand-parameters.xml +17 -0
  186. data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand.xml +7 -0
  187. data/test/reports/TEST-HammerCLIForeman-Medium.xml +7 -0
  188. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand-parameters.xml +11 -0
  189. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand.xml +7 -0
  190. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand-parameters.xml +13 -0
  191. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand.xml +7 -0
  192. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand-parameters.xml +13 -0
  193. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand.xml +7 -0
  194. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-output.xml +27 -0
  195. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-parameters.xml +13 -0
  196. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand.xml +7 -0
  197. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-output.xml +17 -0
  198. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-parameters.xml +17 -0
  199. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand.xml +7 -0
  200. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand-parameters.xml +15 -0
  201. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand.xml +7 -0
  202. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand-parameters.xml +17 -0
  203. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand.xml +7 -0
  204. data/test/reports/TEST-HammerCLIForeman-OperatingSystem.xml +7 -0
  205. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-parameters.xml +11 -0
  206. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-resource-disabled.xml +11 -0
  207. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand.xml +7 -0
  208. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-parameters.xml +13 -0
  209. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-resource-disabled.xml +11 -0
  210. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand.xml +7 -0
  211. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-output.xml +17 -0
  212. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-parameters.xml +13 -0
  213. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-resource-disabled.xml +11 -0
  214. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand.xml +7 -0
  215. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-output.xml +13 -0
  216. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-parameters.xml +17 -0
  217. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-resource-disabled.xml +11 -0
  218. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand.xml +7 -0
  219. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-parameters.xml +15 -0
  220. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-resource-disabled.xml +11 -0
  221. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand.xml +7 -0
  222. data/test/reports/TEST-HammerCLIForeman-Organization.xml +7 -0
  223. data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand-parameters.xml +13 -0
  224. data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand.xml +7 -0
  225. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand-parameters.xml +13 -0
  226. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand.xml +7 -0
  227. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand-parameters.xml +15 -0
  228. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand.xml +7 -0
  229. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-output.xml +19 -0
  230. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-parameters.xml +13 -0
  231. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand.xml +7 -0
  232. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-output.xml +15 -0
  233. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-parameters.xml +17 -0
  234. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand.xml +7 -0
  235. data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand-parameters.xml +13 -0
  236. data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand.xml +7 -0
  237. data/test/reports/TEST-HammerCLIForeman-PartitionTable.xml +7 -0
  238. data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand-parameters.xml +13 -0
  239. data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand.xml +7 -0
  240. data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand-parameters.xml +13 -0
  241. data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand.xml +7 -0
  242. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-output.xml +21 -0
  243. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-parameters.xml +13 -0
  244. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand.xml +7 -0
  245. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-output.xml +15 -0
  246. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-parameters.xml +11 -0
  247. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand.xml +7 -0
  248. data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand-parameters.xml +15 -0
  249. data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand.xml +7 -0
  250. data/test/reports/TEST-HammerCLIForeman-SmartProxy.xml +7 -0
  251. data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand-parameters.xml +15 -0
  252. data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand.xml +7 -0
  253. data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand-parameters.xml +13 -0
  254. data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand.xml +7 -0
  255. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-output.xml +43 -0
  256. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-parameters.xml +13 -0
  257. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand.xml +7 -0
  258. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-output.xml +17 -0
  259. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-parameters.xml +17 -0
  260. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand.xml +7 -0
  261. data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand-parameters.xml +15 -0
  262. data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand.xml +7 -0
  263. data/test/reports/TEST-HammerCLIForeman-Subnet.xml +7 -0
  264. data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand-parameters.xml +15 -0
  265. data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand.xml +7 -0
  266. data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand-parameters.xml +11 -0
  267. data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand.xml +7 -0
  268. data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand-parameters.xml +12 -0
  269. data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand.xml +7 -0
  270. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-output.xml +17 -0
  271. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-parameters.xml +11 -0
  272. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand.xml +7 -0
  273. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-output.xml +15 -0
  274. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-parameters.xml +17 -0
  275. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand.xml +7 -0
  276. data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand-parameters.xml +9 -0
  277. data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand.xml +7 -0
  278. data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand-parameters.xml +11 -0
  279. data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand.xml +7 -0
  280. data/test/reports/TEST-HammerCLIForeman-Template.xml +7 -0
  281. data/test/reports/TEST-HammerCLIForeman-User-CreateCommand-parameters.xml +19 -0
  282. data/test/reports/TEST-HammerCLIForeman-User-CreateCommand.xml +7 -0
  283. data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand-parameters.xml +11 -0
  284. data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand.xml +7 -0
  285. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-output.xml +23 -0
  286. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-parameters.xml +11 -0
  287. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand.xml +7 -0
  288. data/test/reports/TEST-HammerCLIForeman-User-ListCommand-output.xml +17 -0
  289. data/test/reports/TEST-HammerCLIForeman-User-ListCommand-parameters.xml +17 -0
  290. data/test/reports/TEST-HammerCLIForeman-User-ListCommand.xml +7 -0
  291. data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand-parameters.xml +11 -0
  292. data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand.xml +7 -0
  293. data/test/reports/TEST-HammerCLIForeman-User.xml +7 -0
  294. data/test/reports/TEST-MiniTest-Spec.xml +7 -0
  295. data/test/test_helper.rb +1 -1
  296. data/test/unit/location_test.rb +1 -0
  297. data/test/unit/organization_test.rb +1 -0
  298. data/test/unit/role_test.rb +8 -5
  299. metadata +541 -61
  300. data/test/functional/api_expectations.rb +0 -65
  301. data/test/functional/command_assertions.rb +0 -76
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomáš Strachota
@@ -9,36 +9,35 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-12-14 00:00:00.000000000 Z
12
+ date: 2016-02-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hammer_cli
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
18
+ - - '>='
19
19
  - !ruby/object:Gem::Version
20
- version: 0.5.0
20
+ version: 0.6.0
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ">="
25
+ - - '>='
26
26
  - !ruby/object:Gem::Version
27
- version: 0.5.0
28
- description: 'Foreman commands for Hammer CLI
29
-
30
- '
27
+ version: 0.6.0
28
+ description: |
29
+ Foreman commands for Hammer CLI
31
30
  email: tstracho@redhat.com
32
31
  executables: []
33
32
  extensions: []
34
33
  extra_rdoc_files:
35
34
  - doc/configuration.md
36
- - doc/name_id_resolution.md
37
- - doc/option_builder.md
38
35
  - doc/using_hammer_cli_foreman_command.md
39
36
  - doc/developer_docs.md
40
- - doc/release_notes.md
37
+ - doc/option_builder.md
41
38
  - doc/host_create.md
39
+ - doc/name_id_resolution.md
40
+ - doc/release_notes.md
42
41
  - README.md
43
42
  files:
44
43
  - README.md
@@ -98,6 +97,7 @@ files:
98
97
  - lib/hammer_cli_foreman/smart_variable.rb
99
98
  - lib/hammer_cli_foreman/subnet.rb
100
99
  - lib/hammer_cli_foreman/template.rb
100
+ - lib/hammer_cli_foreman/testing/api_expectations.rb
101
101
  - lib/hammer_cli_foreman/user.rb
102
102
  - lib/hammer_cli_foreman/usergroup.rb
103
103
  - lib/hammer_cli_foreman/version.rb
@@ -153,11 +153,253 @@ files:
153
153
  - locale/zh_TW/hammer-cli-foreman.edit.po
154
154
  - locale/zh_TW/hammer-cli-foreman.po
155
155
  - locale/zh_TW/hammer-cli-foreman.po.time_stamp
156
- - test/functional/api_expectations.rb
157
- - test/functional/command_assertions.rb
156
+ - test/data/1.10/foreman_api.json
157
+ - test/data/README.md
158
158
  - test/functional/location_test.rb
159
159
  - test/functional/organization_test.rb
160
+ - test/functional/smart_class_parameter_test.rb
160
161
  - test/functional/test_helper.rb
162
+ - test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand-parameters.xml
163
+ - test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand.xml
164
+ - test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand-parameters.xml
165
+ - test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand.xml
166
+ - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-output.xml
167
+ - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-parameters.xml
168
+ - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand.xml
169
+ - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-output.xml
170
+ - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-parameters.xml
171
+ - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand.xml
172
+ - test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand-parameters.xml
173
+ - test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand.xml
174
+ - test/reports/TEST-HammerCLIForeman-Architecture.xml
175
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand-parameters.xml
176
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand.xml
177
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-output.xml
178
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-parameters.xml
179
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand.xml
180
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand-parameters.xml
181
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand.xml
182
+ - test/reports/TEST-HammerCLIForeman-CommonParameter.xml
183
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand-parameters.xml
184
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand.xml
185
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand-parameters.xml
186
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand.xml
187
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-output.xml
188
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-parameters.xml
189
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand.xml
190
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-output.xml
191
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-parameters.xml
192
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand.xml
193
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand-parameters.xml
194
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand.xml
195
+ - test/reports/TEST-HammerCLIForeman-ComputeResource.xml
196
+ - test/reports/TEST-HammerCLIForeman-Domain-CreateCommand-parameters.xml
197
+ - test/reports/TEST-HammerCLIForeman-Domain-CreateCommand.xml
198
+ - test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand-parameters.xml
199
+ - test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand.xml
200
+ - test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand-parameters.xml
201
+ - test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand.xml
202
+ - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-output.xml
203
+ - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-parameters.xml
204
+ - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand.xml
205
+ - test/reports/TEST-HammerCLIForeman-Domain-ListCommand-output.xml
206
+ - test/reports/TEST-HammerCLIForeman-Domain-ListCommand-parameters.xml
207
+ - test/reports/TEST-HammerCLIForeman-Domain-ListCommand.xml
208
+ - test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand-parameters.xml
209
+ - test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand.xml
210
+ - test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand-parameters.xml
211
+ - test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand.xml
212
+ - test/reports/TEST-HammerCLIForeman-Domain.xml
213
+ - test/reports/TEST-HammerCLIForeman-Environment-CreateCommand-parameters.xml
214
+ - test/reports/TEST-HammerCLIForeman-Environment-CreateCommand.xml
215
+ - test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand-parameters.xml
216
+ - test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand.xml
217
+ - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-output.xml
218
+ - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-parameters.xml
219
+ - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand.xml
220
+ - test/reports/TEST-HammerCLIForeman-Environment-ListCommand-output.xml
221
+ - test/reports/TEST-HammerCLIForeman-Environment-ListCommand-parameters.xml
222
+ - test/reports/TEST-HammerCLIForeman-Environment-ListCommand.xml
223
+ - test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand-parameters.xml
224
+ - test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand.xml
225
+ - test/reports/TEST-HammerCLIForeman-Environment.xml
226
+ - test/reports/TEST-HammerCLIForeman-ExceptionHandler.xml
227
+ - test/reports/TEST-HammerCLIForeman-Host-CreateCommand-parameters.xml
228
+ - test/reports/TEST-HammerCLIForeman-Host-CreateCommand.xml
229
+ - test/reports/TEST-HammerCLIForeman-Host-DeleteCommand-parameters.xml
230
+ - test/reports/TEST-HammerCLIForeman-Host-DeleteCommand.xml
231
+ - test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand-parameters.xml
232
+ - test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand.xml
233
+ - test/reports/TEST-HammerCLIForeman-Host-InfoCommand-output.xml
234
+ - test/reports/TEST-HammerCLIForeman-Host-InfoCommand-parameters.xml
235
+ - test/reports/TEST-HammerCLIForeman-Host-InfoCommand.xml
236
+ - test/reports/TEST-HammerCLIForeman-Host-ListCommand-output.xml
237
+ - test/reports/TEST-HammerCLIForeman-Host-ListCommand-parameters.xml
238
+ - test/reports/TEST-HammerCLIForeman-Host-ListCommand.xml
239
+ - test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand-output.xml
240
+ - test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand.xml
241
+ - test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand-parameters.xml
242
+ - test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand.xml
243
+ - test/reports/TEST-HammerCLIForeman-Host-StatusCommand-output.xml
244
+ - test/reports/TEST-HammerCLIForeman-Host-StatusCommand.xml
245
+ - test/reports/TEST-HammerCLIForeman-Host-UpdateCommand-parameters.xml
246
+ - test/reports/TEST-HammerCLIForeman-Host-UpdateCommand.xml
247
+ - test/reports/TEST-HammerCLIForeman-Host.xml
248
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand-parameters.xml
249
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand.xml
250
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand-parameters.xml
251
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand.xml
252
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand-parameters.xml
253
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand.xml
254
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-output.xml
255
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-parameters.xml
256
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand.xml
257
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-output.xml
258
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-parameters.xml
259
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand.xml
260
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand-parameters.xml
261
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand.xml
262
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand-parameters.xml
263
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand.xml
264
+ - test/reports/TEST-HammerCLIForeman-Hostgroup.xml
265
+ - test/reports/TEST-HammerCLIForeman-Location-CreateCommand-parameters.xml
266
+ - test/reports/TEST-HammerCLIForeman-Location-CreateCommand-resource-disabled.xml
267
+ - test/reports/TEST-HammerCLIForeman-Location-CreateCommand.xml
268
+ - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-parameters.xml
269
+ - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-resource-disabled.xml
270
+ - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand.xml
271
+ - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-output.xml
272
+ - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-parameters.xml
273
+ - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-resource-disabled.xml
274
+ - test/reports/TEST-HammerCLIForeman-Location-InfoCommand.xml
275
+ - test/reports/TEST-HammerCLIForeman-Location-ListCommand-output.xml
276
+ - test/reports/TEST-HammerCLIForeman-Location-ListCommand-parameters.xml
277
+ - test/reports/TEST-HammerCLIForeman-Location-ListCommand-resource-disabled.xml
278
+ - test/reports/TEST-HammerCLIForeman-Location-ListCommand.xml
279
+ - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-parameters.xml
280
+ - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-resource-disabled.xml
281
+ - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand.xml
282
+ - test/reports/TEST-HammerCLIForeman-Location.xml
283
+ - test/reports/TEST-HammerCLIForeman-Medium-CreateCommand-parameters.xml
284
+ - test/reports/TEST-HammerCLIForeman-Medium-CreateCommand.xml
285
+ - test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand-parameters.xml
286
+ - test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand.xml
287
+ - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-output.xml
288
+ - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-parameters.xml
289
+ - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand.xml
290
+ - test/reports/TEST-HammerCLIForeman-Medium-ListCommand-output.xml
291
+ - test/reports/TEST-HammerCLIForeman-Medium-ListCommand-parameters.xml
292
+ - test/reports/TEST-HammerCLIForeman-Medium-ListCommand.xml
293
+ - test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand-parameters.xml
294
+ - test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand.xml
295
+ - test/reports/TEST-HammerCLIForeman-Medium.xml
296
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand-parameters.xml
297
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand.xml
298
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand-parameters.xml
299
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand.xml
300
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand-parameters.xml
301
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand.xml
302
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-output.xml
303
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-parameters.xml
304
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand.xml
305
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-output.xml
306
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-parameters.xml
307
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand.xml
308
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand-parameters.xml
309
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand.xml
310
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand-parameters.xml
311
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand.xml
312
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem.xml
313
+ - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-parameters.xml
314
+ - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-resource-disabled.xml
315
+ - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand.xml
316
+ - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-parameters.xml
317
+ - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-resource-disabled.xml
318
+ - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand.xml
319
+ - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-output.xml
320
+ - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-parameters.xml
321
+ - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-resource-disabled.xml
322
+ - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand.xml
323
+ - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-output.xml
324
+ - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-parameters.xml
325
+ - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-resource-disabled.xml
326
+ - test/reports/TEST-HammerCLIForeman-Organization-ListCommand.xml
327
+ - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-parameters.xml
328
+ - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-resource-disabled.xml
329
+ - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand.xml
330
+ - test/reports/TEST-HammerCLIForeman-Organization.xml
331
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand-parameters.xml
332
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand.xml
333
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand-parameters.xml
334
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand.xml
335
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand-parameters.xml
336
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand.xml
337
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-output.xml
338
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-parameters.xml
339
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand.xml
340
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-output.xml
341
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-parameters.xml
342
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand.xml
343
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand-parameters.xml
344
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand.xml
345
+ - test/reports/TEST-HammerCLIForeman-PartitionTable.xml
346
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand-parameters.xml
347
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand.xml
348
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand-parameters.xml
349
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand.xml
350
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-output.xml
351
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-parameters.xml
352
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand.xml
353
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-output.xml
354
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-parameters.xml
355
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand.xml
356
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand-parameters.xml
357
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand.xml
358
+ - test/reports/TEST-HammerCLIForeman-SmartProxy.xml
359
+ - test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand-parameters.xml
360
+ - test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand.xml
361
+ - test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand-parameters.xml
362
+ - test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand.xml
363
+ - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-output.xml
364
+ - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-parameters.xml
365
+ - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand.xml
366
+ - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-output.xml
367
+ - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-parameters.xml
368
+ - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand.xml
369
+ - test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand-parameters.xml
370
+ - test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand.xml
371
+ - test/reports/TEST-HammerCLIForeman-Subnet.xml
372
+ - test/reports/TEST-HammerCLIForeman-Template-CreateCommand-parameters.xml
373
+ - test/reports/TEST-HammerCLIForeman-Template-CreateCommand.xml
374
+ - test/reports/TEST-HammerCLIForeman-Template-DeleteCommand-parameters.xml
375
+ - test/reports/TEST-HammerCLIForeman-Template-DeleteCommand.xml
376
+ - test/reports/TEST-HammerCLIForeman-Template-DumpCommand-parameters.xml
377
+ - test/reports/TEST-HammerCLIForeman-Template-DumpCommand.xml
378
+ - test/reports/TEST-HammerCLIForeman-Template-InfoCommand-output.xml
379
+ - test/reports/TEST-HammerCLIForeman-Template-InfoCommand-parameters.xml
380
+ - test/reports/TEST-HammerCLIForeman-Template-InfoCommand.xml
381
+ - test/reports/TEST-HammerCLIForeman-Template-ListCommand-output.xml
382
+ - test/reports/TEST-HammerCLIForeman-Template-ListCommand-parameters.xml
383
+ - test/reports/TEST-HammerCLIForeman-Template-ListCommand.xml
384
+ - test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand-parameters.xml
385
+ - test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand.xml
386
+ - test/reports/TEST-HammerCLIForeman-Template-UpdateCommand-parameters.xml
387
+ - test/reports/TEST-HammerCLIForeman-Template-UpdateCommand.xml
388
+ - test/reports/TEST-HammerCLIForeman-Template.xml
389
+ - test/reports/TEST-HammerCLIForeman-User-CreateCommand-parameters.xml
390
+ - test/reports/TEST-HammerCLIForeman-User-CreateCommand.xml
391
+ - test/reports/TEST-HammerCLIForeman-User-DeleteCommand-parameters.xml
392
+ - test/reports/TEST-HammerCLIForeman-User-DeleteCommand.xml
393
+ - test/reports/TEST-HammerCLIForeman-User-InfoCommand-output.xml
394
+ - test/reports/TEST-HammerCLIForeman-User-InfoCommand-parameters.xml
395
+ - test/reports/TEST-HammerCLIForeman-User-InfoCommand.xml
396
+ - test/reports/TEST-HammerCLIForeman-User-ListCommand-output.xml
397
+ - test/reports/TEST-HammerCLIForeman-User-ListCommand-parameters.xml
398
+ - test/reports/TEST-HammerCLIForeman-User-ListCommand.xml
399
+ - test/reports/TEST-HammerCLIForeman-User-UpdateCommand-parameters.xml
400
+ - test/reports/TEST-HammerCLIForeman-User-UpdateCommand.xml
401
+ - test/reports/TEST-HammerCLIForeman-User.xml
402
+ - test/reports/TEST-MiniTest-Spec.xml
161
403
  - test/test_helper.rb
162
404
  - test/unit/api_test.rb
163
405
  - test/unit/apipie_resource_mock.rb
@@ -167,8 +409,6 @@ files:
167
409
  - test/unit/common_parameter_test.rb
168
410
  - test/unit/compute_resource_test.rb
169
411
  - test/unit/credentials_test.rb
170
- - test/unit/data/1.10/foreman_api.json
171
- - test/unit/data/README.md
172
412
  - test/unit/data/test_api.json
173
413
  - test/unit/defaults_test.rb
174
414
  - test/unit/dependency_resolver_test.rb
@@ -216,71 +456,311 @@ require_paths:
216
456
  - lib
217
457
  required_ruby_version: !ruby/object:Gem::Requirement
218
458
  requirements:
219
- - - ">="
459
+ - - '>='
220
460
  - !ruby/object:Gem::Version
221
461
  version: '0'
222
462
  required_rubygems_version: !ruby/object:Gem::Requirement
223
463
  requirements:
224
- - - ">="
464
+ - - '>='
225
465
  - !ruby/object:Gem::Version
226
466
  version: '0'
227
467
  requirements: []
228
468
  rubyforge_project:
229
- rubygems_version: 2.4.8
469
+ rubygems_version: 2.4.4
230
470
  signing_key:
231
471
  specification_version: 4
232
472
  summary: Foreman commands for Hammer
233
473
  test_files:
234
- - test/unit/api_test.rb
235
- - test/unit/commands_test.rb
236
- - test/unit/credentials_test.rb
237
- - test/unit/fact_test.rb
474
+ - test/reports/TEST-HammerCLIForeman-Domain-CreateCommand-parameters.xml
475
+ - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand.xml
476
+ - test/reports/TEST-HammerCLIForeman-Template-DeleteCommand.xml
477
+ - test/reports/TEST-HammerCLIForeman-Environment-ListCommand-parameters.xml
478
+ - test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand.xml
479
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand.xml
480
+ - test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand-parameters.xml
481
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand.xml
482
+ - test/reports/TEST-HammerCLIForeman-Host-ListCommand.xml
483
+ - test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand.xml
484
+ - test/reports/TEST-HammerCLIForeman-Environment-ListCommand-output.xml
485
+ - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-resource-disabled.xml
486
+ - test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand.xml
487
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand.xml
488
+ - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand.xml
489
+ - test/reports/TEST-HammerCLIForeman-User-ListCommand-output.xml
490
+ - test/reports/TEST-HammerCLIForeman-Location-ListCommand-output.xml
491
+ - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-output.xml
492
+ - test/reports/TEST-HammerCLIForeman-User-CreateCommand-parameters.xml
493
+ - test/reports/TEST-HammerCLIForeman-ExceptionHandler.xml
494
+ - test/reports/TEST-HammerCLIForeman-Environment-CreateCommand-parameters.xml
495
+ - test/reports/TEST-HammerCLIForeman-Subnet.xml
496
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand.xml
497
+ - test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand.xml
498
+ - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-parameters.xml
499
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand.xml
500
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand-parameters.xml
501
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand.xml
502
+ - test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand.xml
503
+ - test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand.xml
504
+ - test/reports/TEST-HammerCLIForeman-Architecture.xml
505
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand-parameters.xml
506
+ - test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand.xml
507
+ - test/reports/TEST-HammerCLIForeman-Organization.xml
508
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-parameters.xml
509
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-parameters.xml
510
+ - test/reports/TEST-HammerCLIForeman-Host-InfoCommand.xml
511
+ - test/reports/TEST-HammerCLIForeman-Medium-ListCommand-output.xml
512
+ - test/reports/TEST-HammerCLIForeman-Domain-CreateCommand.xml
513
+ - test/reports/TEST-HammerCLIForeman-Host-DeleteCommand-parameters.xml
514
+ - test/reports/TEST-HammerCLIForeman-Location.xml
515
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand.xml
516
+ - test/reports/TEST-HammerCLIForeman-User-UpdateCommand.xml
517
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand.xml
518
+ - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-output.xml
519
+ - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand.xml
520
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-output.xml
521
+ - test/reports/TEST-HammerCLIForeman-Location-ListCommand.xml
522
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-parameters.xml
523
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand.xml
524
+ - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-parameters.xml
525
+ - test/reports/TEST-HammerCLIForeman-Host-ListCommand-output.xml
526
+ - test/reports/TEST-HammerCLIForeman-Template-CreateCommand-parameters.xml
527
+ - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-resource-disabled.xml
528
+ - test/reports/TEST-HammerCLIForeman-Organization-ListCommand.xml
529
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand.xml
530
+ - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-output.xml
531
+ - test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand-output.xml
532
+ - test/reports/TEST-HammerCLIForeman-PartitionTable.xml
533
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand.xml
534
+ - test/reports/TEST-HammerCLIForeman-User-DeleteCommand.xml
535
+ - test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand-parameters.xml
536
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand.xml
537
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand.xml
538
+ - test/reports/TEST-HammerCLIForeman-Template-InfoCommand.xml
539
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-output.xml
540
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand-parameters.xml
541
+ - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-output.xml
542
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand-parameters.xml
543
+ - test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand.xml
544
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand-parameters.xml
545
+ - test/reports/TEST-HammerCLIForeman-Medium-CreateCommand.xml
546
+ - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-resource-disabled.xml
547
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand.xml
548
+ - test/reports/TEST-HammerCLIForeman-User-CreateCommand.xml
549
+ - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-parameters.xml
550
+ - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand.xml
551
+ - test/reports/TEST-HammerCLIForeman-Template-DeleteCommand-parameters.xml
552
+ - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-parameters.xml
553
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand.xml
554
+ - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-parameters.xml
555
+ - test/reports/TEST-HammerCLIForeman-User-ListCommand-parameters.xml
556
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand.xml
557
+ - test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand.xml
558
+ - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand.xml
559
+ - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-resource-disabled.xml
560
+ - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-output.xml
561
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand-parameters.xml
562
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem.xml
563
+ - test/reports/TEST-HammerCLIForeman-Medium-CreateCommand-parameters.xml
564
+ - test/reports/TEST-HammerCLIForeman-Host-InfoCommand-parameters.xml
565
+ - test/reports/TEST-HammerCLIForeman-User-InfoCommand.xml
566
+ - test/reports/TEST-HammerCLIForeman-User-DeleteCommand-parameters.xml
567
+ - test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand.xml
568
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-output.xml
569
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-parameters.xml
570
+ - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-parameters.xml
571
+ - test/reports/TEST-HammerCLIForeman-Template-CreateCommand.xml
572
+ - test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand-parameters.xml
573
+ - test/reports/TEST-HammerCLIForeman-Location-CreateCommand-parameters.xml
574
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-output.xml
575
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-output.xml
576
+ - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand.xml
577
+ - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-output.xml
578
+ - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand.xml
579
+ - test/reports/TEST-HammerCLIForeman-Host-StatusCommand-output.xml
580
+ - test/reports/TEST-HammerCLIForeman-Template-UpdateCommand-parameters.xml
581
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand.xml
582
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand-parameters.xml
583
+ - test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand-parameters.xml
584
+ - test/reports/TEST-HammerCLIForeman-Location-ListCommand-parameters.xml
585
+ - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-resource-disabled.xml
586
+ - test/reports/TEST-HammerCLIForeman-Medium.xml
587
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand.xml
588
+ - test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand-parameters.xml
589
+ - test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand-parameters.xml
590
+ - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-resource-disabled.xml
591
+ - test/reports/TEST-HammerCLIForeman-Environment-CreateCommand.xml
592
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand-parameters.xml
593
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand.xml
594
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand-parameters.xml
595
+ - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-parameters.xml
596
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand.xml
597
+ - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand.xml
598
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand.xml
599
+ - test/reports/TEST-HammerCLIForeman-Template-ListCommand.xml
600
+ - test/reports/TEST-HammerCLIForeman-Location-CreateCommand-resource-disabled.xml
601
+ - test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand-parameters.xml
602
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand-parameters.xml
603
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-output.xml
604
+ - test/reports/TEST-HammerCLIForeman-Environment.xml
605
+ - test/reports/TEST-HammerCLIForeman-User-UpdateCommand-parameters.xml
606
+ - test/reports/TEST-HammerCLIForeman-Host-CreateCommand-parameters.xml
607
+ - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-parameters.xml
608
+ - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand.xml
609
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand-parameters.xml
610
+ - test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand-parameters.xml
611
+ - test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand.xml
612
+ - test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand.xml
613
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand-parameters.xml
614
+ - test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand-parameters.xml
615
+ - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-output.xml
616
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand-parameters.xml
617
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-parameters.xml
618
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand-parameters.xml
619
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-parameters.xml
620
+ - test/reports/TEST-HammerCLIForeman-Medium-ListCommand.xml
621
+ - test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand.xml
622
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand-parameters.xml
623
+ - test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand-parameters.xml
624
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand.xml
625
+ - test/reports/TEST-HammerCLIForeman-Domain-ListCommand-parameters.xml
626
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand.xml
627
+ - test/reports/TEST-HammerCLIForeman-Environment-ListCommand.xml
628
+ - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-output.xml
629
+ - test/reports/TEST-HammerCLIForeman-User-ListCommand.xml
630
+ - test/reports/TEST-HammerCLIForeman-Host-DeleteCommand.xml
631
+ - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-output.xml
632
+ - test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand.xml
633
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-parameters.xml
634
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand.xml
635
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-parameters.xml
636
+ - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-resource-disabled.xml
637
+ - test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand-parameters.xml
638
+ - test/reports/TEST-HammerCLIForeman-SmartProxy.xml
639
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand.xml
640
+ - test/reports/TEST-HammerCLIForeman-Host.xml
641
+ - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-parameters.xml
642
+ - test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand-parameters.xml
643
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand.xml
644
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-parameters.xml
645
+ - test/reports/TEST-HammerCLIForeman-User-InfoCommand-output.xml
646
+ - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand.xml
647
+ - test/reports/TEST-MiniTest-Spec.xml
648
+ - test/reports/TEST-HammerCLIForeman-Template-InfoCommand-output.xml
649
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-output.xml
650
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand.xml
651
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand-parameters.xml
652
+ - test/reports/TEST-HammerCLIForeman-Template-ListCommand-parameters.xml
653
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-output.xml
654
+ - test/reports/TEST-HammerCLIForeman-Domain-ListCommand.xml
655
+ - test/reports/TEST-HammerCLIForeman-Location-CreateCommand.xml
656
+ - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand.xml
657
+ - test/reports/TEST-HammerCLIForeman-Host-StatusCommand.xml
658
+ - test/reports/TEST-HammerCLIForeman-CommonParameter.xml
659
+ - test/reports/TEST-HammerCLIForeman-User.xml
660
+ - test/reports/TEST-HammerCLIForeman-Host-UpdateCommand-parameters.xml
661
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-output.xml
662
+ - test/reports/TEST-HammerCLIForeman-Host-InfoCommand-output.xml
663
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand.xml
664
+ - test/reports/TEST-HammerCLIForeman-Template-DumpCommand-parameters.xml
665
+ - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-output.xml
666
+ - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-parameters.xml
667
+ - test/reports/TEST-HammerCLIForeman-User-InfoCommand-parameters.xml
668
+ - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-parameters.xml
669
+ - test/reports/TEST-HammerCLIForeman-ComputeResource.xml
670
+ - test/reports/TEST-HammerCLIForeman-Template-InfoCommand-parameters.xml
671
+ - test/reports/TEST-HammerCLIForeman-Domain-ListCommand-output.xml
672
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand-parameters.xml
673
+ - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-parameters.xml
674
+ - test/reports/TEST-HammerCLIForeman-Host-CreateCommand.xml
675
+ - test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand.xml
676
+ - test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand.xml
677
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand-parameters.xml
678
+ - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand.xml
679
+ - test/reports/TEST-HammerCLIForeman-Location-ListCommand-resource-disabled.xml
680
+ - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-parameters.xml
681
+ - test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand-parameters.xml
682
+ - test/reports/TEST-HammerCLIForeman-Medium-ListCommand-parameters.xml
683
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand.xml
684
+ - test/reports/TEST-HammerCLIForeman-Host-ListCommand-parameters.xml
685
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand-parameters.xml
686
+ - test/reports/TEST-HammerCLIForeman-Template-ListCommand-output.xml
687
+ - test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand.xml
688
+ - test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand-parameters.xml
689
+ - test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand-parameters.xml
690
+ - test/reports/TEST-HammerCLIForeman-Template-DumpCommand.xml
691
+ - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand.xml
692
+ - test/reports/TEST-HammerCLIForeman-Location-InfoCommand.xml
693
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand.xml
694
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand-parameters.xml
695
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand.xml
696
+ - test/reports/TEST-HammerCLIForeman-Domain.xml
697
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-output.xml
698
+ - test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand-parameters.xml
699
+ - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand.xml
700
+ - test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand.xml
701
+ - test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand-parameters.xml
702
+ - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-parameters.xml
703
+ - test/reports/TEST-HammerCLIForeman-Host-UpdateCommand.xml
704
+ - test/reports/TEST-HammerCLIForeman-Hostgroup.xml
705
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-parameters.xml
706
+ - test/reports/TEST-HammerCLIForeman-Template.xml
707
+ - test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand-parameters.xml
708
+ - test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand.xml
709
+ - test/reports/TEST-HammerCLIForeman-Template-UpdateCommand.xml
710
+ - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-parameters.xml
711
+ - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-resource-disabled.xml
712
+ - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-parameters.xml
713
+ - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-output.xml
714
+ - test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand-parameters.xml
715
+ - test/functional/organization_test.rb
716
+ - test/functional/location_test.rb
717
+ - test/functional/smart_class_parameter_test.rb
718
+ - test/functional/test_helper.rb
719
+ - test/unit/image_test.rb
238
720
  - test/unit/filter_test.rb
239
- - test/unit/helpers/fake_searchables.rb
240
- - test/unit/helpers/resource_disabled.rb
241
- - test/unit/helpers/command.rb
242
- - test/unit/output/formatters_test.rb
243
- - test/unit/param_filters_test.rb
244
- - test/unit/test_output_adapter.rb
245
- - test/unit/usergroup_test.rb
246
- - test/unit/apipie_resource_mock.rb
247
- - test/unit/common_parameter_test.rb
248
- - test/unit/compute_resource_test.rb
249
- - test/unit/data/1.10/foreman_api.json
250
- - test/unit/data/README.md
251
- - test/unit/data/test_api.json
252
- - test/unit/dependency_resolver_test.rb
253
721
  - test/unit/domain_test.rb
254
- - test/unit/environment_test.rb
255
- - test/unit/external_usergroup_test.rb
722
+ - test/unit/exception_handler_test.rb
723
+ - test/unit/defaults_test.rb
724
+ - test/unit/media_test.rb
725
+ - test/unit/api_test.rb
256
726
  - test/unit/host_test.rb
257
- - test/unit/hostgroup_test.rb
258
- - test/unit/id_resolver_test.rb
259
- - test/unit/image_test.rb
727
+ - test/unit/smart_variable_test.rb
728
+ - test/unit/organization_test.rb
729
+ - test/unit/smart_proxy_test.rb
730
+ - test/unit/subnet_test.rb
260
731
  - test/unit/location_test.rb
261
- - test/unit/media_test.rb
262
- - test/unit/model_test.rb
732
+ - test/unit/dependency_resolver_test.rb
733
+ - test/unit/helpers/command.rb
734
+ - test/unit/helpers/resource_disabled.rb
735
+ - test/unit/helpers/fake_searchables.rb
736
+ - test/unit/credentials_test.rb
263
737
  - test/unit/operating_system_test.rb
264
738
  - test/unit/template_test.rb
265
- - test/unit/user_test.rb
266
- - test/unit/defaults_test.rb
267
- - test/unit/role_test.rb
268
- - test/unit/exception_handler_test.rb
269
- - test/unit/architecture_test.rb
739
+ - test/unit/environment_test.rb
740
+ - test/unit/commands_test.rb
741
+ - test/unit/partition_table_test.rb
742
+ - test/unit/hostgroup_test.rb
743
+ - test/unit/smart_class_parameter_test.rb
270
744
  - test/unit/auth_source_ldap_test.rb
745
+ - test/unit/param_filters_test.rb
746
+ - test/unit/report_test.rb
747
+ - test/unit/role_test.rb
748
+ - test/unit/output/formatters_test.rb
749
+ - test/unit/id_resolver_test.rb
750
+ - test/unit/test_output_adapter.rb
271
751
  - test/unit/option_builders_test.rb
272
- - test/unit/organization_test.rb
273
- - test/unit/partition_table_test.rb
752
+ - test/unit/fact_test.rb
753
+ - test/unit/model_test.rb
754
+ - test/unit/compute_resource_test.rb
274
755
  - test/unit/puppet_class_test.rb
275
- - test/unit/report_test.rb
276
- - test/unit/smart_class_parameter_test.rb
277
- - test/unit/smart_proxy_test.rb
278
- - test/unit/smart_variable_test.rb
279
- - test/unit/subnet_test.rb
756
+ - test/unit/usergroup_test.rb
757
+ - test/unit/apipie_resource_mock.rb
758
+ - test/unit/common_parameter_test.rb
280
759
  - test/unit/test_helper.rb
281
- - test/functional/api_expectations.rb
282
- - test/functional/command_assertions.rb
283
- - test/functional/location_test.rb
284
- - test/functional/organization_test.rb
285
- - test/functional/test_helper.rb
760
+ - test/unit/architecture_test.rb
761
+ - test/unit/user_test.rb
762
+ - test/unit/external_usergroup_test.rb
763
+ - test/unit/data/test_api.json
286
764
  - test/test_helper.rb
765
+ - test/data/README.md
766
+ - test/data/1.10/foreman_api.json