Sha256: 5dad7a95106535596660f3bb668c25e88efd77e19697b018707bb0d2f14df21f
Contents?: true
Size: 548 Bytes
Versions: 36
Compression:
Stored size: 548 Bytes
Contents
describe HybridPlatformsConductor::ActionsExecutor do context 'checking actions\' plugin interactive' do it 'executes remote interactive session' do with_test_platform_for_action_plugins do test_actions_executor.execute_actions('node' => { interactive: true }) expect(test_actions_executor.connector(:test_connector).calls).to eq [ [:connectable_nodes_from, ['node']], [:with_connection_to, ['node'], { no_exception: true }], [:remote_interactive] ] end end end end
Version data entries
36 entries across 36 versions & 1 rubygems