Sha256: 802059cd12f21335f8652ae17cec34a90a20432e933b3267a6170a82ff2fe84c
Contents?: true
Size: 557 Bytes
Versions: 30
Compression:
Stored size: 557 Bytes
Contents
describe HybridPlatformsConductor::ActionsExecutor do context 'when 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
30 entries across 30 versions & 1 rubygems