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

Version Path
hybrid_platforms_conductor-33.9.5 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.9.4 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.9.2 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.9.1 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.9.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.8.4 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.8.3 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.8.2 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.8.1 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.8.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.7.4 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.7.3 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.7.2 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.7.1 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.7.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.6.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.5.1 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.5.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.4.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-33.3.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb