hybrid_platforms_conductor 33.0.0 → 33.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (242) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/bin/check-node +0 -1
  4. data/bin/deploy +0 -1
  5. data/bin/get_impacted_nodes +0 -1
  6. data/bin/last_deploys +8 -7
  7. data/bin/nodes_to_deploy +2 -2
  8. data/bin/setup +6 -6
  9. data/bin/topograph +1 -1
  10. data/lib/hybrid_platforms_conductor/action.rb +4 -4
  11. data/lib/hybrid_platforms_conductor/actions_executor.rb +37 -42
  12. data/lib/hybrid_platforms_conductor/bitbucket.rb +5 -4
  13. data/lib/hybrid_platforms_conductor/cmd_runner.rb +13 -12
  14. data/lib/hybrid_platforms_conductor/cmdb.rb +2 -2
  15. data/lib/hybrid_platforms_conductor/common_config_dsl/bitbucket.rb +2 -1
  16. data/lib/hybrid_platforms_conductor/common_config_dsl/confluence.rb +2 -1
  17. data/lib/hybrid_platforms_conductor/common_config_dsl/file_system_tests.rb +5 -4
  18. data/lib/hybrid_platforms_conductor/common_config_dsl/github.rb +4 -3
  19. data/lib/hybrid_platforms_conductor/common_config_dsl/idempotence_tests.rb +2 -2
  20. data/lib/hybrid_platforms_conductor/config.rb +7 -4
  21. data/lib/hybrid_platforms_conductor/confluence.rb +1 -1
  22. data/lib/hybrid_platforms_conductor/connector.rb +5 -2
  23. data/lib/hybrid_platforms_conductor/core_extensions/symbol/zero.rb +24 -0
  24. data/lib/hybrid_platforms_conductor/credentials.rb +39 -36
  25. data/lib/hybrid_platforms_conductor/current_dir_monitor.rb +4 -1
  26. data/lib/hybrid_platforms_conductor/deployer.rb +95 -96
  27. data/lib/hybrid_platforms_conductor/executable.rb +20 -15
  28. data/lib/hybrid_platforms_conductor/hpc_plugins/cmdb/config.rb +10 -7
  29. data/lib/hybrid_platforms_conductor/hpc_plugins/cmdb/host_ip.rb +1 -1
  30. data/lib/hybrid_platforms_conductor/hpc_plugins/cmdb/host_keys.rb +2 -2
  31. data/lib/hybrid_platforms_conductor/hpc_plugins/cmdb/platform_handlers.rb +4 -4
  32. data/lib/hybrid_platforms_conductor/hpc_plugins/connector/local.rb +2 -0
  33. data/lib/hybrid_platforms_conductor/hpc_plugins/connector/ssh.rb +45 -49
  34. data/lib/hybrid_platforms_conductor/hpc_plugins/log/remote_fs.rb +6 -5
  35. data/lib/hybrid_platforms_conductor/hpc_plugins/platform_handler/serverless_chef.rb +68 -66
  36. data/lib/hybrid_platforms_conductor/hpc_plugins/platform_handler/serverless_chef/dsl_parser.rb +13 -0
  37. data/lib/hybrid_platforms_conductor/hpc_plugins/platform_handler/serverless_chef/recipes_tree_builder.rb +39 -38
  38. data/lib/hybrid_platforms_conductor/hpc_plugins/platform_handler/yaml_inventory.rb +5 -4
  39. data/lib/hybrid_platforms_conductor/hpc_plugins/provisioner/docker.rb +43 -45
  40. data/lib/hybrid_platforms_conductor/hpc_plugins/provisioner/podman.rb +18 -20
  41. data/lib/hybrid_platforms_conductor/hpc_plugins/provisioner/proxmox.rb +118 -117
  42. data/lib/hybrid_platforms_conductor/hpc_plugins/provisioner/proxmox/proxmox_waiter.rb +39 -43
  43. data/lib/hybrid_platforms_conductor/hpc_plugins/provisioner/proxmox/reserve_proxmox_container +9 -13
  44. data/lib/hybrid_platforms_conductor/hpc_plugins/report/confluence.rb +2 -2
  45. data/lib/hybrid_platforms_conductor/hpc_plugins/report/mediawiki.rb +28 -21
  46. data/lib/hybrid_platforms_conductor/hpc_plugins/report/stdout.rb +26 -22
  47. data/lib/hybrid_platforms_conductor/hpc_plugins/secrets_reader/cli.rb +8 -6
  48. data/lib/hybrid_platforms_conductor/hpc_plugins/secrets_reader/thycotic.rb +7 -4
  49. data/lib/hybrid_platforms_conductor/hpc_plugins/test/bitbucket_conf.rb +3 -3
  50. data/lib/hybrid_platforms_conductor/hpc_plugins/test/check_deploy_and_idempotence.rb +4 -2
  51. data/lib/hybrid_platforms_conductor/hpc_plugins/test/deploy_freshness.rb +0 -1
  52. data/lib/hybrid_platforms_conductor/hpc_plugins/test/deploy_removes_root_access.rb +21 -19
  53. data/lib/hybrid_platforms_conductor/hpc_plugins/test/divergence.rb +2 -2
  54. data/lib/hybrid_platforms_conductor/hpc_plugins/test/executables.rb +2 -2
  55. data/lib/hybrid_platforms_conductor/hpc_plugins/test/file_system.rb +19 -21
  56. data/lib/hybrid_platforms_conductor/hpc_plugins/test/file_system_hdfs.rb +19 -21
  57. data/lib/hybrid_platforms_conductor/hpc_plugins/test/github_ci.rb +2 -3
  58. data/lib/hybrid_platforms_conductor/hpc_plugins/test/idempotence.rb +2 -2
  59. data/lib/hybrid_platforms_conductor/hpc_plugins/test/ip.rb +1 -1
  60. data/lib/hybrid_platforms_conductor/hpc_plugins/test/jenkins_ci_conf.rb +21 -22
  61. data/lib/hybrid_platforms_conductor/hpc_plugins/test/jenkins_ci_masters_ok.rb +10 -12
  62. data/lib/hybrid_platforms_conductor/hpc_plugins/test/linear_strategy.rb +9 -9
  63. data/lib/hybrid_platforms_conductor/hpc_plugins/test/local_users.rb +2 -2
  64. data/lib/hybrid_platforms_conductor/hpc_plugins/test/mounts.rb +2 -2
  65. data/lib/hybrid_platforms_conductor/hpc_plugins/test/orphan_files.rb +10 -9
  66. data/lib/hybrid_platforms_conductor/hpc_plugins/test/ports.rb +2 -2
  67. data/lib/hybrid_platforms_conductor/hpc_plugins/test/private_ips.rb +5 -5
  68. data/lib/hybrid_platforms_conductor/hpc_plugins/test/public_ips.rb +5 -5
  69. data/lib/hybrid_platforms_conductor/hpc_plugins/test/spectre.rb +4 -6
  70. data/lib/hybrid_platforms_conductor/hpc_plugins/test/veids.rb +3 -3
  71. data/lib/hybrid_platforms_conductor/hpc_plugins/test/vulnerabilities.rb +25 -24
  72. data/lib/hybrid_platforms_conductor/hpc_plugins/test_report/confluence.rb +2 -2
  73. data/lib/hybrid_platforms_conductor/hpc_plugins/test_report/stdout.rb +8 -6
  74. data/lib/hybrid_platforms_conductor/io_router.rb +14 -13
  75. data/lib/hybrid_platforms_conductor/json_dumper.rb +2 -2
  76. data/lib/hybrid_platforms_conductor/log.rb +2 -2
  77. data/lib/hybrid_platforms_conductor/logger_helpers.rb +19 -16
  78. data/lib/hybrid_platforms_conductor/nodes_handler.rb +89 -71
  79. data/lib/hybrid_platforms_conductor/parallel_threads.rb +7 -11
  80. data/lib/hybrid_platforms_conductor/platform_handler.rb +7 -7
  81. data/lib/hybrid_platforms_conductor/platforms_handler.rb +5 -3
  82. data/lib/hybrid_platforms_conductor/plugin.rb +2 -2
  83. data/lib/hybrid_platforms_conductor/plugins.rb +13 -8
  84. data/lib/hybrid_platforms_conductor/provisioner.rb +4 -4
  85. data/lib/hybrid_platforms_conductor/report.rb +2 -2
  86. data/lib/hybrid_platforms_conductor/reports_handler.rb +3 -2
  87. data/lib/hybrid_platforms_conductor/secrets_reader.rb +2 -2
  88. data/lib/hybrid_platforms_conductor/services_handler.rb +32 -29
  89. data/lib/hybrid_platforms_conductor/test_only_remote_node.rb +1 -1
  90. data/lib/hybrid_platforms_conductor/test_report.rb +15 -18
  91. data/lib/hybrid_platforms_conductor/tests_runner.rb +116 -118
  92. data/lib/hybrid_platforms_conductor/thycotic.rb +28 -19
  93. data/lib/hybrid_platforms_conductor/topographer.rb +200 -190
  94. data/lib/hybrid_platforms_conductor/topographer/plugins/graphviz.rb +8 -8
  95. data/lib/hybrid_platforms_conductor/topographer/plugins/json.rb +4 -4
  96. data/lib/hybrid_platforms_conductor/version.rb +1 -1
  97. data/spec/hybrid_platforms_conductor_test.rb +6 -6
  98. data/spec/hybrid_platforms_conductor_test/api/actions_executor/actions/bash_spec.rb +16 -11
  99. data/spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb +1 -1
  100. data/spec/hybrid_platforms_conductor_test/api/actions_executor/actions/remote_bash_spec.rb +23 -18
  101. data/spec/hybrid_platforms_conductor_test/api/actions_executor/actions/ruby_spec.rb +67 -49
  102. data/spec/hybrid_platforms_conductor_test/api/actions_executor/actions/scp_spec.rb +20 -14
  103. data/spec/hybrid_platforms_conductor_test/api/actions_executor/actions_spec.rb +63 -50
  104. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connection_spec.rb +35 -35
  105. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/local/connectable_nodes_spec.rb +12 -8
  106. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/local/remote_actions_spec.rb +4 -7
  107. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/ssh/cli_options_spec.rb +21 -22
  108. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/ssh/config_dsl_spec.rb +23 -24
  109. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/ssh/connectable_nodes_spec.rb +10 -6
  110. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/ssh/connections_spec.rb +73 -54
  111. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/ssh/global_helpers_spec.rb +145 -126
  112. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/ssh/node_helpers_spec.rb +3 -3
  113. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/ssh/remote_actions_spec.rb +29 -25
  114. data/spec/hybrid_platforms_conductor_test/api/actions_executor/logging_spec.rb +106 -91
  115. data/spec/hybrid_platforms_conductor_test/api/actions_executor/parallel_spec.rb +272 -244
  116. data/spec/hybrid_platforms_conductor_test/api/actions_executor/timeout_spec.rb +10 -12
  117. data/spec/hybrid_platforms_conductor_test/api/cmd_runner_spec.rb +36 -36
  118. data/spec/hybrid_platforms_conductor_test/api/config_spec.rb +24 -22
  119. data/spec/hybrid_platforms_conductor_test/api/deployer/check_spec.rb +4 -2
  120. data/spec/hybrid_platforms_conductor_test/api/deployer/config_dsl_spec.rb +7 -11
  121. data/spec/hybrid_platforms_conductor_test/api/deployer/deploy_spec.rb +34 -26
  122. data/spec/hybrid_platforms_conductor_test/api/deployer/log_plugins/remote_fs_spec.rb +21 -21
  123. data/spec/hybrid_platforms_conductor_test/api/deployer/parse_deploy_output_spec.rb +55 -59
  124. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioner_spec.rb +36 -62
  125. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/podman_spec.rb +17 -17
  126. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/config_dsl_spec.rb +4 -4
  127. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/create_spec.rb +44 -51
  128. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/destroy_spec.rb +3 -3
  129. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/ip_spec.rb +12 -16
  130. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/reserve_proxmox_container/destroy_vm_spec.rb +31 -19
  131. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/reserve_proxmox_container/expired_containers_spec.rb +324 -266
  132. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/reserve_proxmox_container/ips_assignment_spec.rb +89 -61
  133. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/reserve_proxmox_container/other_lxc_containers_resources_spec.rb +117 -93
  134. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/reserve_proxmox_container/pve_node_resources_spec.rb +71 -54
  135. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/reserve_proxmox_container/retries_spec.rb +10 -8
  136. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/reserve_proxmox_container/vm_ids_assignment_spec.rb +80 -60
  137. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/start_spec.rb +1 -1
  138. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/state_spec.rb +1 -1
  139. data/spec/hybrid_platforms_conductor_test/api/deployer/provisioners/proxmox/stop_spec.rb +1 -1
  140. data/spec/hybrid_platforms_conductor_test/api/deployer/secrets_reader_plugins/cli_spec.rb +21 -20
  141. data/spec/hybrid_platforms_conductor_test/api/deployer/secrets_reader_plugins/thycotic_spec.rb +70 -55
  142. data/spec/hybrid_platforms_conductor_test/api/nodes_handler/cmdbs/config_spec.rb +8 -10
  143. data/spec/hybrid_platforms_conductor_test/api/nodes_handler/cmdbs/host_ip_spec.rb +33 -24
  144. data/spec/hybrid_platforms_conductor_test/api/nodes_handler/cmdbs/host_keys_spec.rb +64 -51
  145. data/spec/hybrid_platforms_conductor_test/api/nodes_handler/cmdbs/platform_handlers_spec.rb +3 -3
  146. data/spec/hybrid_platforms_conductor_test/api/nodes_handler/cmdbs_plugins_api_spec.rb +50 -51
  147. data/spec/hybrid_platforms_conductor_test/api/nodes_handler/common_spec.rb +91 -81
  148. data/spec/hybrid_platforms_conductor_test/api/nodes_handler/config_dsl_spec.rb +14 -16
  149. data/spec/hybrid_platforms_conductor_test/api/nodes_handler/git_diff_impacts_spec.rb +51 -75
  150. data/spec/hybrid_platforms_conductor_test/api/nodes_handler/nodes_selectors_spec.rb +35 -26
  151. data/spec/hybrid_platforms_conductor_test/api/nodes_handler/platform_handlers_plugins_api_spec.rb +24 -16
  152. data/spec/hybrid_platforms_conductor_test/api/nodes_handler/several_platforms_spec.rb +29 -19
  153. data/spec/hybrid_platforms_conductor_test/api/platform_handler_spec.rb +4 -4
  154. data/spec/hybrid_platforms_conductor_test/api/platform_handlers/serverless_chef/config_dsl_spec.rb +2 -2
  155. data/spec/hybrid_platforms_conductor_test/api/platform_handlers/serverless_chef/deploy_output_parsing_spec.rb +6 -6
  156. data/spec/hybrid_platforms_conductor_test/api/platform_handlers/serverless_chef/diff_impacts_spec.rb +57 -99
  157. data/spec/hybrid_platforms_conductor_test/api/platform_handlers/serverless_chef/inventory_spec.rb +4 -4
  158. data/spec/hybrid_platforms_conductor_test/api/platform_handlers/serverless_chef/packaging_spec.rb +32 -35
  159. data/spec/hybrid_platforms_conductor_test/api/platform_handlers/serverless_chef/services_deployment_spec.rb +10 -10
  160. data/spec/hybrid_platforms_conductor_test/api/platforms_handler_spec.rb +38 -27
  161. data/spec/hybrid_platforms_conductor_test/api/plugins_spec.rb +46 -52
  162. data/spec/hybrid_platforms_conductor_test/api/reports_handler_spec.rb +2 -2
  163. data/spec/hybrid_platforms_conductor_test/api/services_handler/actions_to_deploy_spec.rb +90 -58
  164. data/spec/hybrid_platforms_conductor_test/api/services_handler/deploy_allowed_spec.rb +38 -34
  165. data/spec/hybrid_platforms_conductor_test/api/services_handler/log_info_spec.rb +11 -9
  166. data/spec/hybrid_platforms_conductor_test/api/services_handler/package_spec.rb +193 -171
  167. data/spec/hybrid_platforms_conductor_test/api/services_handler/parse_deploy_output_spec.rb +66 -54
  168. data/spec/hybrid_platforms_conductor_test/api/services_handler/prepare_for_deploy_spec.rb +147 -133
  169. data/spec/hybrid_platforms_conductor_test/api/tests_runner/common_spec.rb +69 -49
  170. data/spec/hybrid_platforms_conductor_test/api/tests_runner/global_spec.rb +4 -3
  171. data/spec/hybrid_platforms_conductor_test/api/tests_runner/node_check_spec.rb +8 -5
  172. data/spec/hybrid_platforms_conductor_test/api/tests_runner/node_spec.rb +8 -5
  173. data/spec/hybrid_platforms_conductor_test/api/tests_runner/node_ssh_spec.rb +30 -27
  174. data/spec/hybrid_platforms_conductor_test/api/tests_runner/platform_spec.rb +12 -9
  175. data/spec/hybrid_platforms_conductor_test/api/tests_runner/reports_spec.rb +48 -47
  176. data/spec/hybrid_platforms_conductor_test/api/tests_runner/test_plugins/bitbucket_conf_spec.rb +5 -5
  177. data/spec/hybrid_platforms_conductor_test/api/tests_runner/test_plugins/github_ci_spec.rb +5 -5
  178. data/spec/hybrid_platforms_conductor_test/api/tests_runner/test_reports_plugins/confluence_spec.rb +5 -5
  179. data/spec/hybrid_platforms_conductor_test/cmdb_plugins/test_cmdb.rb +9 -9
  180. data/spec/hybrid_platforms_conductor_test/cmdb_plugins/{test_cmdb2.rb → test_cmdb_2.rb} +6 -6
  181. data/spec/hybrid_platforms_conductor_test/cmdb_plugins/test_cmdb_others.rb +3 -3
  182. data/spec/hybrid_platforms_conductor_test/cmdb_plugins/{test_cmdb_others2.rb → test_cmdb_others_2.rb} +2 -2
  183. data/spec/hybrid_platforms_conductor_test/docs_spec.rb +1 -1
  184. data/spec/hybrid_platforms_conductor_test/executables/{check-node_spec.rb → check_node_spec.rb} +4 -6
  185. data/spec/hybrid_platforms_conductor_test/executables/deploy_spec.rb +4 -6
  186. data/spec/hybrid_platforms_conductor_test/executables/get_impacted_nodes_spec.rb +76 -77
  187. data/spec/hybrid_platforms_conductor_test/executables/last_deploys_spec.rb +13 -15
  188. data/spec/hybrid_platforms_conductor_test/executables/nodes_to_deploy_spec.rb +289 -307
  189. data/spec/hybrid_platforms_conductor_test/executables/options/actions_executor_spec.rb +4 -6
  190. data/spec/hybrid_platforms_conductor_test/executables/options/cmd_runner_spec.rb +3 -5
  191. data/spec/hybrid_platforms_conductor_test/executables/options/common_spec.rb +8 -9
  192. data/spec/hybrid_platforms_conductor_test/executables/options/deployer_spec.rb +12 -14
  193. data/spec/hybrid_platforms_conductor_test/executables/options/nodes_handler_spec.rb +9 -10
  194. data/spec/hybrid_platforms_conductor_test/executables/options/nodes_selectors_spec.rb +9 -10
  195. data/spec/hybrid_platforms_conductor_test/executables/options/reports_handler_spec.rb +1 -1
  196. data/spec/hybrid_platforms_conductor_test/executables/options/tests_runner_spec.rb +22 -22
  197. data/spec/hybrid_platforms_conductor_test/executables/report_spec.rb +22 -16
  198. data/spec/hybrid_platforms_conductor_test/executables/run_spec.rb +32 -32
  199. data/spec/hybrid_platforms_conductor_test/executables/ssh_config_spec.rb +7 -9
  200. data/spec/hybrid_platforms_conductor_test/executables/test_spec.rb +3 -5
  201. data/spec/hybrid_platforms_conductor_test/helpers/actions_executor_helpers.rb +2 -2
  202. data/spec/hybrid_platforms_conductor_test/helpers/cmd_runner_helpers.rb +4 -3
  203. data/spec/hybrid_platforms_conductor_test/helpers/cmdb_helpers.rb +2 -2
  204. data/spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb +1 -1
  205. data/spec/hybrid_platforms_conductor_test/helpers/connector_ssh_helpers.rb +12 -13
  206. data/spec/hybrid_platforms_conductor_test/helpers/deployer_helpers.rb +216 -14
  207. data/spec/hybrid_platforms_conductor_test/helpers/executables_helpers.rb +11 -11
  208. data/spec/hybrid_platforms_conductor_test/helpers/nodes_handler_helpers.rb +1 -1
  209. data/spec/hybrid_platforms_conductor_test/helpers/platforms_handler_helpers.rb +39 -28
  210. data/spec/hybrid_platforms_conductor_test/helpers/plugins_helpers.rb +1 -1
  211. data/spec/hybrid_platforms_conductor_test/helpers/provisioner_proxmox_helpers.rb +86 -111
  212. data/spec/hybrid_platforms_conductor_test/helpers/reports_handler_helpers.rb +1 -1
  213. data/spec/hybrid_platforms_conductor_test/helpers/serverless_chef_helpers.rb +3 -3
  214. data/spec/hybrid_platforms_conductor_test/helpers/services_handler_helpers.rb +1 -1
  215. data/spec/hybrid_platforms_conductor_test/helpers/tests_runner_helpers.rb +1 -1
  216. data/spec/hybrid_platforms_conductor_test/mocked_lib/my_test_gem/hpc_plugins/test_plugin_type/{test_plugin_id1.rb → test_plugin_id_1.rb} +0 -0
  217. data/spec/hybrid_platforms_conductor_test/mocked_lib/my_test_gem/hpc_plugins/test_plugin_type/{test_plugin_id2.rb → test_plugin_id_2.rb} +0 -0
  218. data/spec/hybrid_platforms_conductor_test/mocked_lib/my_test_gem2/sub_dir/hpc_plugins/test_plugin_type/{test_plugin_id3.rb → test_plugin_id_3.rb} +0 -0
  219. data/spec/hybrid_platforms_conductor_test/mocked_lib/my_test_gem2/sub_dir/hpc_plugins/{test_plugin_type2/test_plugin_id4.rb → test_plugin_type_2/test_plugin_id_4.rb} +0 -0
  220. data/spec/hybrid_platforms_conductor_test/platform_handler_plugins/test.rb +1 -1
  221. data/spec/hybrid_platforms_conductor_test/platform_handler_plugins/{test2.rb → test_2.rb} +0 -0
  222. data/spec/hybrid_platforms_conductor_test/rubocop_spec.rb +31 -0
  223. data/spec/hybrid_platforms_conductor_test/serverless_chef_repositories/1_node/nodes/node.json +3 -3
  224. data/spec/hybrid_platforms_conductor_test/serverless_chef_repositories/data_bags/nodes/node.json +3 -3
  225. data/spec/hybrid_platforms_conductor_test/serverless_chef_repositories/recipes/cookbooks/test_cookbook_2/libraries/default.rb +1 -0
  226. data/spec/hybrid_platforms_conductor_test/serverless_chef_repositories/several_cookbooks/other_cookbooks/test_cookbook_2/libraries/default.rb +1 -0
  227. data/spec/hybrid_platforms_conductor_test/shared_examples/deployer.rb +952 -0
  228. data/spec/hybrid_platforms_conductor_test/test_connector.rb +3 -3
  229. data/spec/hybrid_platforms_conductor_test/test_log_no_read_plugin.rb +3 -1
  230. data/spec/hybrid_platforms_conductor_test/test_log_plugin.rb +3 -1
  231. data/spec/hybrid_platforms_conductor_test/test_plugins/global.rb +1 -0
  232. data/spec/hybrid_platforms_conductor_test/test_plugins/node.rb +1 -0
  233. data/spec/hybrid_platforms_conductor_test/test_plugins/node_check.rb +1 -0
  234. data/spec/hybrid_platforms_conductor_test/test_plugins/platform.rb +1 -0
  235. data/spec/hybrid_platforms_conductor_test/test_plugins/several_checks.rb +2 -2
  236. data/spec/hybrid_platforms_conductor_test/test_secrets_reader_plugin.rb +4 -4
  237. data/spec/hybrid_platforms_conductor_test/tests_report_plugin.rb +5 -6
  238. data/spec/spec_helper.rb +17 -18
  239. data/tools/check_md +16 -20
  240. data/tools/generate_mermaid +1 -1
  241. metadata +43 -13
  242. data/spec/hybrid_platforms_conductor_test/helpers/deployer_test_helpers.rb +0 -1152
@@ -3,18 +3,16 @@ describe 'executables\' Actions Executor options' do
3
3
  # Setup a platform for tests
4
4
  #
5
5
  # Parameters::
6
- # * Proc: Code called when the platform is setup
6
+ # * *block* (Proc): Code called when the platform is setup
7
7
  # * Parameters::
8
8
  # * *repository* (String): Platform's repository
9
- def with_test_platform_for_actions_executor_options
10
- with_test_platform({ nodes: { 'node' => {} } }) do |repository|
11
- yield repository
12
- end
9
+ def with_test_platform_for_actions_executor_options(&block)
10
+ with_test_platform({ nodes: { 'node' => {} } }, &block)
13
11
  end
14
12
 
15
13
  it 'drives the maximum number of threads' do
16
14
  with_test_platform_for_actions_executor_options do
17
- expect_actions_executor_runs([proc do |actions, timeout: nil, concurrent: false, log_to_dir: 'run_logs', log_to_stdout: true|
15
+ expect_actions_executor_runs([proc do
18
16
  expect(test_actions_executor.max_threads).to eq 5
19
17
  {}
20
18
  end])
@@ -3,13 +3,11 @@ describe 'executables\' Cmd Runner options' do
3
3
  # Setup a platform for tests
4
4
  #
5
5
  # Parameters::
6
- # * Proc: Code called when the platform is setup
6
+ # * *block* (Proc): Code called when the platform is setup
7
7
  # * Parameters::
8
8
  # * *repository* (String): Platform's repository
9
- def with_test_platform_for_cmd_runner_options
10
- with_test_platform({ nodes: { 'node' => {} } }) do |repository|
11
- yield repository
12
- end
9
+ def with_test_platform_for_cmd_runner_options(&block)
10
+ with_test_platform({ nodes: { 'node' => {} } }, &block)
13
11
  end
14
12
 
15
13
  it 'displays commands instead of running them' do
@@ -3,20 +3,19 @@ describe 'executables\' common options' do
3
3
  # Setup a platform for tests
4
4
  #
5
5
  # Parameters::
6
- # * Proc: Code called when the platform is setup
6
+ # * *block* (Proc): Code called when the platform is setup
7
7
  # * Parameters::
8
8
  # * *repository* (String): Platform's repository
9
- def with_test_platform_for_common_options
9
+ def with_test_platform_for_common_options(&block)
10
10
  with_test_platform(
11
11
  {
12
12
  nodes: { 'node1' => { meta: { host_ip: '192.168.42.42' }, services: ['node1_service'] } },
13
13
  deployable_services: %w[node1_service]
14
14
  },
15
- true,
16
- 'send_logs_to :test_log'
17
- ) do |repository|
18
- yield repository
19
- end
15
+ as_git: true,
16
+ additional_config: 'send_logs_to :test_log',
17
+ &block
18
+ )
20
19
  end
21
20
 
22
21
  # List of executables for which we test the common options, along with options to try that should do nothing
@@ -42,14 +41,14 @@ describe 'executables\' common options' do
42
41
  with_test_platform_for_common_options do
43
42
  exit_code, stdout, stderr = run executable, '--help'
44
43
  expect(exit_code).to eq 0
45
- expect(stdout).to match /Usage: .*#{executable}/
44
+ expect(stdout).to match(/Usage: .*#{Regexp.escape(executable)}/)
46
45
  expect(stderr).to eq ''
47
46
  end
48
47
  end
49
48
 
50
49
  it 'accepts the debug mode switch' do
51
50
  with_test_platform_for_common_options do
52
- exit_code, stdout, stderr = run executable, *(['--debug'] + default_options)
51
+ exit_code, _stdout, stderr = run executable, *(['--debug'] + default_options)
53
52
  expect(exit_code).to eq 0
54
53
  # Make sure to ignore the deployment markers from stderr.
55
54
  expect(stderr.gsub("===== [ node1 / node1_service ] - HPC Service Check ===== Begin\n===== [ node1 / node1_service ] - HPC Service Check ===== End\n", '')).to eq ''
@@ -3,64 +3,62 @@ describe 'executables\' Deployer options' do
3
3
  # Setup a platform for tests
4
4
  #
5
5
  # Parameters::
6
- # * Proc: Code called when the platform is setup
6
+ # * *block* (Proc): Code called when the platform is setup
7
7
  # * Parameters::
8
8
  # * *repository* (String): Platform's repository
9
- def with_test_platform_for_deployer_options
10
- with_test_platform({ nodes: { 'node' => {} } }) do |repository|
11
- yield repository
12
- end
9
+ def with_test_platform_for_deployer_options(&block)
10
+ with_test_platform({ nodes: { 'node' => {} } }, &block)
13
11
  end
14
12
 
15
13
  it 'uses parallel mode' do
16
- with_test_platform_for_deployer_options do |repository|
14
+ with_test_platform_for_deployer_options do
17
15
  expect(test_deployer).to receive(:deploy_on).with(['node']) do
18
16
  expect(test_deployer.concurrent_execution).to eq true
19
17
  {}
20
18
  end
21
- exit_code, stdout, stderr = run 'deploy', '--node', 'node', '--parallel'
19
+ exit_code, _stdout, stderr = run 'deploy', '--node', 'node', '--parallel'
22
20
  expect(exit_code).to eq 0
23
21
  expect(stderr).to eq ''
24
22
  end
25
23
  end
26
24
 
27
25
  it 'uses why-run' do
28
- with_test_platform_for_deployer_options do |repository|
26
+ with_test_platform_for_deployer_options do
29
27
  expect(test_deployer).to receive(:deploy_on).with(['node']) do
30
28
  expect(test_deployer.use_why_run).to eq true
31
29
  {}
32
30
  end
33
- exit_code, stdout, stderr = run 'deploy', '--node', 'node', '--why-run'
31
+ exit_code, _stdout, stderr = run 'deploy', '--node', 'node', '--why-run'
34
32
  expect(exit_code).to eq 0
35
33
  expect(stderr).to eq ''
36
34
  end
37
35
  end
38
36
 
39
37
  it 'uses timeout with why-run' do
40
- with_test_platform_for_deployer_options do |repository|
38
+ with_test_platform_for_deployer_options do
41
39
  expect(test_deployer).to receive(:deploy_on).with(['node']) do
42
40
  expect(test_deployer.timeout).to eq 5
43
41
  {}
44
42
  end
45
- exit_code, stdout, stderr = run 'deploy', '--node', 'node', '--why-run', '--timeout', '5'
43
+ exit_code, _stdout, stderr = run 'deploy', '--node', 'node', '--why-run', '--timeout', '5'
46
44
  expect(exit_code).to eq 0
47
45
  expect(stderr).to eq ''
48
46
  end
49
47
  end
50
48
 
51
49
  it 'fails to use timeout without why-run' do
52
- with_test_platform_for_deployer_options do |repository|
50
+ with_test_platform_for_deployer_options do
53
51
  expect { run 'deploy', '--node', 'node', '--timeout', '5' }.to raise_error(RuntimeError, 'Can\'t have a timeout unless why-run mode. Please don\'t use --timeout without --why-run.')
54
52
  end
55
53
  end
56
54
 
57
55
  it 'uses retries on errors' do
58
- with_test_platform_for_deployer_options do |repository|
56
+ with_test_platform_for_deployer_options do
59
57
  expect(test_deployer).to receive(:deploy_on).with(['node']) do
60
58
  expect(test_deployer.nbr_retries_on_error).to eq 42
61
59
  {}
62
60
  end
63
- exit_code, stdout, stderr = run 'deploy', '--node', 'node', '--retries-on-error', '42'
61
+ exit_code, _stdout, stderr = run 'deploy', '--node', 'node', '--retries-on-error', '42'
64
62
  expect(exit_code).to eq 0
65
63
  expect(stderr).to eq ''
66
64
  end
@@ -3,10 +3,10 @@ describe 'executables\' Nodes Handler options' do
3
3
  # Setup a platform for tests
4
4
  #
5
5
  # Parameters::
6
- # * Proc: Code called when the platform is setup
6
+ # * *block* (Proc): Code called when the platform is setup
7
7
  # * Parameters::
8
8
  # * *repository* (String): Platform's repository
9
- def with_test_platform_for_nodes_handler_options
9
+ def with_test_platform_for_nodes_handler_options(&block)
10
10
  with_test_platforms(
11
11
  {
12
12
  'platform_1' => {
@@ -41,13 +41,13 @@ describe 'executables\' Nodes Handler options' do
41
41
  }
42
42
  }
43
43
  },
44
- nodes_lists: { 'my_list' => ['node11', 'node13'] }
44
+ nodes_lists: { 'my_list' => %w[node11 node13] }
45
45
  },
46
46
  'platform_2' => {
47
47
  nodes: {
48
48
  'node21' => {
49
49
  meta: { host_ip: '192.168.42.21' },
50
- services: ['service2', 'service3']
50
+ services: %w[service2 service3]
51
51
  },
52
52
  'node22' => {
53
53
  meta: { host_ip: '192.168.42.22' },
@@ -55,10 +55,9 @@ describe 'executables\' Nodes Handler options' do
55
55
  }
56
56
  }
57
57
  }
58
- }
59
- ) do |repository|
60
- yield repository
61
- end
58
+ },
59
+ &block
60
+ )
62
61
  end
63
62
 
64
63
  it 'displays info about nodes' do
@@ -69,7 +68,7 @@ describe 'executables\' Nodes Handler options' do
69
68
  ] do
70
69
  exit_code, stdout, stderr = run 'run', '--show-nodes'
71
70
  expect(exit_code).to eq 0
72
- expect(stdout).to eq <<~EOS
71
+ expect(stdout).to eq <<~EO_STDOUT
73
72
  * Known platforms:
74
73
  platform_1 - Type: test - Location: /tmp/hpc_test/platform_1
75
74
  platform_2 - Type: test - Location: /tmp/hpc_test/platform_2
@@ -102,7 +101,7 @@ describe 'executables\' Nodes Handler options' do
102
101
  node21 (192.168.42.21) - service2, service3 -
103
102
  node22 (192.168.42.22) - service1 -
104
103
 
105
- EOS
104
+ EO_STDOUT
106
105
  expect(stderr).to eq ''
107
106
  end
108
107
  end
@@ -3,19 +3,19 @@ describe 'executables\' nodes selection options' do
3
3
  # Setup a platform for tests
4
4
  #
5
5
  # Parameters::
6
- # * Proc: Code called when the platform is setup
6
+ # * *block* (Proc): Code called when the platform is setup
7
7
  # * Parameters::
8
8
  # * *repository* (String): Platform's repository
9
- def with_test_platform_for_nodes_selector_options
9
+ def with_test_platform_for_nodes_selector_options(&block)
10
10
  with_test_platforms(
11
11
  {
12
12
  'platform_1' => {
13
13
  nodes: {
14
14
  'node11' => { services: ['service1'] },
15
- 'node12' => { services: ['service3', 'service1'] },
15
+ 'node12' => { services: %w[service3 service1] },
16
16
  'node13' => { services: ['service2'] }
17
17
  },
18
- nodes_lists: { 'my_list' => ['node11', 'node13'] }
18
+ nodes_lists: { 'my_list' => %w[node11 node13] }
19
19
  },
20
20
  'platform_2' => {
21
21
  nodes: {
@@ -23,10 +23,9 @@ describe 'executables\' nodes selection options' do
23
23
  'node22' => { services: ['service1'] }
24
24
  }
25
25
  }
26
- }
27
- ) do |repository|
28
- yield repository
29
- end
26
+ },
27
+ &block
28
+ )
30
29
  end
31
30
 
32
31
  # Enumerate all command-line selectors to test, and the corresponding nodes list
@@ -59,8 +58,8 @@ describe 'executables\' nodes selection options' do
59
58
 
60
59
  it "resolves '#{args.join(' ')}' into #{expected_nodes.join(', ')}" do
61
60
  with_test_platform_for_nodes_selector_options do
62
- expect(test_deployer).to receive(:deploy_on).with(expected_nodes) { {} }
63
- exit_code, stdout, stderr = run 'deploy', *args
61
+ expect(test_deployer).to receive(:deploy_on).with(expected_nodes).and_return({})
62
+ exit_code, _stdout, stderr = run 'deploy', *args
64
63
  expect(exit_code).to eq 0
65
64
  expect(stderr).to eq ''
66
65
  end
@@ -7,7 +7,7 @@ describe 'executables\' Reports Handler options' do
7
7
  # * Parameters::
8
8
  # * *repository* (String): Platform's repository
9
9
  def with_test_platform_for_reports_handler_options
10
- with_test_platform do |repository|
10
+ with_test_platform({}) do |repository|
11
11
  register_report_plugins(test_reports_handler, report_format: HybridPlatformsConductorTest::ReportPlugin)
12
12
  yield repository
13
13
  end
@@ -1,7 +1,7 @@
1
1
  describe 'executables\' Tests Runner options' do
2
2
 
3
3
  it 'specifies a given test to execute' do
4
- with_test_platform do
4
+ with_test_platform({}) do
5
5
  expect(test_tests_runner).to receive(:run_tests).with([]) do
6
6
  expect(test_tests_runner.tests.sort).to eq %i[my_test]
