Sha256: 36562cc06fa2e71957ec06fefc4f81dbd16e6b6181e2a1cd4323023d684ef023

Contents?: true

Size: 869 Bytes

Versions: 18

Compression:

Stored size: 869 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

  # Extra log below not in approved/ folder to show that comments are 
  # being skipped correctly during the difference checks
  log 'PRB1 Test Flow Version 00001 - do not copy me to approved!'

  import 'components/prb1_main'

  import 'test' # import top-level test.rb directly, note that Flow.create options of sub-flow will be ignored!

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

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
origen_testers-0.52.8 program/prb1.rb
origen_testers-0.52.7 program/prb1.rb
origen_testers-0.52.6 program/prb1.rb
origen_testers-0.52.5 program/prb1.rb
origen_testers-0.52.4 program/prb1.rb
origen_testers-0.52.3 program/prb1.rb
origen_testers-0.52.1 program/prb1.rb
origen_testers-0.52.0 program/prb1.rb
origen_testers-0.51.5 program/prb1.rb
origen_testers-0.51.4 program/prb1.rb
origen_testers-0.51.3 program/prb1.rb
origen_testers-0.51.2 program/prb1.rb
origen_testers-0.51.1 program/prb1.rb
origen_testers-0.51.0 program/prb1.rb
origen_testers-0.50.0 program/prb1.rb
origen_testers-0.49.4 program/prb1.rb
origen_testers-0.49.3 program/prb1.rb
origen_testers-0.49.2 program/prb1.rb