Method: Platform#reset_video
- Defined in:
- lib/platform/platform.rb
#reset_video ⇒ Object
Public: Resets video on the dut. This should be called after changing resolution on a device.
Returns nothing.
245 246 247 248 |
# File 'lib/platform/platform.rb', line 245 def reset_video logger.info("Resetting video on slot #{@id}") @test_case.send(:tmc_put, "/api/video/reset/#{@id}", :json => {}) end |