Sha256: 892bce1c799c80b03bb441984f1b50c78510e6c61b95b60865ce57c396f08d0e
Contents?: true
Size: 642 Bytes
Versions: 10
Compression:
Stored size: 642 Bytes
Contents
# An example of creating an entire test program from # a single source file Flow.create interface: 'OrigenTesters::Test::Interface' do # Test that this can be overridden from the target at flow-level self.add_flow_enable = :enabled self.resources_filename = 'prb2' func :erase_all, :duration => :dynamic func :margin_read1_all1 func :erase_all, :duration => :dynamic func :margin_read1_all1 import 'components/prb2_main' func :erase_all, :duration => :dynamic func :margin_read1_all1, :id => 'erased_successfully' if_enable 'extra_tests' do import 'components/prb2_main' end func :margin_read1_all1 end
Version data entries
10 entries across 10 versions & 1 rubygems