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

Version Path
hybrid_platforms_conductor-33.0.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.18.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.17.1 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.17.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.16.4 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.16.3 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.16.2 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.16.1 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.16.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.15.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.14.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.13.4 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.13.3 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.13.2 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.13.1 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.13.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.12.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.11.2 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.11.1 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb
hybrid_platforms_conductor-32.11.0 spec/hybrid_platforms_conductor_test/api/actions_executor/actions/interactive_spec.rb