7
7
  0
@@ -14,12 +14,12 @@ describe 'executables\' Tests Runner options' do
14
14
  end
15
15
 
16
16
  it 'specifies several tests to execute' do
17
- with_test_platform do
17
+ with_test_platform({}) do
18
18
  expect(test_tests_runner).to receive(:run_tests).with([]) do
19
- expect(test_tests_runner.tests.sort).to eq %i[my_test1 my_test2]
19
+ expect(test_tests_runner.tests.sort).to eq %i[my_test_1 my_test_2]
20
20
  0
21
21
  end
22
- exit_code, stdout, stderr = run 'test', '--test', 'my_test1', '--test', 'my_test2'
22
+ exit_code, stdout, stderr = run 'test', '--test', 'my_test_1', '--test', 'my_test_2'
23
23
  expect(exit_code).to eq 0
24
24
  expect(stdout).to eq ''
25
25
  expect(stderr).to eq ''
@@ -27,11 +27,11 @@ describe 'executables\' Tests Runner options' do
27
27
  end
28
28
 
29
29
  it 'specifies a tests file to execute' do
30
- with_test_platform do |repository|
30
+ with_test_platform({}) do |repository|
31
31
  tests_file = "#{repository}/my_tests.txt"
32
- File.write(tests_file, "my_test1\n# Comment to ignore\nmy_test2\n")
32
+ File.write(tests_file, "my_test_1\n# Comment to ignore\nmy_test_2\n")
33
33
  expect(test_tests_runner).to receive(:run_tests).with([]) do
34
- expect(test_tests_runner.tests.sort).to eq %i[my_test1 my_test2]
34
+ expect(test_tests_runner.tests.sort).to eq %i[my_test_1 my_test_2]
35
35
  0
36
36
  end
37
37
  exit_code, stdout, stderr = run 'test', '--tests-list', tests_file
@@ -42,16 +42,16 @@ describe 'executables\' Tests Runner options' do
42
42
  end
43
43
 
44
44
  it 'specifies a mix of tests files and test names to execute' do
45
- with_test_platform do |repository|
46
- tests_file1 = "#{repository}/my_tests1.txt"
47
- File.write(tests_file1, "my_test1\n# Comment to ignore\nmy_test2\n")
48
- tests_file2 = "#{repository}/my_tests2.txt"
49
- File.write(tests_file2, "my_test4\n# Comment to ignore\nmy_test5\n")
45
+ with_test_platform({}) do |repository|
46
+ tests_file_1 = "#{repository}/my_tests1.txt"
47
+ File.write(tests_file_1, "my_test_1\n# Comment to ignore\nmy_test_2\n")
48
+ tests_file_2 = "#{repository}/my_tests2.txt"
49
+ File.write(tests_file_2, "my_test_4\n# Comment to ignore\nmy_test_5\n")
50
50
  expect(test_tests_runner).to receive(:run_tests).with([]) do
51
- expect(test_tests_runner.tests.sort).to eq %i[my_test1 my_test2 my_test3 my_test4 my_test5 my_test6]
51
+ expect(test_tests_runner.tests.sort).to eq %i[my_test_1 my_test_2 my_test_3 my_test_4 my_test_5 my_test_6]
52
52
  0
53
53
  end
54
- exit_code, stdout, stderr = run 'test', '--tests-list', tests_file1, '--test', 'my_test3', '--tests-list', tests_file2, '--test', 'my_test6'
54
+ exit_code, stdout, stderr = run 'test', '--tests-list', tests_file_1, '--test', 'my_test_3', '--tests-list', tests_file_2, '--test', 'my_test_6'
55
55
  expect(exit_code).to eq 0
56
56
  expect(stdout).to eq ''
57
57
  expect(stderr).to eq ''
@@ -59,7 +59,7 @@ describe 'executables\' Tests Runner options' do
59
59
  end
60
60
 
61
61
  it 'uses current run_logs instead of executing new check-nodes' do
62
- with_test_platform do
62
+ with_test_platform({}) do
63
63
  expect(test_tests_runner).to receive(:run_tests).with([]) do
64
64
  expect(test_tests_runner.skip_run).to eq true
65
65
  0
@@ -72,7 +72,7 @@ describe 'executables\' Tests Runner options' do
72
72
  end
73
73
 
74
74
  it 'reports into a given format' do
75
- with_test_platform do
75
+ with_test_platform({}) do
76
76
  expect(test_tests_runner).to receive(:run_tests).with([]) do
77
77
  expect(test_tests_runner.reports).to eq %i[my_report]
78
78
  0
@@ -85,12 +85,12 @@ describe 'executables\' Tests Runner options' do
85
85
  end
86
86
 
87
87
  it 'reports into several formats' do
88
- with_test_platform do
88
+ with_test_platform({}) do
89
89
  expect(test_tests_runner).to receive(:run_tests).with([]) do
90
- expect(test_tests_runner.reports.sort).to eq %i[my_report1 my_report2].sort
90
+ expect(test_tests_runner.reports.sort).to eq %i[my_report_1 my_report_2].sort
91
91
  0
92
92
  end
93
- exit_code, stdout, stderr = run 'test', '--report', 'my_report1', '--report', 'my_report2'
93
+ exit_code, stdout, stderr = run 'test', '--report', 'my_report_1', '--report', 'my_report_2'
94
94
  expect(exit_code).to eq 0
95
95
  expect(stdout).to eq ''
96
96
  expect(stderr).to eq ''
@@ -98,7 +98,7 @@ describe 'executables\' Tests Runner options' do
98
98
  end
99
99
 
100
100
  it 'specifies the number of max threads for connections to nodes' do
101
- with_test_platform do
101
+ with_test_platform({}) do
102
102
  expect(test_tests_runner).to receive(:run_tests).with([]) do
103
103
  expect(test_tests_runner.max_threads_connection_on_nodes).to eq 43
104
104
  0
@@ -111,7 +111,7 @@ describe 'executables\' Tests Runner options' do
111
111
  end
112
112
 
113
113
  it 'specifies the number of max threads for node tests' do
114
- with_test_platform do
114
+ with_test_platform({}) do
115
115
  expect(test_tests_runner).to receive(:run_tests).with([]) do
116
116
  expect(test_tests_runner.max_threads_nodes).to eq 43
117
117
  0
@@ -124,7 +124,7 @@ describe 'executables\' Tests Runner options' do
124
124
  end
125
125
 
126
126
  it 'specifies the number of max threads for platform tests' do
127
- with_test_platform do
127
+ with_test_platform({}) do
128
128
  expect(test_tests_runner).to receive(:run_tests).with([]) do
129
129
  expect(test_tests_runner.max_threads_platforms).to eq 43
130
130
  0
@@ -1,57 +1,63 @@
1
1
  describe 'report executable' do
2
2
 
3
3
  it 'reports by default on all nodes' do
4
- with_test_platform(nodes: { 'node1' => { services: ['node1_service'] }, 'node2' => { services: ['node2_service'] } }) do
4
+ with_test_platform({ nodes: { 'node1' => { services: ['node1_service'] }, 'node2' => { services: ['node2_service'] } } }) do
5
5
  exit_code, stdout, stderr = run 'report'
6
6
  expect(exit_code).to eq 0
7
- expect(stdout).to eq <<~EOS
7
+ expect(stdout).to eq <<~EO_STDOUT
8
8
  +-------+----------+-----------+----+-----------+----+-------------+---------------+
9
9
  | Node | Platform | Host name | IP | Physical? | OS | Description | Services |
10
10
  +-------+----------+-----------+----+-----------+----+-------------+---------------+
11
11
  | node1 | platform | | | No | | | node1_service |
12
12
  | node2 | platform | | | No | | | node2_service |
13
13
  +-------+----------+-----------+----+-----------+----+-------------+---------------+
14
- EOS
14
+ EO_STDOUT
15
15
  expect(stderr).to eq ''
16
16
  end
17
17
  end
18
18
 
19
19
  it 'reports on given nodes only' do
20
- with_test_platform(nodes: { 'node1' => { services: ['node1_service'] }, 'node2' => { services: ['node2_service'] } }) do
20
+ with_test_platform({ nodes: { 'node1' => { services: ['node1_service'] }, 'node2' => { services: ['node2_service'] } } }) do
21
21
  exit_code, stdout, stderr = run 'report', '--node', 'node2'
22
22
  expect(exit_code).to eq 0
23
- expect(stdout).to eq <<~EOS
23
+ expect(stdout).to eq <<~EO_STDOUT
24
24
  +-------+----------+-----------+----+-----------+----+-------------+---------------+
25
25
  | Node | Platform | Host name | IP | Physical? | OS | Description | Services |
26
26
  +-------+----------+-----------+----+-----------+----+-------------+---------------+
27
27
  | node2 | platform | | | No | | | node2_service |
28
28
  +-------+----------+-----------+----+-----------+----+-------------+---------------+
29
- EOS
29
+ EO_STDOUT
30
30
  expect(stderr).to eq ''
31
31
  end
32
32
  end
33
33
 
34
34
  it 'reports info from metadata' do
35
- with_test_platform(nodes: { 'node' => {
36
- meta: {
37
- hostname: 'node.domain.com',
38
- image: 'debian_10',
39
- description: 'A great server'
40
- },
41
- services: ['node_service1', 'node_service2']
42
- } }) do
35
+ with_test_platform(
36
+ {
37
+ nodes: {
38
+ 'node' => {
39
+ meta: {
40
+ hostname: 'node.domain.com',
41
+ image: 'debian_10',
42
+ description: 'A great server'
43
+ },
44
+ services: %w[node_service1 node_service2]
45
+ }
46
+ }
47
+ }
48
+ ) do
43
49
  with_cmd_runner_mocked [
44
50
  ['getent hosts node.domain.com', proc { [0, '192.168.0.1 node.domain.com', ''] }]
45
51
  ] do
46
52
  exit_code, stdout, stderr = run 'report', '--node', 'node'
47
53
  expect(exit_code).to eq 0
48
- expect(stdout).to eq <<~EOS
54
+ expect(stdout).to eq <<~EO_STDOUT
49
55
  +------+----------+-----------------+-------------+-----------+-----------+----------------+------------------------------+
50
56
  | Node | Platform | Host name | IP | Physical? | OS | Description | Services |
51
57
  +------+----------+-----------------+-------------+-----------+-----------+----------------+------------------------------+
52
58
  | node | platform | node.domain.com | 192.168.0.1 | No | debian_10 | A great server | node_service1, node_service2 |
53
59
  +------+----------+-----------------+-------------+-----------+-----------+----------------+------------------------------+
54
- EOS
60
+ EO_STDOUT
55
61
  expect(stderr).to eq ''
56
62
  end
57
63
  end