Sha256: 8bf6fcb4e7fd598f70e1a04e58b74dc92449e369e9d41fc8271fa332b8027873

Contents?: true

Size: 529 Bytes

Versions: 3

Compression:

Stored size: 529 Bytes

Contents

# An instance of the interface is
# passed in here, iterators and other
# argument passing will be supported
# similar to Pattern.create.
Flow.create interface: 'OrigenTesters::Test::Interface', flow_description: 'Probe1 Main' do

  unless Origen.app.environment.name == 'v93k_global'
    self.resources_filename = 'prb1'
  end

  import 'components/prb1_main'

  # Test that a reference to a deeply nested test works (mainly for SMT8)
  test :on_deep_1, if_failed: :deep_test

  pass 1, description: "Good die!", softbin: 1
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
origen_testers-0.42.0 program/prb1.rb
origen_testers-0.41.0 program/prb1.rb
origen_testers-0.40.0 program/prb1.rb