Sha256: 433558622123cd133c565660a011c6e346d6f3bceb9ad00429184a6ba9bfdce5

Contents?: true

Size: 553 Bytes

Versions: 1

Compression:

Stored size: 553 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

1 entries across 1 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-33.0.1 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb