summaryrefslogtreecommitdiff
path: root/Net/SSH/Test/Channel.html
blob: 70ad4315e0be77aca3dad0bbd6395a270cd8d6f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
<!DOCTYPE html>

<html>
<head>
<meta charset="UTF-8">

<title>class Net::SSH::Test::Channel - net-ssh 6.0.0.beta1</title>

<script type="text/javascript">
  var rdoc_rel_prefix = "../../../";
  var index_rel_prefix = "../../../";
</script>

<script src="../../../js/jquery.js"></script>
<script src="../../../js/darkfish.js"></script>

<link href="../../../css/fonts.css" rel="stylesheet">
<link href="../../../css/rdoc.css" rel="stylesheet">



<body id="top" role="document" class="class">
<nav role="navigation">
  <div id="project-navigation">
    <div id="home-section" role="region" title="Quick navigation" class="nav-section">
  <h2>
    <a href="../../../index.html" rel="home">Home</a>
  </h2>

  <div id="table-of-contents-navigation">
    <a href="../../../table_of_contents.html#pages">Pages</a>
    <a href="../../../table_of_contents.html#classes">Classes</a>
    <a href="../../../table_of_contents.html#methods">Methods</a>
  </div>
</div>

    <div id="search-section" role="search" class="project-section initially-hidden">
  <form action="#" method="get" accept-charset="utf-8">
    <div id="search-field-wrapper">
      <input id="search-field" role="combobox" aria-label="Search"
             aria-autocomplete="list" aria-controls="search-results"
             type="text" name="search" placeholder="Search" spellcheck="false"
             title="Type to search, Up and Down to navigate, Enter to load">
    </div>

    <ul id="search-results" aria-label="Search Results"
        aria-busy="false" aria-expanded="false"
        aria-atomic="false" class="initially-hidden"></ul>
  </form>
</div>

  </div>

  

  <div id="class-metadata">
    
    <div id="parent-class-section" class="nav-section">
  <h3>Parent</h3>

  
  <p class="link">Object
  
</div>

    
    
    <!-- Method Quickref -->
<div id="method-list-section" class="nav-section">
  <h3>Methods</h3>

  <ul class="link-list" role="directory">
    
    <li ><a href="#method-c-new">::new</a>
    
    <li ><a href="#method-i-gets_close">#gets_close</a>
    
    <li ><a href="#method-i-gets_data">#gets_data</a>
    
    <li ><a href="#method-i-gets_eof">#gets_eof</a>
    
    <li ><a href="#method-i-gets_exit_status">#gets_exit_status</a>
    
    <li ><a href="#method-i-gets_extended_data">#gets_extended_data</a>
    
    <li ><a href="#method-i-inject_remote_delay-21">#inject_remote_delay!</a>
    
    <li ><a href="#method-i-local_id">#local_id</a>
    
    <li ><a href="#method-i-remote_id">#remote_id</a>
    
    <li ><a href="#method-i-sends_close">#sends_close</a>
    
    <li ><a href="#method-i-sends_data">#sends_data</a>
    
    <li ><a href="#method-i-sends_eof">#sends_eof</a>
    
    <li ><a href="#method-i-sends_exec">#sends_exec</a>
    
    <li ><a href="#method-i-sends_request_pty">#sends_request_pty</a>
    
    <li ><a href="#method-i-sends_subsystem">#sends_subsystem</a>
    
  </ul>
</div>

  </div>
</nav>

<main role="main" aria-labelledby="class-Net::SSH::Test::Channel">
  <h1 id="class-Net::SSH::Test::Channel" class="class">
    class Net::SSH::Test::Channel
  </h1>

  <section class="description">
    
<p>A mock channel, used for scripting actions in tests. It wraps a <a
href="Script.html">Net::SSH::Test::Script</a> instance, and delegates to it
for the most part. This class has little real functionality on its own, but
rather acts as a convenience for scripting channel-related activity for
later comparison in a unit test.</p>

<pre class="ruby"><span class="ruby-identifier">story</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">session</span><span class="ruby-operator">|</span>
  <span class="ruby-identifier">channel</span> = <span class="ruby-identifier">session</span>.<span class="ruby-identifier">opens_channel</span>
  <span class="ruby-identifier">channel</span>.<span class="ruby-identifier">sends_exec</span> <span class="ruby-string">&quot;ls&quot;</span>
  <span class="ruby-identifier">channel</span>.<span class="ruby-identifier">gets_data</span> <span class="ruby-string">&quot;result of ls&quot;</span>
  <span class="ruby-identifier">channel</span>.<span class="ruby-identifier">gets_extended_data</span> <span class="ruby-string">&quot;some error coming from ls&quot;</span>
  <span class="ruby-identifier">channel</span>.<span class="ruby-identifier">gets_close</span>
  <span class="ruby-identifier">channel</span>.<span class="ruby-identifier">sends_close</span>
<span class="ruby-keyword">end</span>
</pre>

  </section>

  
  
  
  <section id="5Buntitled-5D" class="documentation-section">
    

    

    

    
    <section class="attribute-method-details" class="method-section">
      <header>
        <h3>Attributes</h3>
      </header>

      
      <div id="attribute-i-local_id" class="method-detail">
        <div class="method-heading attribute-method-heading">
          <span class="method-name">local_id</span><span
            class="attribute-access-type">[W]</span>
        </div>

        <div class="method-description">
        
        <p>Sets the local-id of this channel object (the id assigned by the client).</p>
        
        </div>
      </div>
      
      <div id="attribute-i-remote_id" class="method-detail">
        <div class="method-heading attribute-method-heading">
          <span class="method-name">remote_id</span><span
            class="attribute-access-type">[W]</span>
        </div>

        <div class="method-description">
        
        <p>Sets the remote-id of this channel object (the id assigned by the
mock-server).</p>
        
        </div>
      </div>
      
      <div id="attribute-i-script" class="method-detail">
        <div class="method-heading attribute-method-heading">
          <span class="method-name">script</span><span
            class="attribute-access-type">[R]</span>
        </div>

        <div class="method-description">
        
        <p>The <a href="Script.html">Net::SSH::Test::Script</a> instance employed by
this mock channel.</p>
        
        </div>
      </div>
      
    </section>
    

    
     <section id="public-class-5Buntitled-5D-method-details" class="method-section">
       <header>
         <h3>Public Class Methods</h3>
       </header>

    
      <div id="method-c-new" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">new</span><span
            class="method-args">(script)</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Creates a new <a href="Channel.html">Test::Channel</a> instance on top of
the given <code>script</code> (which must be a <a
href="Script.html">Net::SSH::Test::Script</a> instance).</p>
          
          

          
          <div class="method-source-code" id="new-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 31</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">script</span>)
  <span class="ruby-ivar">@script</span> = <span class="ruby-identifier">script</span>
  <span class="ruby-ivar">@local_id</span> = <span class="ruby-ivar">@remote_id</span> = <span class="ruby-keyword">nil</span>
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
    </section>
  
     <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
       <header>
         <h3>Public Instance Methods</h3>
       </header>

    
      <div id="method-i-gets_close" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">gets_close</span><span
            class="method-args">()</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Scripts the reception of a “channel close” packet from the remote end.</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">gets_close</span>
</pre>
          
          

          
          <div class="method-source-code" id="gets_close-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 142</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">gets_close</span>
  <span class="ruby-identifier">script</span>.<span class="ruby-identifier">gets_channel_close</span>(<span class="ruby-keyword">self</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-gets_data" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">gets_data</span><span
            class="method-args">(data)</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Scripts the reception of a channel data packet from the remote end.</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">gets_data</span> <span class="ruby-string">&quot;bar&quot;</span>
</pre>
          
          

          
          <div class="method-source-code" id="gets_data-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 113</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">gets_data</span>(<span class="ruby-identifier">data</span>)
  <span class="ruby-identifier">script</span>.<span class="ruby-identifier">gets_channel_data</span>(<span class="ruby-keyword">self</span>, <span class="ruby-identifier">data</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-gets_eof" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">gets_eof</span><span
            class="method-args">()</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Scripts the reception of an EOF packet from the remote end.</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">gets_eof</span>
</pre>
          
          

          
          <div class="method-source-code" id="gets_eof-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 135</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">gets_eof</span>
  <span class="ruby-identifier">script</span>.<span class="ruby-identifier">gets_channel_eof</span>(<span class="ruby-keyword">self</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-gets_exit_status" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">gets_exit_status</span><span
            class="method-args">(status=0)</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Scripts the reception of an “exit-status” channel request packet.</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">gets_exit_status</span>(<span class="ruby-value">127</span>)
</pre>
          
          

          
          <div class="method-source-code" id="gets_exit_status-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 128</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">gets_exit_status</span>(<span class="ruby-identifier">status</span>=<span class="ruby-value">0</span>)
  <span class="ruby-identifier">script</span>.<span class="ruby-identifier">gets_channel_request</span>(<span class="ruby-keyword">self</span>, <span class="ruby-string">&quot;exit-status&quot;</span>, <span class="ruby-keyword">false</span>, <span class="ruby-identifier">status</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-gets_extended_data" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">gets_extended_data</span><span
            class="method-args">(data)</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Scripts the reception of a channel extended data packet from the remote
end.</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">gets_extended_data</span> <span class="ruby-string">&quot;whoops&quot;</span>
</pre>
          
          

          
          <div class="method-source-code" id="gets_extended_data-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 121</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">gets_extended_data</span>(<span class="ruby-identifier">data</span>)
  <span class="ruby-identifier">script</span>.<span class="ruby-identifier">gets_channel_extended_data</span>(<span class="ruby-keyword">self</span>, <span class="ruby-identifier">data</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-inject_remote_delay-21" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">inject_remote_delay!</span><span
            class="method-args">()</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Because adjacent calls to <a
href="Channel.html#method-i-gets_data">gets_data</a> will sometimes cause
the data packets to be concatenated (causing expectations in tests to
fail), you may need to separate those calls with calls to <a
href="Channel.html#method-i-inject_remote_delay-21">inject_remote_delay!</a>
(which essentially just mimics receiving an empty data packet):</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">gets_data</span> <span class="ruby-string">&quot;abcdefg&quot;</span>
<span class="ruby-identifier">channel</span>.<span class="ruby-identifier">inject_remote_delay!</span>
<span class="ruby-identifier">channel</span>.<span class="ruby-identifier">gets_data</span> <span class="ruby-string">&quot;hijklmn&quot;</span>
</pre>
          
          

          
          <div class="method-source-code" id="inject_remote_delay-21-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 58</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">inject_remote_delay!</span>
  <span class="ruby-identifier">gets_data</span>(<span class="ruby-string">&quot;&quot;</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-local_id" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">local_id</span><span
            class="method-args">()</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Returns the local (client-assigned) id for this channel, or a Proc object
that will return the local-id later if the local id has not yet been set.
(See <a
href="Packet.html#method-i-instantiate-21">Net::SSH::Test::Packet#instantiate!</a>.)</p>
          
          

          
          <div class="method-source-code" id="local_id-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 39</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">local_id</span>
  <span class="ruby-ivar">@local_id</span> <span class="ruby-operator">||</span> <span class="ruby-constant">Proc</span>.<span class="ruby-identifier">new</span> { <span class="ruby-ivar">@local_id</span> <span class="ruby-keyword">or</span> <span class="ruby-identifier">raise</span> <span class="ruby-string">&quot;local-id has not been set yet!&quot;</span> }
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-remote_id" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">remote_id</span><span
            class="method-args">()</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Returns the remote (server-assigned) id for this channel, or a Proc object
that will return the remote-id later if the remote id has not yet been set.
(See <a
href="Packet.html#method-i-instantiate-21">Net::SSH::Test::Packet#instantiate!</a>.)</p>
          
          

          
          <div class="method-source-code" id="remote_id-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 46</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">remote_id</span>
  <span class="ruby-ivar">@remote_id</span> <span class="ruby-operator">||</span> <span class="ruby-constant">Proc</span>.<span class="ruby-identifier">new</span> { <span class="ruby-ivar">@remote_id</span> <span class="ruby-keyword">or</span> <span class="ruby-identifier">raise</span> <span class="ruby-string">&quot;remote-id has not been set yet!&quot;</span> }
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-sends_close" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">sends_close</span><span
            class="method-args">()</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Scripts the sending of a “channel close” packet across the channel.</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">sends_close</span>
</pre>
          
          

          
          <div class="method-source-code" id="sends_close-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 99</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">sends_close</span>
  <span class="ruby-identifier">script</span>.<span class="ruby-identifier">sends_channel_close</span>(<span class="ruby-keyword">self</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-sends_data" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">sends_data</span><span
            class="method-args">(data)</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Scripts the sending of a data packet across the channel.</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">sends_data</span> <span class="ruby-string">&quot;foo&quot;</span>
</pre>
          
          

          
          <div class="method-source-code" id="sends_data-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 85</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">sends_data</span>(<span class="ruby-identifier">data</span>)
  <span class="ruby-identifier">script</span>.<span class="ruby-identifier">sends_channel_data</span>(<span class="ruby-keyword">self</span>, <span class="ruby-identifier">data</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-sends_eof" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">sends_eof</span><span
            class="method-args">()</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Scripts the sending of an EOF packet across the channel.</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">sends_eof</span>
</pre>
          
          

          
          <div class="method-source-code" id="sends_eof-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 92</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">sends_eof</span>
  <span class="ruby-identifier">script</span>.<span class="ruby-identifier">sends_channel_eof</span>(<span class="ruby-keyword">self</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-sends_exec" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">sends_exec</span><span
            class="method-args">(command, reply=true, success=true)</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Scripts the sending of an “exec” channel request packet to the mock 
server. If <code>reply</code> is true, then the server is expected to reply
to the request, otherwise no response to this request will be sent. If
<code>success</code> is <code>true</code>, then the request will be
successful, otherwise a failure will be scripted.</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">sends_exec</span> <span class="ruby-string">&quot;ls -l&quot;</span>
</pre>
          
          

          
          <div class="method-source-code" id="sends_exec-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 69</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">sends_exec</span>(<span class="ruby-identifier">command</span>, <span class="ruby-identifier">reply</span>=<span class="ruby-keyword">true</span>, <span class="ruby-identifier">success</span>=<span class="ruby-keyword">true</span>)
  <span class="ruby-identifier">script</span>.<span class="ruby-identifier">sends_channel_request</span>(<span class="ruby-keyword">self</span>, <span class="ruby-string">&quot;exec&quot;</span>, <span class="ruby-identifier">reply</span>, <span class="ruby-identifier">command</span>, <span class="ruby-identifier">success</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-sends_request_pty" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">sends_request_pty</span><span
            class="method-args">()</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Scripts the sending of a “request pty” request packet across the channel.</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">sends_request_pty</span>
</pre>
          
          

          
          <div class="method-source-code" id="sends_request_pty-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 106</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">sends_request_pty</span>
  <span class="ruby-identifier">script</span>.<span class="ruby-identifier">sends_channel_request_pty</span>(<span class="ruby-keyword">self</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
      <div id="method-i-sends_subsystem" class="method-detail ">
        
        <div class="method-heading">
          <span class="method-name">sends_subsystem</span><span
            class="method-args">(subsystem, reply=true, success=true)</span>
          
          <span class="method-click-advice">click to toggle source</span>
          
        </div>
        

        <div class="method-description">
          
          <p>Scripts the sending of a “subsystem” channel request packet to the mock
server. See <a href="Channel.html#method-i-sends_exec">sends_exec</a> for a
discussion of the meaning of the <code>reply</code> and
<code>success</code> arguments.</p>

<pre class="ruby"><span class="ruby-identifier">channel</span>.<span class="ruby-identifier">sends_subsystem</span> <span class="ruby-string">&quot;sftp&quot;</span>
</pre>
          
          

          
          <div class="method-source-code" id="sends_subsystem-source">
            <pre><span class="ruby-comment"># File lib/net/ssh/test/channel.rb, line 78</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">sends_subsystem</span>(<span class="ruby-identifier">subsystem</span>, <span class="ruby-identifier">reply</span>=<span class="ruby-keyword">true</span>, <span class="ruby-identifier">success</span>=<span class="ruby-keyword">true</span>)
  <span class="ruby-identifier">script</span>.<span class="ruby-identifier">sends_channel_request</span>(<span class="ruby-keyword">self</span>, <span class="ruby-string">&quot;subsystem&quot;</span>, <span class="ruby-identifier">reply</span>, <span class="ruby-identifier">subsystem</span>, <span class="ruby-identifier">success</span>)
<span class="ruby-keyword">end</span></pre>
          </div>
          
        </div>

        

        
      </div>

    
    </section>
  
  </section>
</main>


<footer id="validator-badges" role="contentinfo">
  <p><a href="http://validator.w3.org/check/referer">Validate</a>
  <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>